index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
/
vk_texture_cache.cpp
Age
Commit message (
Expand
)
Author
2024-02-27
"Merge Tagged PR 13122"
yuzubot
2024-01-07
Fix typos in video_core
Viktor Szépe
2023-12-01
texture_cache: use pedantic type names
Liam
2023-11-20
vk_texture_cache: add workaround for nullDescriptor on Mali
Liam
2023-10-18
Merge pull request #11810 from liamwhite/clang-17
liamwhite
2023-10-18
Merge pull request #11795 from Squall-Leonhart/D32FToOther
liamwhite
2023-10-17
general: fix build failure on clang 17
Liam
2023-10-17
Changes based on hardware tests
Squall-Leonhart
2023-10-16
meant to add the unorms as well
Squall Leonhart
2023-10-16
Another missing copy connected to Bravely Default II
Squall-Leonhart
2023-10-15
Implement missing formats for Bravely Default 2
Squall-Leonhart
2023-10-12
Merge pull request #11751 from Kelebek1/transition_msaa_image
liamwhite
2023-10-11
Transition MSAA images to general layout without uploading data
Kelebek1
2023-10-11
Do not set rescaled flag when rescaling is disabled
Kelebek1
2023-10-07
Merge pull request #11677 from Squall-Leonhart/D32FTOABGR8
liamwhite
2023-10-06
Implement X8_D24 format
Kelebek1
2023-10-04
Implements D32_Float to A8B8G8R8_UNORM format copy
Squall-Leonhart
2023-09-25
renderer_vulkan: Implement MSAA copies
GPUCode
2023-09-24
Merge pull request #11562 from GPUCode/srgb-madness
liamwhite
2023-09-24
Merge pull request #11165 from Morph1984/ds_blit
liamwhite
2023-09-21
vk_texture_cache: Limit srgb block to transcoding only
GPUCode
2023-09-21
renderer_vulkan: Correct component order for A4B4G4R4_UNORM
GPUCode
2023-08-02
Merge pull request #11202 from abouvier/vulkan-config
liamwhite
2023-08-02
vulkan: centralize config
Alexandre Bouvier
2023-07-31
vulkan_device: Test depth stencil blit support by format
Morph
2023-07-21
settings,general: Rename non-confirming enums
lat9nq
2023-07-21
settings,video_core: Consolidate ASTC decoding options
lat9nq
2023-07-18
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
2023-07-01
renderer_vulkan: Fix some missing view formats
GPUCode
2023-07-01
renderer_vulkan: Add support for VK_KHR_image_format_list
GPUCode
2023-06-27
video_core: Add BCn decoding support
GPUCode
2023-06-27
Merge pull request #10473 from GPUCode/vma
liamwhite
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-06-18
renderer_vulkan: Use VMA for buffers
GPUCode
2023-06-18
renderer_vulkan: Use VMA for images
GPUCode
2023-06-15
video_core: Fallback to default anisotropy instead to 1x anisotropy
Wollnashorn
2023-06-15
video_core: Fixed compilation errors because of name shadowing
Wollnashorn
2023-06-15
video_core: Add per-image anisotropy heuristics (format & mip count)
Wollnashorn
2023-05-24
Merge pull request #10398 from liamwhite/bcn
Fernando S
2023-05-23
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-05-22
renderer_vulkan: barrier attachment feedback loops
Liam
2023-05-12
Correctly track RT indexes for image aspect lookup during clears
Kelebek1
2023-05-10
renderer_vulkan: separate guest and host compute descriptor queues
Liam
2023-05-09
Texture Cache: Fix ASTC textures
Fernando Sahmkow
2023-05-06
Log object names with debug renderer, add a GPU address to ImageViews
Kelebek1
2023-04-29
Texture Cache: Release stagging buffers on tick frame
Fernando Sahmkow
2023-04-29
Accelerate DMA: Use texture cache async downloads to perform the copies
Fernando Sahmkow
2023-04-29
TextureCache: refactor DMA downloads to allow multiple buffers.
Fernando Sahmkow
2023-03-11
Merge pull request #9913 from ameerj/acc-dma-refactor
Fernando S
2023-03-08
Merge pull request #9896 from Kelebek1/d24s8
liamwhite
[next]