summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
AgeCommit message (Expand)Author
2009-08-31Fix fps value when XFB is enabled on OGL pluginsl1nk3.s
2009-08-25Re-enable CPU swap on XFB mode only, to avoid flickering in a couple of gamessl1nk3.s
2009-08-24GFX: revert of r4044omegadox
2009-08-24Temporary fix for r4044, but I think it should be revertedXTra.KrazzY
2009-08-24GFX: Possible fix for depth rangeomegadox
2009-08-24Fix Pikmin PAL not booting thanks to LordMark for figuring it out ! :Dsl1nk3.s
2009-08-22Fix GXPeekARGB, this fixes Killer 7, and Wind Waker's pictograph quest :Dsl1nk3.s
2009-08-09Frameskipping more aggressive (minor speedup, plz report any serious problems...hrydgard
2009-08-08Just a few fixes for the fps counter, also unbreak direct XFB homebrews.sl1nk3.s
2009-08-08Frameskipping! Complete with GUI! Even my most naive approach resulted in gre...XTra.KrazzY
2009-08-04Disable CPU swaps, it was causing all kinds of problems.Nolan Check
2009-07-31Fix noWX build, and lower thread priority for screenshots sl1nk3.s
2009-07-29Should reduce/fix the little stuttering when saving a screenshot as PNG, espe...sl1nk3.s
2009-07-29Fix for latest commit : turns out Destroy() already frees the data, also add ...sl1nk3.s
2009-07-28Fix screenshot offset as well as screenshot aspect ratio, also use PNG instea...sl1nk3.s
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-28Fix "Show EFB copy regions" (thanks sskkiipp)Nolan Check
2009-07-16Minor changes for video. Please test pictograph quests in Wind Waker.Nolan Check
2009-07-16Don't use undefined OpenGL behavior, even if it does somehow work. Also, enab...Nolan Check
2009-07-15Fixed one of the two remaining crash on Stop (issue 600), and removed some se...sl1nk3.s
2009-07-15Code cleanup. Juggling rectangles. I'm about to investigate the problems with...Nolan Check
2009-07-13Sorry for intruding in to the core. Fixed NoGUI mode in Linux, add back the i...Sonicadvance1
2009-07-12Rearrange LogManager includes. The main purpose is to make it possible to mod...Nolan Check
2009-07-11Switch to Video_BeginField; hopefully fix or reduce some video stability prob...Nolan Check
2009-07-03Misc warning fixes.magumagu9
2009-07-02EFB Access now works from both Dual Core and Single Core modes. Thread-safe.XTra.KrazzY
2009-07-02Fix PeekZ when not using native resolutionsl1nk3.s
2009-06-29Use EXT_framebuffer_blit whenever possible. Some video cards may not handle g...Nolan Check
2009-06-29Remove obsolete debug-assertions in VideoInterface. Hopefully fix screenshots.Nolan Check
2009-06-29Move to new Virtual XFB system which correctly handles games which store mult...Nolan Check
2009-06-28Clean up OpenGL code and introduce the Framebuffer Manager. More work is fort...Nolan Check
2009-06-28Delete some obsolete junk, in zelda ucode and in gl plugin.hrydgard
2009-06-26Fix vertical squishing in Real-XFB modeNolan Check
2009-06-26Display buffer flips are now triggered by the CPU thread through the Video_Up...Nolan Check
2009-06-22revert last 2 commitsnakeee
2009-06-22They should be called SU Registers (Setup Unit/Rasterization). BP (Bypass) i...omegadox
2009-06-20Return render-target alpha because of a problem report. "Stage Clear" backgro...Nolan Check
2009-06-20Changes for OpenGL plugin:Nolan Check
2009-06-14OpenGL: Fix problem with OSD text not showing up with post-processing enabled...hrydgard
2009-06-13Add mini unit testing framework to Dolphin itself - use it to find bugs and v...hrydgard
2009-06-10One char fix for the Wii menu and the cdb.vff issue as well as issue 1011, al...sl1nk3.s
2009-06-09*blink* nakeee
2009-06-09Post-processing: Added options to graphics config dialog.hrydgard
2009-06-08Add vignette to bloom shader, for that NEXT GEN FEELING!!! :D (eh)hrydgard
2009-06-08OpenGL: Fixed initial framebuffer so it's not too smallJohn Peterson
2009-06-08Simple post-processing shader implementation. No UI yet. Does not work togeth...hrydgard
2009-06-08minor cleanup - don't leak so many fragment shaders :p also fix address rang...hrydgard
2009-06-08OpenGL: Changed the AVIDump framebuffer source to the same as for screenshotsJohn Peterson
2009-06-08OpenGL: Added 2x mode for pixel exact 2D together with high-res 3DJohn Peterson
2009-06-08OpenGL: Fixed cropJohn Peterson