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
/
Null
/
NullTexture.h
Age
Commit message (
Expand
)
Author
2025-05-01
Make overriding explicit and remove redundant virtual specifiers on overridin...
Dr. Dystopia
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
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-07-27
VideoBackends/Null: Remove unnecessary constructors and destructors
Lioncash
2019-02-19
Move most backend functionality to VideoCommon
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: Seperate CopyRectangleFromTexture to two methods
Stenzek
2017-11-22
VideoBackends: Add AbstractStagingTexture class
Stenzek
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