summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src
AgeCommit message (Expand)Author
2011-06-20Small update for disabled Fog for older hardware that fails to divide by zero...Sonicadvance1
2011-06-10just a little cleanup to maintain minimal interfacesRodolfo Osvaldo Bogado
2011-06-04Allows DX9 shaders to be SM2 compatible again at the loss of accuracy. SM3 is...Sonicadvance1
2011-05-31Fix applying anti-aliasing without having to open the gfx config. Thanks to s...NeoBrainX
2011-05-25some code cleanup i have left in my folder :)Rodolfo Osvaldo Bogado
2011-05-25A long time since my last commit but i have a lot of work. hope to find some ...Rodolfo Osvaldo Bogado
2011-05-12Don't resize render target to handle out-of-bounds viewports. Instead, adjust...Nolan Check
2011-04-30Fix "Disable Lighting" in D3D9 and D3D11.NeoBrainX
2011-04-30Use the recommended video settings as the default configuration:NeoBrainX
2011-04-29- Do not parse numerous video options from the game inis, like:NeoBrainX
2011-04-29Quick fix for Dolphin crashing when using 3D and clicking anywhere on screen....Matt Callaghan
2011-04-25Remove configuration profile support.NeoBrainX
2011-04-15DX11: I think I've figured out where the game enables texture offsets for lin...Nolan Check
2011-04-11Fix an error introduced in r7083. In the pixel shader manager the farZ and zR...donkopunchstania
2011-04-05* One Window 3-State changes (VideoSettings GUI):gnick79
2011-04-03VideoCommon: Update color writing mask if pixel format changes.NeoBrainX
2011-04-02Revert r7086.NeoBrainX
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-27Add graphics FIFO recorder and player for debugging the graphics system.donkopunchstania
2011-03-25When using the "Start Renderer in Fullscreen" option, really start in fullscr...Glenn Rice
2011-03-23VideoConfig revision:gnick79
2011-03-23Fix a few issues with the size of the logger pane.Glenn Rice
2011-03-22Sorry, apparently that last commit was pointless. Removing most of it. Best h...Matt Callaghan
2011-03-22More 3D Vision related stuff. This is the last one I promise.Matt Callaghan
2011-03-22fix a memleak and quiet some warningsShawn Hoffman
2011-03-22Fix gcc build.Soren Jorvang
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-21Partial fix for 3D Vision.Matt Callaghan
2011-03-20Simplify the SCons build:Soren Jorvang
2011-03-19Removed the OpenMP option from the DolphinWX project. It was causing a slowd...skidau
2011-03-19Fixed a memory leak that occurred while compiling the OpenCL kernels.skidau
2011-03-19Added a toggle switch for the OpenMP texture decoder in the graphics settings.skidau
2011-03-19Game-specific video settings:skidau
2011-03-19Make sure to not do any XFB emulation at all if it's not enabled.NeoBrainX
2011-03-16Fix the video software backend. (closes issue 4269)sl1nk3.s
2011-03-15A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...Jordan Woyak
2011-03-14DX11: Support thick lines and large points with geometry shaders. Lines still...Nolan Check
2011-03-12Fix things so that those who wish to compile with -std=c++0x can. To active ...Glenn Rice
2011-03-11Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...Jordan Woyak
2011-03-07Shut up recent versions of GCC about the OpenMP pragmas.Soren Jorvang
2011-03-05more fixes for opengl sing openmp, i hope is the last :)Rodolfo Osvaldo Bogado
2011-03-05more fixes for my openmp commitRodolfo Osvaldo Bogado
2011-03-05Fix OS X build.Soren Jorvang
2011-03-05Missed a critical section.Jordan Woyak
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-03-05some fixes for my last commitRodolfo Osvaldo Bogado
2011-03-05Linux build fix.Glenn Rice