summaryrefslogtreecommitdiff
path: root/src/video_core/buffer_cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12194 from liamwhite/fruit-companyGravatar liamwhite2023-11-291-2/+2
|\
| * video_core: fix mac compileGravatar Liam2023-11-261-2/+2
* | Merge branch 'master' into ssbo-alignGravatar Ameer J2023-11-263-71/+114
|\|
| * Merge pull request #11535 from GPUCode/upload_cmdbufGravatar Fernando S2023-11-263-66/+114
| |\
| | * renderer_vulkan: Introduce separate cmd buffer for uploadsGravatar GPUCode2023-11-123-66/+114
| * | Buffer Cache: Eliminate clears on Indirect buffersGravatar Fernando Sahmkow2023-11-181-5/+0
| |/
* | shader_recompiler: Align SSBO offsets in GlobalMemory functionsGravatar Ameer J2023-10-311-1/+2
* | buffer_cache: Apply storage buffer alignment only to the offsetGravatar Ameer J2023-10-311-8/+12
* | shader_recompiler: Align SSBO offsets to meet host requirementsGravatar Ameer J2023-10-311-3/+8
|/
* Add missing dowhile loops around FindBuffer callsGravatar Kelebek12023-10-231-6/+7
* Merge pull request #11349 from vonchenplus/buffer_cache_crashGravatar liamwhite2023-10-171-0/+4
|\
| * video_core: set vertex buffer num to 16, because mvk have when using more tha...Gravatar Feng Chen2023-08-231-0/+4
* | Mark a buffer GPU modified after the buffers are confirmed, do not double syn...Gravatar Kelebek12023-10-051-22/+24
* | Query Cache: address issuesGravatar Fernando Sahmkow2023-09-232-5/+4
* | Query Cachge: Fully rework Vulkan's query cacheGravatar Fernando Sahmkow2023-09-232-6/+25
* | Buffer Cache: fix discard writes.Gravatar Fernando Sahmkow2023-08-271-1/+9
|/
* buffer_cache: Increase number of texture buffersGravatar GPUCode2023-07-152-1/+11
* Use spans over guest memory where possible instead of copying data.Gravatar Kelebek12023-07-021-3/+4
* Memory Tracking: Optimize tracking to only use atomic writes when contested w...Gravatar Fernando Sahmkow2023-06-282-2/+18
* MemoryTracking: Initial setup of atomic writes.Gravatar Fernando Sahmkow2023-06-282-3/+25
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-222-4/+4
* Synchronize vertex buffer even when it doesn't require bindingGravatar Kelebek12023-06-171-3/+6
* buffer_cache_base: Specify buffer type in HostBindingsGravatar Morph2023-06-132-5/+6
* Combine vertex/transform feedback buffer binding into a single callGravatar Kelebek12023-06-082-22/+71
* Merge pull request #10476 from ameerj/gl-memory-mapsGravatar liamwhite2023-06-072-6/+5
|\
| * OpenGL: Make use of persistent buffer maps in buffer cache downloadsGravatar ameerj2023-05-282-6/+5
* | Merge pull request #10091 from Kelebek1/bc_buggggggGravatar liamwhite2023-06-011-3/+3
|\ \
| * | Fix buffer overlap checking skipping a page for stream score right expandGravatar Kelebek12023-05-261-3/+3
| |/
* | Skip BufferCache tickframe with no channel state setGravatar Kelebek12023-05-301-1/+5
* | Move buffer bindings to per-channel stateGravatar Kelebek12023-05-273-209/+227
|/
* Merge pull request #10422 from liamwhite/gcGravatar Fernando S2023-05-241-2/+2
|\
| * video_core: tune garbage collection aggressivenessGravatar Liam2023-05-231-2/+2
* | textures: add BC1 and BC3 compressors and recompression settingGravatar Liam2023-05-231-1/+1
|/
* Buffer Cache: Clear sync code.Gravatar Fernando Sahmkow2023-05-152-28/+4
* Swap order of checking/setting region modifications in the buffer_cacheGravatar Kelebek12023-05-091-4/+4
* Buffer Cache: disable reactive flushing in it.Gravatar Fernando Sahmkow2023-05-071-9/+2
* Buffer cache: always use async buffer downloads and fix regression.Gravatar Fernando Sahmkow2023-05-073-61/+68
* Settings: add option to enable / disable reactive flushingGravatar Fernando Sahmkow2023-05-071-3/+6
* GPU: Add Reactive flushingGravatar Fernando Sahmkow2023-05-075-13/+76
* video_core: fix build on Apple ClangGravatar Liam2023-05-022-3/+5
* BufferCache: Fixes and address feedbackGravatar Fernando Sahmkow2023-05-015-321/+240
* Buffer Cache: Release stagging buffers on tick frameGravatar Fernando Sahmkow2023-04-292-12/+22
* Clang: format and ficx compile errors.Gravatar Fernando Sahmkow2023-04-294-67/+77
* Implement Async downloads in normal and fix a few issues.Gravatar Fernando Sahmkow2023-04-293-39/+61
* Buffer Cache rework: Setup async downloads.Gravatar Fernando Sahmkow2023-04-292-140/+154
* Buffer Cache: Fully rework the buffer cache.Gravatar Fernando Sahmkow2023-04-296-1088/+1604
* Fixes 'Continous' typoGravatar Max Dunbar2023-03-291-1/+1
* Merge pull request #9822 from ameerj/buffcache-ssbo-addrGravatar liamwhite2023-03-091-4/+20
|\
| * buffer_cache: Add logic for non-NVN storage buffer trackingGravatar ameerj2023-02-251-4/+20
* | Engines: Implement Accelerate DMA Texture.Gravatar Fernando Sahmkow2023-03-051-0/+53
|/