summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL
AgeCommit message (Expand)Author
2011-05-31Fix applying anti-aliasing without having to open the gfx config. Thanks to s...NeoBrainX
2011-05-12Don't resize render target to handle out-of-bounds viewports. Instead, adjust...Nolan Check
2011-05-07OGL: Fix changing MSAA mode during emulation.NeoBrainX
2011-04-30Fix "Disable Lighting" in D3D9 and D3D11.NeoBrainX
2011-04-25Remove configuration profile support.NeoBrainX
2011-04-11Fix an error introduced in r7083. In the pixel shader manager the farZ and zR...donkopunchstania
2011-04-01roll back r7431smelenchuk
2011-04-01Add a "force no texture filter" option, useful for some 2D games (like Mega M...smelenchuk
2011-03-31Fixed issue 4141.(key press beeping) Initializing the video backend in the GU...Jordan Woyak
2011-03-25When using the "Start Renderer in Fullscreen" option, really start in fullscr...Glenn Rice
2011-03-23Fix a few issues with the size of the logger pane.Glenn Rice
2011-03-22Fixed some memory leaks. Only one was mine ;PJordan Woyak
2011-03-21* GUI Video-Settings changes:gnick79
2011-03-21Moved per-game graphics configuration to the game-list right click menu. It w...Jordan Woyak
2011-03-19Game-specific video settings:skidau
2011-03-17Eliminated memory leaks of the save state code and put it in a namespace. It ...Jordan Woyak
2011-03-16Fix the video software backend. (closes issue 4269)sl1nk3.s
2011-03-16More work on making dialogs close when escape is pressed, and some general GU...Glenn Rice
2011-03-15A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...Jordan Woyak
2011-03-11Probably should use the IOFile built in mechanism to check if the file is open.Glenn Rice
2011-03-11Make sure the frame dumping file is closed when emulation stops as it should ...Glenn Rice
2011-03-11Make the non-HAVE_LIBAV case compile.Soren Jorvang
2011-03-11Hack up hack number 7328, just to get things to compile.Glenn Rice
2011-03-11Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...Jordan Woyak
2011-03-05Missed a critical section.Jordan Woyak
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-03-03Move SConscript files out from the Src subdirectories to beSoren Jorvang
2011-03-03Prepare for the release of Xcode 4, which has working LTOSoren Jorvang
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-03-01More conversion from char * to std::string.Glenn Rice
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-26Add EFB encode-to-RAM support in DX11 backend. It could probably be simplifie...Nolan Check
2011-02-25If video backend initialization fails, have the emulator die gracefully inste...Glenn Rice
2011-02-21revert r7212 (express users must modify a single line, instead)Shawn Hoffman
2011-02-20Force dolphin to use the windows7.1sdk (the windows7.1sdk installer is silly ...Shawn Hoffman
2011-02-19XInitThreads() must be the very first Xlib function called or elseSoren Jorvang
2011-02-19Back out r7195 pending a closer look at thread safety in theSoren Jorvang
2011-02-19Combine the two halves of video backend initializationSoren Jorvang
2011-02-17Initialize video before HW as required by non-USE_WX platforms.Soren Jorvang
2011-02-17Added an option for input display. This option shows the controls read by th...skidau
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-13VideoOGL: reinitialize some more global variables,pierre
2011-02-13Move debugger ui files into a subdirectory. Primarily to make it easy to kee...Glenn Rice
2011-02-11windows: buildfix for non-release configsShawn Hoffman
2011-02-11Fix the cmake build.Glenn Rice
2011-02-11Fix SCons build.Soren Jorvang
2011-02-11Merge UI related projects into the main DolphinWX project.Jordan Woyak
2011-02-11Make sure the audio dump directory exists when dumping audio. Otherwise a se...Glenn Rice
2011-02-11Fix frame dumping for linux.Glenn Rice