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
*
general: workarounds for SMMU syncing issues (#12749)
liamwhite
2024-02-27
1
-1
/
+4
*
buffer_cache: avoid overflow in usage tracker (#13166)
liamwhite
2024-02-27
1
-0
/
+6
*
Merge pull request #10529 from liamwhite/critical-spacing
Matías Locatti
2024-02-20
1
-1
/
+1
|
\
|
*
caches: make critical reclamation less eager and possible in more cases
Liam
2024-02-11
1
-1
/
+1
*
|
buffer_cache: use mapped range with large vertex buffer size
Liam
2024-02-13
1
-1
/
+1
|
/
*
Common: Rename SplitRangeSet to OverlapRangeSet
Fernando Sahmkow
2024-02-05
1
-1
/
+1
*
Buffer Cache: Refactor to use Range sets instead
Fernando Sahmkow
2024-02-05
2
-278
/
+103
*
VideoCore: Move Slot Vector to Common
Fernando Sahmkow
2024-02-04
1
-3
/
+3
*
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
2024-01-18
3
-15
/
+14
*
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
2
-6
/
+6
*
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-18
5
-289
/
+304
*
Fix typos in video_core
Viktor Szépe
2024-01-07
1
-2
/
+2
*
Revert "video_core: use interval map for page count tracking"
liamwhite
2023-12-17
1
-1
/
+1
*
video_core: use interval map for page count tracking
Liam
2023-12-14
1
-1
/
+1
*
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
[next]