• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 86 87 88 89 90 ... 369 Next »

At this point is it safe to say that using Dolphin is far better than the console?
View New Posts | View Today's Posts

Poll: Is it safe to say that Dolphin is superior to the original consoles?
Yes
No
[Show Results]
 
Note: This is a public poll, other users will be able to see what you voted for.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
At this point is it safe to say that using Dolphin is far better than the console?
11-17-2016, 02:13 AM (This post was last modified: 11-17-2016, 02:16 AM by Admentus.)
#43
Admentus Offline
Nothing but perfection for gaming
*******
Posts: 1,984
Threads: 25
Joined: May 2015
I was checking this article: https://en.dolphin-emu.org/blog/2016/11/01/dolphin-progress-report-october-2016/#cuthere. It described that the alpha channel is part of the framebuffer (EFB). I must have misphrased I guess. It was quite interesting to read up to. So each RGB color is a channel, but if the EFB is not a channel, which is the fourth channel than?

Quote:So what went wrong with storing the stencil in the alpha channel? Well, it turns out that on the GameCube you don't get the extra alpha channel for free. The alpha channel is part of the framebuffer (EFB) together with the red, green and blue color channels (RGB) and the GameCube only has 24-bit per pixel in the framebuffer. So to use the full 24-bit color range of your monitor it has to use everything for the RGB color channels. When you want to enable the alpha channel it has to make room for that by only assigning 6 bits to each color channel, which leaves another 6 bits free for the alpha channel. Dolphin on the other hand actually has 32-bit per pixel in the framebuffer, so it can use 24-bit colors and still have 8-bit left for the alpha channel.

But using 8-bit precision when the game only expects 6-bit will result in rounding errors at some point and it turns out that assumption finally broke something with this game. Despite being somewhat maligned, Dolphin's software renderer came into incredible use with this issue because it rendered everything correctly. Since the software backend was written to be as accurate as possible it was already using 6-bit for each channel in the framebuffer. Being able to compare the broken implementation to a working one proved that we finally found the problem.
Super Mario 64 - Super Smash Bros. 64 - Mario Kart 64 - Zelda 64 - Star Fox 64 - Patreon - Discord
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
At this point is it safe to say that using Dolphin is far better than the console? - nursejoy - 11-13-2016, 06:14 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Admentus - 11-14-2016, 12:23 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - nursejoy - 11-14-2016, 08:52 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Admentus - 11-14-2016, 06:48 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Slottedpig - 11-14-2016, 08:45 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Admentus - 11-14-2016, 09:05 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Slottedpig - 11-15-2016, 12:02 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Admentus - 11-15-2016, 12:34 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Slottedpig - 11-15-2016, 12:49 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - nursejoy - 11-15-2016, 07:08 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - gamemasterplc - 11-14-2016, 12:27 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Admentus - 11-14-2016, 12:31 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - gamemasterplc - 11-14-2016, 12:34 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Admentus - 11-14-2016, 12:35 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - gamemasterplc - 11-14-2016, 12:36 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - gamemasterplc - 11-14-2016, 12:38 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Admentus - 11-14-2016, 12:40 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - ExtremeDude2 - 11-14-2016, 12:42 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - gamemasterplc - 11-14-2016, 12:42 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - gamemasterplc - 11-14-2016, 12:43 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - shellashock - 11-14-2016, 11:18 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - wowfunhappy - 11-14-2016, 12:57 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - nursejoy - 11-14-2016, 02:11 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - barat - 11-14-2016, 09:35 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - DrHouse64 - 11-14-2016, 11:00 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - nursejoy - 11-15-2016, 04:11 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - nursejoy - 11-15-2016, 07:14 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - JosJuice - 11-15-2016, 07:21 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - nursejoy - 11-15-2016, 07:40 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - JosJuice - 11-15-2016, 07:49 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Slottedpig - 11-15-2016, 10:15 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - nursejoy - 11-15-2016, 04:13 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Slottedpig - 11-16-2016, 01:53 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - nursejoy - 11-16-2016, 09:32 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - drhycodan - 11-16-2016, 02:45 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Kokonoe - 11-16-2016, 02:41 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - nursejoy - 11-16-2016, 09:41 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Admentus - 11-16-2016, 06:49 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - morgoth32 - 11-16-2016, 10:20 PM
RE: At this point is it safe to say that using Dolphin is far better than the console? - JosJuice - 11-17-2016, 12:58 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Admentus - 11-17-2016, 01:14 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - JosJuice - 11-17-2016, 01:55 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - Admentus - 11-17-2016, 02:13 AM
RE: At this point is it safe to say that using Dolphin is far better than the console? - JosJuice - 11-17-2016, 02:53 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode