summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2016-04-02Partial texture updates: Allow the efb copy to start before the texturemimimi085181
2016-03-30ShaderGen: Only specify storage qualifier in interface block when neededStenzek
2016-03-26Merge pull request #3672 from EmptyChaos/d3d-anisotropyPierre Bourdon
2016-03-26Merge pull request #3719 from Sonicadvance1/workaround_osx_video_driversPierre Bourdon
2016-03-24VideoCommon: Refactor TexMode0 mipmaps disabled test into a helper functionEmptyChaos
2016-03-24VideoBackends: Do not use Anisotropy on Point filtered textures.EmptyChaos
2016-03-18Merge pull request #3266 from mimimi085181/partial-updates-with-parts-of-efb-...Pierre Bourdon
2016-03-17Merge pull request #3684 from Sonicadvance1/fix_vertexshadergen_assertsPierre Bourdon
2016-03-16Minor fixes to the partial updates codemimimi085181
2016-03-16Partial texture updates with parts of efb copies new versionmimimi085181
2016-03-14Merge pull request #3700 from degasus/custom_texturesRyan Houdek
2016-03-10Merge pull request #3570 from endrift/indtev-reduce-shiftingRyan Houdek
2016-03-09Workaround OS X video driver bug #24983074Ryan Houdek
2016-03-04Merge pull request #3709 from Sonicadvance1/mesa_intel_geometry_shadersPierre Bourdon
2016-03-04Mark Mesa Intel Sandy Bridge geometry shaders not broken in Mesa 11.2Ryan Houdek
2016-03-03Merge pull request #3551 from RisingFog/videodump_proper_delayRyan Houdek
2016-03-03Merge pull request #3686 from Armada651/revert-3578Pierre Bourdon
2016-03-02CustomTextures: Fix loading of the last mipmaps.degasus
2016-03-01Merge pull request #3675 from rohit-n/build-pchMathew Maidment
2016-02-29Remove two more asserts in VertexShaderGen.Ryan Houdek
2016-02-29Confirm with hardware test that the high bit of the input form is ignored.Ryan Houdek
2016-02-29Fix a few asserts in the VertexShaderGen.Ryan Houdek
2016-02-29Revert "Merge pull request #3578 from Armada651/forced-slow-depth"Jules Blok
2016-02-29Merge pull request #3355 from mimimi085181/partial-texture-updates-check-dime...Pierre Bourdon
2016-02-26Fix building with PCH disabled.Rohit Nirmal
2016-02-22Merge pull request #3578 from Armada651/forced-slow-depthJules Blok
2016-02-22TextureConversionShader: Invert depth for Z24 encoder with D3DStenzek
2016-02-20VideoBackendBase: Store video backends as unique_ptrLioncash
2016-02-19Properly Handle Video Dumping from Power OnChris Burgener
2016-02-20VertexShaderGen: turn pseudo-mod into a simple andTillmann Karras
2016-02-15D3D12: Initial commit for D3D12 backend implementation.hdcmeta
2016-02-15D3D12: Additions to VideoCommon to support D3D12 backend.hdcmeta
2016-02-14Copy all layers of textures with CopyRectangleFromTexturemimimi085181
2016-02-14For partial texture updates check the dimensions of the efb copy and the targ...mimimi085181
2016-02-12Geometry shader bug isn't fixed in 11.1.2 for Intel Sandy BridgeRyan Houdek
2016-02-11Both Intel and Radeon Mesa geometry shader bugs are fixed in 11.1.2Ryan Houdek
2016-02-10VideoCommon: Remove unused pow functionsJens Nyberg
2016-02-08VideoConfig: Replace FastDepthCalc by ForcedSlowDepth.Jules Blok
2016-01-31VideoCommon: Convert some DataReader includes into forward declarationsLioncash
2016-01-30Merge pull request #3480 from phire/memory_stride_too_smallPierre Bourdon
2016-01-28Fix warningsTillmann Karras
2016-01-28Merge pull request #3426 from Sonicadvance1/ES_fix_framedumpRyan Houdek
2016-01-25VideoBackend: Remove extraneous shifts from indirect texture lookupsJeffrey Pfau
2016-01-25Fifo: Get rid of undefined globalLioncash
2016-01-25Fifo: Make g_use_deterministic_gpu_thread a TU-local variableLioncash
2016-01-25Fifo: Make g_bSkipCurrentFrame a TU-local variableLioncash
2016-01-25Merge pull request #3530 from degasus/syncgpufixPierre Bourdon
2016-01-24Merge pull request #3559 from lioncash/tcacheMathew Maidment
2016-01-24Merge pull request #3561 from lioncash/renderMathew Maidment
2016-01-24Merge pull request #3562 from lioncash/cpmemMathew Maidment