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
/
VideoCommon
/
AbstractTexture.cpp
Age
Commit message (
Expand
)
Author
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-12-16
Core: Remove ImageWrite and get rid of -Wmissing-declarations warnings
Léo Lam
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2019-07-31
FramebufferManager: Correctly handle read back D24S8 textures
Stenzek
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2018-07-19
VideoBackends: Support D24S8 abstract texture format
Stenzek
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2018-03-02
VideoCommon: Add support for Abstract Framebuffers
Stenzek
2018-03-01
AbstractTexture: Add support for depth textures/formats
Stenzek
2018-03-01
AbstractTexture: Support multisampled abstract texture
Stenzek
2018-01-26
AbstractTexture: Fix crash in Vulkan backend when freeing 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: Implement Save using new common methods
Stenzek
2017-11-22
VideoBackends: Add AbstractStagingTexture class
Stenzek
2017-11-22
AbstractTexture: Support BGRA8 formats
Stenzek
2017-11-19
AbstractTexture: Remove a redundant constructor initializer list entry
Lioncash
2017-11-17
Support frame and video dumping from VideoCommon
iwubcode
2017-08-01
HiresTextures: Support loading BC7 (BPTC) from DDS files
Stenzek
2017-06-18
AbstractTexture: Return config by const reference
Lioncash
2017-06-13
Video Backends: Move and rename HostTextureFormat to AbstractTextureFormat
iwubcode
2017-06-13
Video Backends: Split texture cache code out into separate files, introduce '...
iwubcode