summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoDX9/Src/main.cpp
AgeCommit message (Expand)Author
2011-06-10just a little cleanup to maintain minimal interfacesRodolfo Osvaldo Bogado
2011-05-31Fix applying anti-aliasing without having to open the gfx config. Thanks to s...NeoBrainX
2011-04-25Remove configuration profile support.NeoBrainX
2011-03-31Fixed issue 4141.(key press beeping) Initializing the video backend in the GU...Jordan 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-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-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-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-25If video backend initialization fails, have the emulator die gracefully inste...Glenn Rice
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-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-13Quick fix for the Pixel Lighting setting to appear in the DX9 backend.sl1nk3.s
2011-02-13Move debugger ui files into a subdirectory. Primarily to make it easy to kee...Glenn Rice
2011-02-05* fixed a GUI displaying bug for post processing shaders when switching betwe...gnick79
2011-02-02Remove the global namespace a bit and remove some dead code.Soren Jorvang
2011-02-02Fix nogui build, and fix a minor issue with the GFX config dialogs when backe...Glenn Rice
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-29* Changed the Projection Hack option in game properties to "Custom Projectio...gnick79
2011-01-29Put some stuff in the gfx plugins into namespaces, so that the symbols won't ...hrydgard
2011-01-24fixed a couple of problems with UpdateFPSDisplay (DX9) (though it's a trivial...nitsuja-
2011-01-23- Trying to recover lost stability in DX9 plug-ingnick79
2011-01-20Unmark a few strings that should not be translated.Glenn Rice
2011-01-14Make sure that configuration dialog titles for the plugins are translated and...Glenn Rice
2011-01-11Print the performance status in exactly one place.Soren Jorvang
2011-01-09some little optimizations and some cleaning.Rodolfo Osvaldo Bogado
2010-12-29DX9/DX11: Fixing some maybe possible crashes if a game was started, the confi...NeoBrainX
2010-12-27Implement pixel data reinterpretation on EFB format change.NeoBrainX
2010-12-16Merge some state loading stuff to VideoCommon and fixed a crash on Linux syst...NeoBrainX
2010-12-05Merged the D3D9 debugger into VideoCommon/VideoUICommon:NeoBrainX
2010-11-29DX9 debugger improvements:NeoBrainX
2010-11-27DX11:NeoBrainX
2010-11-24Tiny commit. Just re-added 3D Vision to the config dialog. Hope nobody minds,...Matt Callaghan
2010-11-22Reorganized some video config dialog related code. Deleted remnants of the ol...Jordan Woyak
2010-11-21Polish, fix and otherwise improve the video plugin configuration dialog:NeoBrainX
2010-11-18Fixed RealXFB being enabled when XFB box is unchecked. Moved some shared code...Jordan Woyak
2010-11-18Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class t...Jordan Woyak
2010-11-15Made the graphics plugins use a shared configuration dialog. There are a few ...Jordan Woyak
2010-11-08General cleanup to 3D Vision hack, fits in more with the Dolphin coding style...Matt Callaghan
2010-11-08Removed the wait for swap when XFB is used. This fixes flickering in "Fragil...skidau
2010-11-05Added NVIDIA 3D Vision support. Patch by Uhyve.skidau
2010-10-23Added the wait/sync back in the video thread on XFB swaps. Fixes issue 3391.skidau
2010-10-22Main change: Implemented EFB pokes in DX9/DX11.NeoBrainX
2010-10-21VideoInterface and Progressive Scan fixesskidau
2010-10-19Merged common texture cache code from video plugins into VideoCommon. (DX11 n...Jordan Woyak