index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
buffer_cache
/
buffer_cache.h
Age
Commit message (
Expand
)
Author
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-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
2023-05-23
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-05-15
Buffer Cache: Clear sync code.
Fernando Sahmkow
2023-05-09
Swap order of checking/setting region modifications in the buffer_cache
Kelebek1
2023-05-07
Buffer Cache: disable reactive flushing in it.
Fernando Sahmkow
2023-05-07
Buffer cache: always use async buffer downloads and fix regression.
Fernando Sahmkow
2023-05-07
Settings: add option to enable / disable reactive flushing
Fernando Sahmkow
2023-05-07
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-02
video_core: fix build on Apple Clang
Liam
2023-05-01
BufferCache: Fixes and address feedback
Fernando Sahmkow
2023-04-29
Buffer Cache: Release stagging buffers on tick frame
Fernando Sahmkow
2023-04-29
Clang: format and ficx compile errors.
Fernando Sahmkow
2023-04-29
Implement Async downloads in normal and fix a few issues.
Fernando Sahmkow
2023-04-29
Buffer Cache rework: Setup async downloads.
Fernando Sahmkow
2023-04-29
Buffer Cache: Fully rework the buffer cache.
Fernando Sahmkow
2023-03-29
Fixes 'Continous' typo
Max Dunbar
2023-03-09
Merge pull request #9822 from ameerj/buffcache-ssbo-addr
liamwhite
2023-03-05
Engines: Implement Accelerate DMA Texture.
Fernando Sahmkow
2023-02-25
buffer_cache: Add logic for non-NVN storage buffer tracking
ameerj
2023-01-07
Revert "Vulkan, OpenGL: Hook up storage buffer alignment code"
Liam
2023-01-05
Run clang-format
Billy Laws
2023-01-05
Vulkan, OpenGL: Hook up storage buffer alignment code
Billy Laws
2023-01-01
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
2023-01-01
RasterizerMemory: Add filtering for flushing/invalidation operations.
Fernando Sahmkow
2023-01-01
Revert Buffer cache changes and setup additional macros.
Fernando Sahmkow
2023-01-01
MacroHLE: Refactor MacroHLE system.
Fernando Sahmkow
2023-01-01
MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.
Fernando Sahmkow
2023-01-01
MacroHLE: Add MultidrawIndirect HLE Macro.
Fernando Sahmkow
2022-12-28
Merge pull request #9423 from vonchenplus/vulkan_quad_strip
liamwhite
2022-12-26
video_core: Implement vulkan QuadStrip topology
FengChen
2022-12-19
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
[next]