summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2016-06-20analytics: Report OpenGL's adapter name too.Scott Mansell
2016-06-18Externals: Add libcurl.Pierre Bourdon
2016-06-18TextureCache: Rename functions and add comments to clear up docsScott Mansell
2016-06-17TextureCache: Track efb copies used in a partially updated textureScott Mansell
2016-05-19OGL: Work around slowdown of glMapBufferRange with SSBO on NVIDIA driversStenzek
2016-05-11OGL: Use coherent mapping on Qualcomm devices.degasus
2016-05-11DriverDetails: Drop BUG_BROKENALPHATEST.degasus
2016-05-11OGL: Drop QC ES3.1 workaround.degasus
2016-05-08D3D12: Implement XFB encoding/decoding (support Real XFB)Stenzek
2016-04-29Merge pull request #3796 from endrift/indtev-simplifyMathew Maidment
2016-04-26Make integral auto IR(multiple of 640x528) work as expectedmimimi085181
2016-04-23VideoCommon: Simplify indirect texture lookup code slightlyJeffrey Pfau
2016-04-23Revert "VideoBackend: Remove extraneous shifts from indirect texture lookups"Jeffrey Pfau
2016-04-11Merge pull request #3748 from mimimi085181/partial-updates-paletted-texturesPierre Bourdon
2016-04-11Merge pull request #3774 from phire/Fix_Metroid_Other_MPierre Bourdon
2016-04-10PixelShaderGen: Fixes implicit type conversion or PR #3772.degasus
2016-04-10Merge pull request #3772 from degasus/shader_optPierre Bourdon
2016-04-09Partial updates for paletted texturesmimimi085181
2016-04-09Merge pull request #3752 from mimimi085181/remove-use-only-once-restriction-p...Pierre Bourdon
2016-04-10Alternative fix: promote cycleslate to an s64 everywhere.Scott Mansell
2016-04-09PixelShaderGen: Move constant multiplication to constant generation.degasus
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-27Remove the restriction to apply efb copies only once as partial updatemimimi085181
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