Emulator Issues #685
closedMultisampling in OpenGL plugin
0%
Description
Currently, the OpenGL plugin does not support multisampling. It should.
The approach will be to enable multisampling on the current main render
buffer, and create an additional render buffer as resolve target.
We'll change the Renderer::GetRenderTarget to
Renderer::ResolveAndGetRenderTarget(TRectangle &rect) which, if multisample
is enabled, will use glBlitFramebufferEXT() to resolve that rectangle to
the resolve target and return the identifier of the resolve target. In case
of multisampling disabled, it will just return the ordinary render buffer
as usual.
We'll have to do the same for the Z buffer target.
I plan to get this done in the coming week or two - if someone else wants
to do it now, go right ahead but tell me first.
Updated by hrydgard over 15 years ago
- Issue type set to Feature request
- Priority set to High
- Category set to gfx
Updated by XTra.KrazzY over 15 years ago
Issue 138 has been merged into this issue.
Updated by hrydgard over 15 years ago
Most of the code is now done but not actually working yet :P hope to get it debugged
and finished soon. After that, on to enabling CSAA for nvidia cards :)
Updated by Anonymous over 15 years ago
Issue 724 has been merged into this issue.
Updated by hrydgard over 15 years ago
- Status changed from New to Work started
Changing to started - it still has bugs in some games.
Updated by hansson.oskar83 over 15 years ago
This was working perfect a couple revisions ago, cant remember wich. But in 2630 it
is bad. metroid Prime: Scan Visor is all Black. Star Wars Force Unleashed. Wont
Start, all black but fps counter is running. all you see is the loading logo no more.
Dragon Quest Swords: Black. Havent tested it more just a little bit. might be more.
Updated by Autoran1 over 15 years ago
EFB to RAM upscales incorrectly with AA using even on r2724 with fixed upscaling,
Destanation Alpha doesnt like AA to
Updated by federelli over 15 years ago
Something i noticed about the Metroid Scanner, which might help figuring out the
problem is that, when switching to the scanner with AA enabled, u first get the
correct image, but it seems to zoom infinitely thus resulting in a "HOM" effect being
seen instead.
Updated by federelli over 15 years ago
What i mean is that maybe the previous conditions should be met for it to pop-up,
aka, the game being about to hang due to <1 fps.
Updated by sl1nk3.s over 15 years ago
Issue 786 has been merged into this issue.
Updated by Autoran1 over 15 years ago
I noticed that AA working with Metroid Scanner and with Zelda and with other
problematic games but only with EFB Disable, it seems AA doesn't works completely
with EFB
Updated by omegadox over 15 years ago
AAing the EFB is tricky and ector still can't figure out why is doesn't like it.
Updated by Autoran1 over 15 years ago
AA now works with EFB to GL now games like Zelda can be AAed, it works with EFB to
Ram to tried on scanner in MP2 no longer hangs but, AA doesnt work for EFB to Ram
upsaled
Updated by Autoran1 over 15 years ago
AA now works with EFB to RAM upscaled, but several littleproblems still remaim, it
looks like this:
http://img99.imageshack.us/img99/8637/g2me011.jpg
http://img141.imageshack.us/img141/575/gmse011.jpg
Updated by Autoran1 over 15 years ago
SMS now works with AA, the problem on screen 2 caused by calling WireFrame while
gaming
Updated by ChaosCode over 15 years ago
Isn't this finished? donno, I know its added.
Updated by Anonymous over 13 years ago
- Status changed from Fixed to Fixed
Ignore this...Status:Verified was removed, changing to Fixed