index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
buffer_cache
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #12194 from liamwhite/fruit-company
liamwhite
2023-11-29
1
-2
/
+2
|
\
|
*
video_core: fix mac compile
Liam
2023-11-26
1
-2
/
+2
*
|
Merge branch 'master' into ssbo-align
Ameer J
2023-11-26
3
-71
/
+114
|
\
|
|
*
Merge pull request #11535 from GPUCode/upload_cmdbuf
Fernando S
2023-11-26
3
-66
/
+114
|
|
\
|
|
*
renderer_vulkan: Introduce separate cmd buffer for uploads
GPUCode
2023-11-12
3
-66
/
+114
|
*
|
Buffer Cache: Eliminate clears on Indirect buffers
Fernando Sahmkow
2023-11-18
1
-5
/
+0
|
|
/
*
|
shader_recompiler: Align SSBO offsets in GlobalMemory functions
Ameer J
2023-10-31
1
-1
/
+2
*
|
buffer_cache: Apply storage buffer alignment only to the offset
Ameer J
2023-10-31
1
-8
/
+12
*
|
shader_recompiler: Align SSBO offsets to meet host requirements
Ameer J
2023-10-31
1
-3
/
+8
|
/
*
Add missing dowhile loops around FindBuffer calls
Kelebek1
2023-10-23
1
-6
/
+7
*
Merge pull request #11349 from vonchenplus/buffer_cache_crash
liamwhite
2023-10-17
1
-0
/
+4
|
\
|
*
video_core: set vertex buffer num to 16, because mvk have when using more tha...
Feng Chen
2023-08-23
1
-0
/
+4
*
|
Mark a buffer GPU modified after the buffers are confirmed, do not double syn...
Kelebek1
2023-10-05
1
-22
/
+24
*
|
Query Cache: address issues
Fernando Sahmkow
2023-09-23
2
-5
/
+4
*
|
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-09-23
2
-6
/
+25
*
|
Buffer Cache: fix discard writes.
Fernando Sahmkow
2023-08-27
1
-1
/
+9
|
/
*
buffer_cache: Increase number of texture buffers
GPUCode
2023-07-15
2
-1
/
+11
*
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-02
1
-3
/
+4
*
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
2
-2
/
+18
*
MemoryTracking: Initial setup of atomic writes.
Fernando Sahmkow
2023-06-28
2
-3
/
+25
*
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
2
-4
/
+4
*
Synchronize vertex buffer even when it doesn't require binding
Kelebek1
2023-06-17
1
-3
/
+6
*
buffer_cache_base: Specify buffer type in HostBindings
Morph
2023-06-13
2
-5
/
+6
*
Combine vertex/transform feedback buffer binding into a single call
Kelebek1
2023-06-08
2
-22
/
+71
*
Merge pull request #10476 from ameerj/gl-memory-maps
liamwhite
2023-06-07
2
-6
/
+5
|
\
|
*
OpenGL: Make use of persistent buffer maps in buffer cache downloads
ameerj
2023-05-28
2
-6
/
+5
*
|
Merge pull request #10091 from Kelebek1/bc_bugggggg
liamwhite
2023-06-01
1
-3
/
+3
|
\
\
|
*
|
Fix buffer overlap checking skipping a page for stream score right expand
Kelebek1
2023-05-26
1
-3
/
+3
|
|
/
*
|
Skip BufferCache tickframe with no channel state set
Kelebek1
2023-05-30
1
-1
/
+5
*
|
Move buffer bindings to per-channel state
Kelebek1
2023-05-27
3
-209
/
+227
|
/
*
Merge pull request #10422 from liamwhite/gc
Fernando S
2023-05-24
1
-2
/
+2
|
\
|
*
video_core: tune garbage collection aggressiveness
Liam
2023-05-23
1
-2
/
+2
*
|
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-05-23
1
-1
/
+1
|
/
*
Buffer Cache: Clear sync code.
Fernando Sahmkow
2023-05-15
2
-28
/
+4
*
Swap order of checking/setting region modifications in the buffer_cache
Kelebek1
2023-05-09
1
-4
/
+4
*
Buffer Cache: disable reactive flushing in it.
Fernando Sahmkow
2023-05-07
1
-9
/
+2
*
Buffer cache: always use async buffer downloads and fix regression.
Fernando Sahmkow
2023-05-07
3
-61
/
+68
*
Settings: add option to enable / disable reactive flushing
Fernando Sahmkow
2023-05-07
1
-3
/
+6
*
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-07
5
-13
/
+76
*
video_core: fix build on Apple Clang
Liam
2023-05-02
2
-3
/
+5
*
BufferCache: Fixes and address feedback
Fernando Sahmkow
2023-05-01
5
-321
/
+240
*
Buffer Cache: Release stagging buffers on tick frame
Fernando Sahmkow
2023-04-29
2
-12
/
+22
*
Clang: format and ficx compile errors.
Fernando Sahmkow
2023-04-29
4
-67
/
+77
*
Implement Async downloads in normal and fix a few issues.
Fernando Sahmkow
2023-04-29
3
-39
/
+61
*
Buffer Cache rework: Setup async downloads.
Fernando Sahmkow
2023-04-29
2
-140
/
+154
*
Buffer Cache: Fully rework the buffer cache.
Fernando Sahmkow
2023-04-29
6
-1088
/
+1604
*
Fixes 'Continous' typo
Max Dunbar
2023-03-29
1
-1
/
+1
*
Merge pull request #9822 from ameerj/buffcache-ssbo-addr
liamwhite
2023-03-09
1
-4
/
+20
|
\
|
*
buffer_cache: Add logic for non-NVN storage buffer tracking
ameerj
2023-02-25
1
-4
/
+20
*
|
Engines: Implement Accelerate DMA Texture.
Fernando Sahmkow
2023-03-05
1
-0
/
+53
|
/
[next]