index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
Software
/
SWTexture.h
Age
Commit message (
Expand
)
Author
2023-06-03
VideoBackends: add support to allow rendering to multiple output textures
iwubcode
2023-01-27
VideoBackends: add a way to load data into a specific level AND layer, defaul...
iwubcode
2022-09-26
Software: Fix mipmaps and uneven strides in SWTexture
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2018-11-07
TextureCache: Implement deferred/batched EFB copies
Stenzek
2018-03-02
VideoCommon: Add support for Abstract Framebuffers
Stenzek
2018-03-01
AbstractTexture: Support multisampled abstract texture
Stenzek
2018-01-22
AbstractTexture: Move Bind() method to Renderer
Stenzek
2017-11-22
AbstractTexture: Drop slow map readback path
Stenzek
2017-11-22
AbstractTexture: Seperate CopyRectangleFromTexture to two methods
Stenzek
2017-11-22
VideoBackends: Add AbstractStagingTexture class
Stenzek
2017-11-17
HybridXFB: Fix lint errors
iwubcode
2017-11-17
Software Backend: Fix xfb output and add vertical scaling support
iwubcode
2017-06-18
AbstractTexture: Add missing includes (and remove unnecessary ones)
Lioncash
2017-06-13
Video Backends: Split texture cache code out into separate files, introduce '...
iwubcode