summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2018-02-11VideoConfig: Remove bForceCopyToRam fieldStenzek
2018-02-07Merge pull request #6334 from stenzek/startupAnthony
2018-02-01BPMemory: Handle fog configuration where both A and C are infinity/NaNStenzek
2018-01-27VideoBackend: Remove PeekMessages methodStenzek
2018-01-27VideoBackends: Combine Initialize/Prepare and Cleanup/Shutdown methodsStenzek
2018-01-22AbstractTexture: Move Bind() method to RendererStenzek
2018-01-05Implement dual-source blending in shaderJonathan Hamilton
2017-12-06VideoCommon: Drop now unused efb2tex matrix generation.degasus
2017-12-02VideoBackends: Fix -Wswitch warningsLéo Lam
2017-12-02VideoBackends: Use VideoCommon shader generators for efb2tex copies.Markus Wick
2017-12-01Merge pull request #6193 from stenzek/readbacksStenzek
2017-11-23OGL: Fix headless frame dumpingStenzek
2017-11-22AbstractTexture: Drop slow map readback pathStenzek
2017-11-22AbstractTexture: Seperate CopyRectangleFromTexture to two methodsStenzek
2017-11-22VideoBackends: Add AbstractStagingTexture classStenzek
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-21VideoConfig: Remove bSupportsInternalResolutionFrameDumpsStenzek
2017-11-19VideoBackends: Remove header inclusions made unnecessary with Hybrid XFBLioncash
2017-11-17Software Backend: Remove reinterpret_cast which violates the strict aliasing ...iwubcode
2017-11-17Software Backend: Rename 'copy_region' to 'CopyRegion'iwubcode
2017-11-17Software Backend: allow screenshots/video to be taken with valid dataiwubcode
2017-11-17Hybrid XFB: Fix lint errorsiwubcode
2017-11-17Video Backends: Remove the right of the xfb region for games where theiwubcode
2017-11-17HybridXFB: Fix lint errorsiwubcode
2017-11-17Software Backend: Force EFB/XFB to copy to ramiwubcode
2017-11-17Software Backend: Fix xfb output and add vertical scaling supportiwubcode
2017-11-17Remove TODOsiwubcode
2017-11-17Support frame and video dumping from VideoCommoniwubcode
2017-11-17Add support for hybrid XFBiwubcode
2017-09-11Software/TextureSampler: const correctnessLioncash
2017-09-11Renderer: Move cull mode to a rasterization state objectStenzek
2017-09-10Merge pull request #6045 from lioncash/sw-vertloaderMarkus Wick
2017-09-09Common: Move version strings to their own headerLioncash
2017-09-09SWVertexLoader: Make SWVertexLoader a final classLioncash
2017-09-09SWVertexLoader: Make SetFormat() and ResetBuffer() privateLioncash
2017-09-09SWVertexLoader: Remove GetIndexBuffer()Lioncash
2017-09-09SWVertexLoader: Normalize class variable namesLioncash
2017-09-03Software/Tev: const correctnessLioncash
2017-08-22Clipper: Copy both color sequences in CopyVertex as opposed to oneLioncash
2017-08-22SW NativeVertexFormat: Utilize std::array where applicableLioncash
2017-08-06TransformUnit: Get rid of pointer casting in TransformColor() where applicableLioncash
2017-08-06TransformUnit: Make LightColor()'s chan parameter constLioncash
2017-08-05VideoSW: Drop log level of missing anti aliasing support.degasus
2017-08-03Video: Clearly separate Texture and EFB Copy formatsN.E.C
2017-08-01HiresTextures: Support loading BC7 (BPTC) from DDS filesStenzek
2017-07-30General: Remove unnecessary semicolonsLioncash
2017-07-30NativeVertexFormat: Drop unused virtual method SetupVertexPointersStenzek
2017-07-30XFMemory: Convert several registers to bitfieldsStenzek