index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
buffer_cache
Age
Commit message (
Expand
)
Author
2025-01-26
buffer_cache: Simplify storage buffer binding logic
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2025-01-02
buffer_cache: Fix storage buffer memory validation and size detection
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-27
general: workarounds for SMMU syncing issues (#12749)
liamwhite
2024-02-27
buffer_cache: avoid overflow in usage tracker (#13166)
liamwhite
2024-02-20
Merge pull request #10529 from liamwhite/critical-spacing
Matías Locatti
2024-02-13
buffer_cache: use mapped range with large vertex buffer size
Liam
2024-02-11
caches: make critical reclamation less eager and possible in more cases
Liam
2024-02-05
Common: Rename SplitRangeSet to OverlapRangeSet
Fernando Sahmkow
2024-02-05
Buffer Cache: Refactor to use Range sets instead
Fernando Sahmkow
2024-02-04
VideoCore: Move Slot Vector to Common
Fernando Sahmkow
2024-01-18
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
2024-01-18
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-07
Fix typos in video_core
Viktor Szépe
2023-12-17
Revert "video_core: use interval map for page count tracking"
liamwhite
2023-12-14
video_core: use interval map for page count tracking
Liam
2023-11-29
Merge pull request #12194 from liamwhite/fruit-company
liamwhite
2023-11-26
Merge branch 'master' into ssbo-align
Ameer J
2023-11-26
video_core: fix mac compile
Liam
2023-11-26
Merge pull request #11535 from GPUCode/upload_cmdbuf
Fernando S
2023-11-18
Buffer Cache: Eliminate clears on Indirect buffers
Fernando Sahmkow
2023-11-12
renderer_vulkan: Introduce separate cmd buffer for uploads
GPUCode
2023-10-31
shader_recompiler: Align SSBO offsets in GlobalMemory functions
Ameer J
2023-10-31
buffer_cache: Apply storage buffer alignment only to the offset
Ameer J
2023-10-31
shader_recompiler: Align SSBO offsets to meet host requirements
Ameer J
2023-10-23
Add missing dowhile loops around FindBuffer calls
Kelebek1
2023-10-17
Merge pull request #11349 from vonchenplus/buffer_cache_crash
liamwhite
2023-10-05
Mark a buffer GPU modified after the buffers are confirmed, do not double syn...
Kelebek1
2023-09-23
Query Cache: address issues
Fernando Sahmkow
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-08-27
Buffer Cache: fix discard writes.
Fernando Sahmkow
2023-08-23
video_core: set vertex buffer num to 16, because mvk have when using more tha...
Feng Chen
2023-07-15
buffer_cache: Increase number of texture buffers
GPUCode
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-06-28
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
MemoryTracking: Initial setup of atomic writes.
Fernando Sahmkow
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-06-17
Synchronize vertex buffer even when it doesn't require binding
Kelebek1
2023-06-13
buffer_cache_base: Specify buffer type in HostBindings
Morph
2023-06-08
Combine vertex/transform feedback buffer binding into a single call
Kelebek1
2023-06-07
Merge pull request #10476 from ameerj/gl-memory-maps
liamwhite
2023-06-01
Merge pull request #10091 from Kelebek1/bc_bugggggg
liamwhite
2023-05-30
Skip BufferCache tickframe with no channel state set
Kelebek1
2023-05-28
OpenGL: Make use of persistent buffer maps in buffer cache downloads
ameerj
2023-05-27
Move buffer bindings to per-channel state
Kelebek1
2023-05-26
Fix buffer overlap checking skipping a page for stream score right expand
Kelebek1
2023-05-24
Merge pull request #10422 from liamwhite/gc
Fernando S
2023-05-23
video_core: tune garbage collection aggressiveness
Liam
[next]