index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
vulkan_device: Enable VK_KHR_push_descriptor on newer ANV
Liam
2023-05-22
1
-2
/
+3
|
|
/
/
*
|
|
Merge pull request #10418 from liamwhite/blink-and-youll-miss-it
MatÃas Locatti
2023-05-26
4
-61
/
+105
|
\
\
\
|
*
|
|
texture_cache: process aliases and overlaps in the correct order
Fernando Sahmkow
2023-05-24
4
-61
/
+105
|
|
/
/
*
|
|
video_core: don't garbage collect during configuration
Liam
2023-05-25
2
-6
/
+0
*
|
|
Merge pull request #10435 from FernandoS27/gotta-clean-mess-ups
bunnei
2023-05-24
1
-1
/
+1
|
\
\
\
|
*
|
|
Texture cache: revert wrong acceleration assumption
Fernando Sahmkow
2023-05-24
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
Texture Cache Util: Fix block depth adjustment on slices.
Fernando Sahmkow
2023-05-24
1
-2
/
+13
|
/
/
*
|
Merge pull request #10422 from liamwhite/gc
Fernando S
2023-05-24
2
-6
/
+8
|
\
\
|
*
|
video_core: tune garbage collection aggressiveness
Liam
2023-05-23
2
-6
/
+8
|
|
/
*
|
Merge pull request #10398 from liamwhite/bcn
Fernando S
2023-05-24
12
-26
/
+264
|
\
\
|
*
|
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-05-23
12
-26
/
+264
|
|
/
*
|
Merge pull request #10388 from GPUCode/fence-wait
liamwhite
2023-05-23
2
-3
/
+58
|
\
\
|
*
|
vk_master_semaphore: Move fence wait on separate thread
GPUCode
2023-05-20
2
-3
/
+58
|
|
/
*
|
Merge pull request #10402 from liamwhite/uh
liamwhite
2023-05-23
6
-1
/
+51
|
\
\
|
*
|
renderer_vulkan: barrier attachment feedback loops
Liam
2023-05-22
6
-1
/
+51
|
|
/
*
/
Limit the device access memory to 4 GB
scorpion81
2023-05-22
1
-1
/
+1
|
/
*
renderer_vulkan: remove wrong constexpr
Liam
2023-05-18
1
-2
/
+2
*
vulkan_device: Disable VK_KHR_push_descriptor on ANV
lat9nq
2023-05-17
1
-0
/
+11
*
Merge pull request #10262 from liamwhite/depth-clamp
bunnei
2023-05-17
1
-0
/
+8
|
\
|
*
vulkan_common: disable depth clamp dynamic state for older radv
Liam
2023-05-13
1
-0
/
+8
*
|
Merge pull request #10217 from Kelebek1/clear_value
liamwhite
2023-05-16
1
-19
/
+6
|
\
\
|
*
|
Use the rendertarget format of the correct RT rather than the first valid
Kelebek1
2023-05-09
1
-19
/
+6
*
|
|
Merge pull request #10181 from lat9nq/intel-compute-toggle
liamwhite
2023-05-15
1
-1
/
+2
|
\
\
\
|
*
|
|
vk_pipeline_cache: Use setting to disable intel compute
lat9nq
2023-05-07
1
-1
/
+2
*
|
|
|
Merge pull request #10249 from FernandoS27/sorry-i-am-late
liamwhite
2023-05-15
2
-28
/
+4
|
\
\
\
\
|
*
|
|
|
Buffer Cache: Clear sync code.
Fernando Sahmkow
2023-05-15
2
-28
/
+4
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #10254 from danilaml/fix-h264-decode
liamwhite
2023-05-15
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fix missing pic_order_present_flag in h264 header
Danila Malyutin
2023-05-12
1
-2
/
+2
*
|
|
|
|
Merge pull request #10288 from liamwhite/vram-limits
liamwhite
2023-05-14
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
vulkan_device: reserve extra memory to prevent swaps
Liam
2023-05-14
1
-0
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
vulkan_common: fix incompatible property flags
Liam
2023-05-14
1
-1
/
+1
|
/
/
/
/
*
/
/
/
Correctly track RT indexes for image aspect lookup during clears
Kelebek1
2023-05-12
2
-1
/
+3
|
/
/
/
*
|
|
Merge pull request #10132 from Kelebek1/fermi_blit2
liamwhite
2023-05-11
2
-12
/
+15
|
\
\
\
|
*
|
|
Allow Fermi blit accelerate to add src/dst to the cache if they don't exist a...
Kelebek1
2023-05-11
2
-12
/
+15
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #10216 from Kelebek1/buffer_cache_region_checks
liamwhite
2023-05-11
1
-4
/
+4
|
\
\
\
|
*
|
|
Swap order of checking/setting region modifications in the buffer_cache
Kelebek1
2023-05-09
1
-4
/
+4
|
|
/
/
*
/
/
renderer_vulkan: separate guest and host compute descriptor queues
Liam
2023-05-10
16
-75
/
+81
|
/
/
*
|
Texture Cache: Fix ASTC textures
Fernando Sahmkow
2023-05-09
3
-7
/
+7
*
|
Texture cache: Only force flush the dma downloads
Fernando Sahmkow
2023-05-07
5
-6
/
+6
*
|
Buffer Cache: disable reactive flushing in it.
Fernando Sahmkow
2023-05-07
3
-18
/
+8
*
|
Texture cache: reverse inmediate flush changes
Fernando Sahmkow
2023-05-07
3
-28
/
+14
*
|
Buffer cache: always use async buffer downloads and fix regression.
Fernando Sahmkow
2023-05-07
3
-61
/
+68
*
|
Address feedback, add CR notice, etc
Fernando Sahmkow
2023-05-07
4
-4
/
+13
*
|
Query cache: stop updating pages as it's not affected by cpu writes
Fernando Sahmkow
2023-05-07
1
-2
/
+0
*
|
Settings: add option to enable / disable reactive flushing
Fernando Sahmkow
2023-05-07
2
-4
/
+8
*
|
Texture cache: sync the first flush.
Fernando Sahmkow
2023-05-07
2
-3
/
+30
*
|
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-07
21
-24
/
+213
*
|
Merge pull request #10081 from Kelebek1/copy_overlap_tick
liamwhite
2023-05-07
1
-0
/
+6
|
\
\
|
*
|
Sort overlap_ids by modification tick before copy
Kelebek1
2023-04-22
1
-0
/
+6
*
|
|
Merge pull request #10172 from Kelebek1/debug_validation_names
liamwhite
2023-05-07
10
-30
/
+35
|
\
\
\
|
|
_
|
/
|
/
|
|
[prev]
[next]