summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWTexture.cpp
AgeCommit message (Expand)Author
2023-06-03VideoBackends: add support to allow rendering to multiple output texturesiwubcode
2023-02-09Merge pull request #11522 from phire/KillRendererWithFireScott Mansell
2023-01-31Implement AbstractGfx for Software & NullScott Mansell
2023-01-27VideoBackends: add a way to load data into a specific level AND layer, defaul...iwubcode
2022-09-26Software: Fix mipmaps and uneven strides in SWTexturePokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-06Software: Fix out of bounds accesses in CopyRegionPokechu22
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-03-02VideoCommon: Add support for Abstract FramebuffersStenzek
2018-03-01AbstractTexture: Support multisampled abstract textureStenzek
2018-01-22AbstractTexture: Move Bind() method to RendererStenzek
2017-11-22AbstractTexture: Drop slow map readback pathStenzek
2017-11-22AbstractTexture: Seperate CopyRectangleFromTexture to two methodsStenzek
2017-11-22VideoBackends: Add AbstractStagingTexture classStenzek
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-17HybridXFB: Fix lint errorsiwubcode
2017-11-17Software Backend: Fix xfb output and add vertical scaling supportiwubcode
2017-06-13Video Backends: Split texture cache code out into separate files, introduce '...iwubcode