summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2017-12-07Merge pull request #6240 from JosJuice/stream-path-encodingLeo Lam
2017-12-06VideoCommon: Drop now unused efb2tex matrix generation.degasus
2017-12-05Don't use wrong encoding for paths when opening streams on WindowsJosJuice
2017-12-06TextureConversionShader: Use round() instead of roundEven() in HLSLStenzek
2017-12-06TextureConverterShaderGen: Make generated shaders HLSL-compatibleStenzek
2017-12-03Merge pull request #5887 from linkmauve/alpha-fixMarkus Wick
2017-12-02VideoCommon: Fix -Wformat warningsLéo Lam
2017-12-02VideoCommon: Reimplement texture format conversionEmmanuel Gil Peyrot
2017-12-02Merge pull request #5903 from linkmauve/fix-mp2eMarkus Wick
2017-12-02VideoCommon: Rename TextureConversionShader namespace.degasus
2017-12-02VideoCommon: Create a namespace for TextureConversionShaderGen.degasus
2017-12-02VideoBackends: Use VideoCommon shader generators for efb2tex copies.Markus Wick
2017-12-01Merge pull request #6193 from stenzek/readbacksStenzek
2017-11-26Merge pull request #6216 from stenzek/headless-frame-dumpingMarkus Wick
2017-11-25UberShaderPixel: Fix the interpolation qualifier for interface blocks.Jules Blok
2017-11-23OGL: Fix headless frame dumpingStenzek
2017-11-22AbstractTexture: Drop slow map readback pathStenzek
2017-11-22TextureCacheBase: Don't crop last row/column of XFB copiesStenzek
2017-11-22VideoCommon: Re-implement asynchronous frame dumpingStenzek
2017-11-22AbstractTexture: Implement Save using new common methodsStenzek
2017-11-22AbstractTexture: Seperate CopyRectangleFromTexture to two methodsStenzek
2017-11-22VideoBackends: Add AbstractStagingTexture classStenzek
2017-11-22AbstractTexture: Support BGRA8 formatsStenzek
2017-11-22VideoCommon: Move abstract texture creation function to RendererStenzek
2017-11-22Merge pull request #6204 from stenzek/downscaled-screenshotsLeo Lam
2017-11-22LightingShaderGen: Always calculate lighting for both color channelsStenzek
2017-11-21Renderer: Re-implement window size frame dumpingStenzek
2017-11-21VideoConfig: Remove bSupportsInternalResolutionFrameDumpsStenzek
2017-11-20VideoCommon: Use constant for number of color channels in XFMemoryStenzek
2017-11-19Merge pull request #6186 from lioncash/enum-classLeo Lam
2017-11-19Merge pull request #6203 from lioncash/missing-braces-warnJosJuice
2017-11-19Merge pull request #6201 from lioncash/headersJosJuice
2017-11-19VideoCommon: Resolve -Wmissing-brace warningsLioncash
2017-11-19AbstractTexture: Remove a redundant constructor initializer list entryLioncash
2017-11-19VideoBackends: Remove header inclusions made unnecessary with Hybrid XFBLioncash
2017-11-18VideoConfig: Make StereoMode an enum classLioncash
2017-11-18VideoConfig: Make AspectMode an enum classLioncash
2017-11-17TextureCacheBase: Set uninitialized XFB memory to fuchsia coloriwubcode
2017-11-17Hybrid XFB: Fix lint errorsiwubcode
2017-11-17Enhance xfb dumping to distinguish between the xfbs created from memory and t...iwubcode
2017-11-17Texture Cache Base: Optimization to allow stitched or memory xfb textures to ...iwubcode
2017-11-17TextureCacheBase: Fix issue in Rogue Squadron 2 where overlapping textures ca...iwubcode
2017-11-17TextureCacheBase: Remove vertical scaling from EFB path and have copy checks ...iwubcode
2017-11-17Hybrid XFB: Fix lint errorsiwubcode
2017-11-17TextureCacheBase: make sure stitching rectangle bounds don't exceed theiwubcode
2017-11-17TextureCacheBase: Add XFB specific functionsiwubcode
2017-11-17Video Backends: Remove the right of the xfb region for games where theiwubcode
2017-11-17Video Common: Improve texture dumping to work with fifoci andiwubcode
2017-11-17HybridXFB: Fix lint errorsiwubcode
2017-11-17Video Common: Use correct aspect ratio when saving screenshots / videoiwubcode