summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
AgeCommit message (Expand)Author
2009-06-08OpenGL: Added OSD menu from 3, 4, 5 keysJohn Peterson
2009-06-08OpenGL: Fixed the screenshot function now that I found all the buffersJohn Peterson
2009-06-07Change the screenshots rescale function to always work according to the A/R s...sl1nk3.s
2009-06-07OpenGL: Tried to create some order in Render.cppJohn Peterson
2009-06-07OpenGL Screenshot: Fixed AA and wireframe screenshots againJohn Peterson
2009-06-06OpenGL: Adjustment to my last commit, forgot a return for exampleJohn Peterson
2009-06-06OpenGL:John Peterson
2009-05-23Remove the flickering hack by Orbb(From the Dolphin-Emu forum)death2droid
2009-05-23Clean up of the flicker fix.death2droid
2009-05-23Source code clean-up and a commentdeath2droid
2009-05-23Update the flickering fix.death2droid
2009-05-23Add's a little hack to try and reduce flicking in some games.death2droid
2009-05-15Changing where depth is read. Trying to use the same depth buffer GL uses whe...donkopunchstania
2009-04-10build fix + fix for issue 850sl1nk3.s
2009-04-08DSP: Fix sln file now that old LLE is dead. Add preliminary DSPAnalyzer, whic...hrydgard
2009-04-03OpenGL Plugin: Thinner lines for EFB copied region rectanglesomegadox
2009-04-03OpenGL Plugin: some cleanup and better error messagesomegadox
2009-04-03OpenGL Plugin: Now prints video card info to displayomegadox
2009-04-03OpenGL Plugin: code cleanup trying to follow code style wiki and updated copy...omegadox
2009-03-28Added support for dumping avi files (thanks baby.lueshi). Use Microsoft Video...Marcus Wanners
2009-03-22Wireframe will work in AA mode now.omegadox
2009-03-22Clean up OpenGL plugin error handling macros. No longer bother with enabling ...hrydgard
2009-03-21remove newlines from OGL logging (they get added by logmanager)Shawn Hoffman
2009-03-21Bug fixes with show EFB copy regions.donkopunchstania
2009-03-18nakee's new logmanager. added a console window for windows builds (prints to ...Shawn Hoffman
2009-03-17small fix with show EFB copy regions.omegadox
2009-03-16Added option "Show EFB Copy Regions" to find out which games are heavy on EFB...omegadox
2009-03-16Change destination alpha handling. The blending method introduced in rev 1921...donkopunchstania
2009-03-14Only use framebuffer_blit for the final screen copy if multisampling is enabl...hrydgard
2009-03-10A fix to D3D NativeVertexFormat. Might not fix much, but should be a step in ...hrydgard
2009-03-10OGL Plugin: added more info to an error message and some warning fixes.omegadox
2009-03-08Remove flicker when switching between native and full resolution from the gl ...hrydgard
2009-03-08UI for multisample antialiasing. NVidia CSAA support added.hrydgard
2009-03-08First version of MSAA code added. No UI yet. No CSAA yet. Doesn't work in Zel...hrydgard
2009-03-06Fixed more compiler warnings, and revised the syntax of the fix of r2567.Marcus Wanners
2009-03-06Fixed a small bug with the overlaid framerate: If the float fps in the infoba...Marcus Wanners
2009-03-06fix debug mode build error, shuffle some code around :Phrydgard
2009-03-05GL plugin: VSync option, some renaming, a little bit of MSAA preparations (no...hrydgard
2009-03-02fix for issue 679Shawn Hoffman
2009-02-28Increased render target size to the true EFB height of 528.hrydgard
2009-02-28OGL plugin: +Autoscale option (attempts to remove borders, even without XFB)....hrydgard
2009-02-28Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few cr...hrydgard
2009-02-27Minor OSD on screenshot tinkle.XTra.KrazzY
2009-02-27Working screenshots for everyone! This may not be the 'best' way to implement...XTra.KrazzY
2009-02-26Emulated Wiimote IR pointer: Made it compatible with the new aspect ratio opt...John Peterson
2009-02-25OpenGL: Added crop option for the aspect ratio option, this way you can keep ...John Peterson
2009-02-24OpenGL: Added the black border function to 16:9 toJohn Peterson
2009-02-24OpenGL: Added keep 16:9 aspect ratio, if anyone is displeased with the stretc...John Peterson
2009-02-23OpenGL: Changed the end of line style for Render.cpp to. I had to change the ...John Peterson
2009-02-23OpenGL Keep Aspect Ratio: Removed the remains of old pictures that are someti...John Peterson