index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
texture_cache
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
texture_cache: use two-pass collection for costly load resources (#13096)
liamwhite
1
-7
/
+23
2024-02-26
texture_cache: do not track invalid addresses
Liam
1
-2
/
+6
2024-02-11
texture_cache: tweak iteration tracking change
Liam
1
-1
/
+1
2024-02-11
texture_cache: avoid overestimation of ASTC texture sizes
Liam
1
-2
/
+2
2024-02-11
caches: make critical reclamation less eager and possible in more cases
Liam
1
-2
/
+2
2024-02-10
Texture Cache: Fix untracking on GPU remap
Fernando Sahmkow
3
-7
/
+10
2024-02-09
nvnflinger/gpu: implement blending
Liam
1
-1
/
+7
2024-02-04
VideoCore: Move Slot Vector to Common
Fernando Sahmkow
3
-244
/
+17
2024-01-31
video_core: consistently account for resolution scaling when rendering
Liam
2
-6
/
+7
2024-01-31
Texture Cache: make sparse texture table per channel
Fernando Sahmkow
2
-40
/
+51
2024-01-24
Rework time service to fix time passing offline.
Kelebek1
1
-1
/
+1
2024-01-18
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
1
-1
/
+0
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
3
-51
/
+56
2023-12-26
video_core: Fix buffer_row_length computation for linear compressed textures
GPUCode
3
-33
/
+35
2023-12-17
Revert "video_core: use interval map for page count tracking"
liamwhite
1
-5
/
+5
2023-12-16
renderer_vulkan: allow up to 7 swapchain images
Liam
1
-1
/
+1
2023-12-14
video_core: use interval map for page count tracking
Liam
1
-5
/
+5
2023-12-03
texture_cache: fix max_element comparison function
Liam
1
-1
/
+1
2023-12-03
renderer_vulkan: do not recreate swapchain for srgb
Liam
2
-10
/
+28
2023-12-01
texture_cache: use pedantic type names
Liam
1
-1
/
+1
2023-11-12
renderer_vulkan: Introduce separate cmd buffer for uploads
GPUCode
1
-0
/
+4
2023-10-15
brings back the removed If statement and adds the num_level test
Squall Leonhart
1
-2
/
+9
2023-10-11
Transition MSAA images to general layout without uploading data
Kelebek1
1
-0
/
+1
2023-10-11
Get out of render pass before query barriers, fix image names with samples > ...
Kelebek1
2
-3
/
+7
2023-10-11
Fix mistaken usage of info.block instead of level_info.block
Squall-Leonhart
1
-2
/
+2
2023-10-09
add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup table
Squall Leonhart
1
-0
/
+2
2023-10-06
Implement X8_D24 format
Kelebek1
3
-0
/
+7
2023-10-02
ci: fix new codespell errors
Liam
2
-2
/
+2
2023-09-20
Reuse part of my previous idea to to use num_levels to check within AdjustMip...
Squall-Leonhart
1
-14
/
+20
2023-09-18
Partial revert of #10433
Squall Leonhart
1
-9
/
+2
2023-09-11
Look for the most recently modified image for present
Kelebek1
1
-1
/
+14
2023-08-13
Mark accelerted DMA destination buffers and images as GPU-modified
Kelebek1
1
-3
/
+3
2023-08-11
Needed to make this an extra case so it didnt also start asserting in BOTW.
Squall-Leonhart
1
-0
/
+2
2023-08-11
Fix an assert in the format lookup table fir Z16
Squall Leonhart
1
-1
/
+1
2023-08-06
Revert "HACK: Avoid swizzling and reuploading ASTC image every frame"
Ameer J
1
-12
/
+2
2023-08-06
HACK: Avoid swizzling and reuploading ASTC image every frame
Ameer J
1
-2
/
+12
2023-07-03
oops re open
gidoly
1
-0
/
+4
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
3
-32
/
+21
2023-07-01
Revert "texture_cache: Fix incorrect logic for AccelerateDMA"
Liam
1
-4
/
+8
2023-07-01
renderer_vulkan: Add support for VK_KHR_image_format_list
GPUCode
2
-8
/
+2
2023-06-29
AccelerateDMA: Don't accelerate 3D texture DMA operations
Fernando Sahmkow
1
-0
/
+4
2023-06-29
Texture cache: Fix YFC regression due to code testing
Fernando Sahmkow
1
-9
/
+0
2023-06-27
video_core: Add BCn decoding support
GPUCode
4
-106
/
+149
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
5
-47
/
+55
2023-06-17
video_core: add samples check when find render target
FengChen
2
-18
/
+14
2023-06-17
video_core: Only apply AF to 2D (array) image types
Wollnashorn
1
-2
/
+7
2023-06-16
video_core: Use sampler IDs instead pointers in the pipeline config
Wollnashorn
3
-6
/
+37
2023-06-15
video_core: Disable AF for non-color image formats
Wollnashorn
1
-0
/
+9
2023-06-15
video_core: Add per-image anisotropy heuristics (format & mip count)
Wollnashorn
2
-0
/
+41
2023-06-14
video_core: optionally skip barriers on feedback loops
Liam
1
-0
/
+4
[next]