summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp
AgeCommit message (Expand)Author
2013-06-19Revert "Create our OGL context on the same thread in the OpenGL backend. Same...degasus
2013-05-26Create our OGL context on the same thread in the OpenGL backend. Same issue w...Ryan Houdek
2013-04-17New license header introduced to all Video based projects.Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-04-13Merge remote-tracking branch 'origin/master' into Android-trashRyan Houdek
2013-03-31Fix some typos and correct some capitalizations in the log messages.Lioncash
2013-03-24Big commit. Fix running the APK, I had missed a view in the manifest. Clean u...Ryan Houdek
2013-03-06Merge branch 'master' into GLSL-masterdegasus
2013-02-26ARM Support without GLSLRyan Houdek
2013-02-07also check for glsl errors on linking, activation GLSL_DEBUG again (slowdown ...degasus
2013-02-07first try of osx fix, mostly by pauldachzdegasus
2013-01-11fix warningsdegasus
2013-01-03uses the ARB_framebuffer_object syntaxdegasus
2012-12-26Merge Fail: Make sure we are using the interface file to get backbuffer dimen...Ryan Houdek
2012-12-26Merge branch 'GLES-software'Ryan Houdek
2012-12-25Merge branch 'immediate-removal'degasus
2012-12-17Initial push of GLES and GLUtil file breakup.Ryan Houdek
2012-12-13helper for compiling glsldegasus
2012-11-26what is this even...rog
2012-06-11Remove "Disable Lighting".NeoBrainX
2012-05-29Fix changing internal resolution via hotkeys (settings above 1.5x weren't acc...NeoBrainX
2011-12-19fixed a freeze on emu shutdown in windows buildnitsuja
2011-08-21Make titlebar and about dialog fancy for cmake build.Jordan Woyak
2011-03-31Fixed issue 4141.(key press beeping) Initializing the video backend in the GU...Jordan Woyak
2011-03-15A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...Jordan Woyak
2011-03-02Put the video prepare code back, and use the existence of the g_renderer to d...Glenn Rice
2011-03-02If the DSP LLE can not find the needed ROM files exit the emulator without cr...Glenn Rice
2011-02-25If video backend initialization fails, have the emulator die gracefully inste...Glenn Rice
2011-02-19XInitThreads() must be the very first Xlib function called or elseSoren Jorvang
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-06Deal with some clang-inspired buglets.Soren Jorvang
2011-02-02Thread affinity on OS X and *BSD.Soren Jorvang
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-30Be more flexible about hotkey modifier permutations.Soren Jorvang
2011-01-29Explicit dependency on libvideo.Soren Jorvang
2011-01-29r6958 removes the need for the hackery in r6946.Soren Jorvang
2011-01-28Vertical sync on OS X.Soren Jorvang
2011-01-27Linux build fix.Glenn Rice
2011-01-27Replaced Common::Thread with a partial implementation of std::thread. (rvalue...Jordan Woyak
2011-01-25Migrate the "Adjust window size" option to the main configuration dialog (und...Glenn Rice
2011-01-24Fix the "Adjust window size" option on linux. Previously this option caused ...Glenn Rice
2011-01-21Make sure the game list gets created with automatic starts.Soren Jorvang
2011-01-20Disable the default PIC generation on OS X. This might make for aSoren Jorvang
2011-01-11For some reason the wxGLCanvas loses keyboard focus whenever theSoren Jorvang
2011-01-11Print the performance status in exactly one place.Soren Jorvang
2011-01-10Fix cocoaGL window resizing.Soren Jorvang
2011-01-10Properly resize the GL canvas on window changes with USE_WX and wx 2.9.Soren Jorvang
2011-01-07Add anvideo config option to automatically resize the render window to the si...donkopunchstania
2010-12-21Implement free look on linux. Patch due to artart78.Glenn Rice