summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2015-02-19Decode EFB copies used as paletted textures.magumagu
2015-02-13Change RunVertices' function arguments.Ryan Houdek
2015-02-12D3D: replace memset, fix warningmr.greywater
2015-02-12D3D: Add debug object name for efb encoder pixel shadermr.greywater
2015-02-12D3D: Added GetDebugObjectName and parameter checking in SetDebugObjectNamemr.greywater
2015-02-12D3D: Add break on error in debug buildmr.greywater
2015-02-10Merge pull request #1752 from Buddybenj/clean-upmagumagu
2015-02-08D3D: Fixed crash rendering EFB textures with MSAAmr.greywater
2015-02-04Merge pull request #1904 from magumagu/d3d-allow-nooutput-adapterskidau
2015-02-01VideoBackends: set GLInterface to zero after deleting itdegasus
2015-01-31OGL: Fix a memory leak that would occur every time a game is launchedLioncash
2015-01-28Silence -Wunused-variable warning.Rohit Nirmal
2015-01-27Fix D3D regression from PR1948.magumagu
2015-01-27Merge pull request #1966 from magumagu/unify-efb-encodeMarkus Wick
2015-01-27Merge pull request #1970 from magumagu/d3d-cleanupMarkus Wick
2015-01-27Merge pull request #1948 from magumagu/remove-efb-cacheMarkus Wick
2015-01-26D3D: delete unnecessary code.magumagu
2015-01-25Make sure EFB2RAM buffer is wide enough for new coordinate system.magumagu
2015-01-25Remove some debugging junk.magumagu
2015-01-25Use linear sampling in ScaleByHalf mode.magumagu
2015-01-25Fix OpenGL coordinate computation.magumagu
2015-01-25Fix stupid mistake.magumagu
2015-01-25More work.magumagu
2015-01-25WIP.magumagu
2015-01-25PostProcessing: Move default pixel shader to PostProcessingShaderConfiguration.Jules Blok
2015-01-25PostProcessing: Add support for user-supplied anaglyph shaders.Jules Blok
2015-01-25Merge pull request #1920 from CarlKenner/fix3dxfbskidau
2015-01-24Clean UpBenjamin Przybocki
2015-01-24Coding style cleanup from the zfreeze mergeLioncash
2015-01-24Stop doing nastly shit to OpenGL stream buffers.Scott Mansell
2015-01-23Remove EFB to RAM cache, and simplify code.magumagu
2015-01-24Move Zfreeze code out individual backends into videoCommonScott Mansell
2015-01-23Fixes Mario Tennis Gimmick Courts and adds support for FastDepthCalcNanoByte011
2015-01-23Make zfreeze use screenspace coordinates independant of IR.Scott Mansell
2015-01-23Fix various issues with zfreeze implemntation.Scott Mansell
2015-01-23Cleanup and refactor of zfreeze portNanoByte011
2015-01-23Initial port of zfreeze branch (3.5-1729)NanoByte011
2015-01-21Merge pull request #1869 from Stevoisiak/GeneralConsistencyRyan Houdek
2015-01-20Merge pull request #1909 from Sonicadvance1/GLExtensions_additionsRyan Houdek
2015-01-19Merge pull request #1894 from Armada651/exclusive-fixMarkus Wick
2015-01-19VideoConfig: Add exclusive mode flag.Jules Blok
2015-01-20This fixes stereoscopic 3D with XFB enabled, for example in the intro in Anim...CarlKenner
2015-01-18Add support for two new OpenGL ES extensions.Ryan Houdek
2015-01-18Merge pull request #1887 from Tilka/vertex_loader_jitRyan Houdek
2015-01-18TexCache: merge texture and rendertarget factory functiondegasus
2015-01-18TexCache: remove PC_TexFormatdegasus
2015-01-18D3D: remove unused variableTillmann Karras
2015-01-18VideoSW: Fix vertex skippingdegasus
2015-01-17D3D: allow selecting adapters with no outputs.magumagu
2015-01-17Add exclusive mode OSD messages.Jules Blok