| Age | Commit message (Collapse) | Author |
|
|
|
caches: make critical reclamation less eager and possible in more cases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
video_core: fix mac compile
|
|
|
|
|
|
renderer_vulkan: Introduce separate cmd buffer for uploads
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Billy Laws <blaws05@gmail.com>
|
|
|
|
video_core: Fix moltenvk crash on macos
|
|
synch them
|
|
|
|
|
|
|
|
than 16
|
|
|
|
|
|
with the host GPU
|
|
|
|
|
|
|
|
Avoid reinterpret-casting from void pointer since the type is already known at compile time.
|
|
|
|
OpenGL: Make use of persistent buffer maps in buffer cache
|
|
Fix buffer overlap checking skipping a page for stream score right expand
|
|
|
|
Persistent buffer maps were already used by the texture cache, this extends their usage for the buffer cache.
In my testing, using the memory maps for uploads was slower than the existing "ImmediateUpload" path, so the memory map usage is limited to downloads for the time being.
|
|
|
|
|
|
video_core: tune garbage collection aggressiveness
|
|
|
|
|
|
|
|
|
|
|
|
|