summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/main.cpp
AgeCommit message (Expand)Author
2010-03-17Same as my last trunk commit.Glenn Rice
2010-03-17Backport of my recent changes to fullscreen and render to main in linux, and ...Glenn Rice
2010-03-05Fix noWX compiling, Fix OSX crashing when opening options because of dumb cod...Sonicadvance1
2010-02-25Fix issue 2364 + another issue introduced in r5129 causing the main window to...sl1nk3.s
2010-02-25Build fix for linux. sprintf_s does not exist in linux. Does it in windows?Glenn Rice
2010-02-25finish proper window handling, fix the modal state of the config dialogs, plu...luisr142004
2010-02-22Fixes issue 2331, plugins won't cause a crash/hang on stop anymore if their c...sl1nk3.s
2010-02-16Enable fullscreen switching with resolution mode changing using Xrandr in linux.Glenn Rice
2010-02-14...and a buildfix for non-win32j4ck.fr0st
2010-02-14attempt to fix the main window closing from r5056. i'm not sure how this affe...j4ck.fr0st
2010-02-14Bunch of tiny memory leaks fixed and cleanup, フウ〜!Sonicadvance1
2010-02-13EXPERIMENTALGlenn Rice
2010-02-06Some internal code shuffling for Config dialogs. OSX seems to be picky about ...j4ck.fr0st
2010-02-02Linux global build. At least the basic footwork is done here.Glenn Rice
2010-01-26OpenGL fix: s_swapRequested must be volatile.ayuanx
2010-01-20Fixes Issue 2080 for DX9 & OGLayuanx
2010-01-09Now Progressive Scan actually works for those games that really depend on thi...ayuanx
2010-01-071. This should fix Issue 1625 (Bizarre Auto Frame Limit)ayuanx
2010-01-06Now you can switch between Emulated and Real WiiMotes, connect more Real Wiim...fgfemperor
2010-01-03Fix Fullscreen issues in DirectX plugin. Fixes issue 1470, issue 1886 and iss...sl1nk3.s
2010-01-01Some fixes to Stop() process.sl1nk3.s
2009-12-30Fix a crash when closing DirectX's window, also apply a fix from j4ck.fr0st/B...sl1nk3.s
2009-11-11Fix GCC 4.5 Compiling. -fvisibility=hidden seems to break it, so it was remov...Sonicadvance1
2009-10-24Fix a small misspell in OGL config, Fix the toggle fullscreen button when ren...sl1nk3.s
2009-10-23small code cleanup: rename "dual core" stuff to CPUThread, bOnThread, etc.Shawn Hoffman
2009-10-12Fix Linux compiling/RunningSonicadvance1
2009-10-10Moving pixel engine and command processor from core to video common. This wil...donkopunchstania
2009-09-26OpenGL: commit rodolfoosvaldobogado's (what a name!) speedup patches.hrydgard
2009-09-18Fix compiling in Snow Leopard, the Update stuff in the Video plugin shouldn't...Sonicadvance1
2009-09-13D3D: Fix 8-bit signed normals. Fixes lighting problems in Super Smash Bros Me...hrydgard
2009-09-13Rename Config.cpp/h to VideoConfig.cpp/h.hrydgard
2009-09-13Kill some horribly ugly hackery :( It's just not right to pass entire IniFile...hrydgard
2009-09-13Lots of code and warning cleanup. OGL/D3D: Moved to a shared config class in ...hrydgard
2009-09-09removed the failed gltest code nakeee
2009-09-07GUI/OpenGL: Video debugging window crash fixJohn Peterson
2009-09-06OpenGL: OSD menu live resolution change fixesJohn Peterson
2009-08-26GUI: Dock plugin windowsJohn Peterson
2009-08-25Re-enable CPU swap on XFB mode only, to avoid flickering in a couple of gamessl1nk3.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-08-01fix non gui buildtmator
2009-08-01Fix the FPS counter to show the 'real' framerate, also clean up its mess a bi...sl1nk3.s
2009-07-31Fix noWX build, and lower thread priority for screenshots sl1nk3.s
2009-07-30Don't use lookup tables. It's better to use CPU registers and reduce memory a...Nolan Check
2009-07-29Correct addrRangesOverlap. May fix stuttering in many games.Nolan Check
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-27Don't use events for efb access. As I've learned, events cause kernel calls a...Nolan Check
2009-07-26Log unknown fog types in Warn log, and tiny code cleanup.omegadox