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
/
Vulkan
/
TextureCache.cpp
Age
Commit message (
Expand
)
Author
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2019-01-25
Vulkan: Move texture upload buffer to ObjectCache
Stenzek
2018-11-07
Vulkan: Submit fewer command buffers in deferred EFB copies mode
Stenzek
2018-11-07
TextureCache: Implement deferred/batched EFB copies
Stenzek
2018-05-22
EFB2RAM: Apply copy filter as a float coefficient after sampling
Stenzek
2018-05-03
TextureConversionShader: Don't sample from adjacent rows when not needed
Stenzek
2018-04-29
Implement EFB copy filter and gamma in hardware backends
Stenzek
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2018-01-11
Vulkan: Move render pass management to ObjectCache
Stenzek
2017-12-06
VideoCommon: Drop now unused efb2tex matrix generation.
degasus
2017-12-02
VideoCommon: Create a namespace for TextureConversionShaderGen.
degasus
2017-12-02
VideoBackends: Use VideoCommon shader generators for efb2tex copies.
Markus Wick
2017-11-22
VideoCommon: Move abstract texture creation function to Renderer
Stenzek
2017-08-03
Video: Clearly separate Texture and EFB Copy formats
N.E.C
2017-07-30
Vulkan: Move shader/pipeline-related methods to ShaderCache
Stenzek
2017-06-13
Video Backends: Split texture cache code out into separate files, introduce '...
iwubcode
2017-06-13
Vulkan: Fix image layout assertion failing for palette textures
Stenzek
2017-06-10
Vulkan: Transition texture cache entries before usage
Stenzek
2017-04-29
TextureCache: Move host texture utility functions to VideoCommon
Stenzek
2017-04-29
Vulkan: Support native compressed textures
Stenzek
2017-04-29
TextureCache: Support compressed textures and pass pitch/size to upload
Stenzek
2017-04-15
Vulkan: Clamp framebuffer resolve rectangle to texture size
Stenzek
2017-04-12
VideoBackends: Support updated texture encoding shader generators
Stenzek
2017-04-01
Vulkan: Implement compute-shader based GPU texture decoding
Stenzek
2016-12-26
TextureCache: Drop unused parameter in backend API.
degasus
2016-12-26
TextureCache: Extract BP enum check to VideoCommon.
degasus
2016-12-23
Merge pull request #4224 from lioncash/tcache
Mat M
2016-12-15
TextureCache: Use same color coefficients for EFB2Tex as EFB2RAM
Stenzek
2016-12-09
TextureCacheBase: Eliminate static state
Lioncash
2016-12-05
Merge pull request #4489 from stenzek/vulkan-minor-fixes
Stenzek
2016-12-04
Vulkan: Use explicit barriers instead of dependancies
Stenzek
2016-12-04
Vulkan: Move XFB encoding/decoding to TextureConverter
Stenzek
2016-12-04
Vulkan: Simplify palette texture conversion
Stenzek
2016-12-04
Vulkan: Combine PaletteTextureConverter and TextureEncoder classes
Stenzek
2016-12-04
Vulkan: Use an enumeration to index pipeline layouts
Stenzek
2016-12-04
Vulkan: Fix map error when texture dumping is enabled
Stenzek
2016-11-30
Vulkan: Replace explicit command buffer submits with wrapper function
Stenzek
2016-11-19
Vulkan: Handle strided XFB copies
Stenzek
2016-11-03
Vulkan: Implement virtual/real XFB support
Stenzek
2016-11-03
Vulkan: Move CopyRectangleFromTexture to TextureCache
Stenzek
2016-11-03
Vulkan: Remove parameters/members of single-instance classes
Stenzek
2016-10-06
Vulkan: Use correct source format to determine palette size
Stenzek
2016-10-04
Vulkan: Fix bug with palette converted EFB copies
Stenzek
2016-10-03
Vulkan: Fix resource leaks present at shutdown and mode changes
Stenzek
2016-10-03
Vulkan: Fix compilation on 32-bit targets
Stenzek
2016-09-30
Vulkan: Amend header includes
Lioncash
2016-10-01
Implement experimental Vulkan backend
Stenzek