summaryrefslogtreecommitdiffstats
path: root/src/video_core/buffer_cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Implement maxwell3d draw manager and split draw logicFeng Chen2022-12-081-14/+18
* Merge pull request #9289 from liamwhite/fruit-companyliamwhite2022-12-032-1/+2
|\
| * general: fix compile for Apple ClangLiam2022-11-232-1/+2
* | GPU: Fix buffer cache issue, engine upload not inlining memory in multiline and pessismistic invalidation.Fernando Sahmkow2022-11-241-2/+2
|/
* video_core: Reimplement inline index buffer bindingFeng Chen2022-11-151-2/+31
* Update 3D regsKelebek12022-10-071-17/+17
* General: Fix compilation for GCCLiam White2022-10-061-1/+2
* Buffer Cache: Deduce vertex array limit from memory layout when limit is the highest possible.Fernando Sahmkow2022-10-061-3/+7
* Buffer Cache: Basic fixes.Fernando Sahmkow2022-10-061-15/+22
* DMA & InlineToMemory Engines Rework.bunnei2022-10-061-2/+2
* VideoCore: Refactor fencing system.Fernando Sahmkow2022-10-061-0/+13
* VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-061-63/+40
* video_core: add option for pessimistic flushingLiam2022-08-251-1/+4
* code: dodge PAGE_SIZE #defineKyle Kienapfel2022-08-202-25/+26
* general: Convert source file copyright comments over to SPDXMorph2022-04-233-9/+6
* buffer_cache: cap vertex buffer sizesLiam2022-04-141-1/+14
* Garbage Collection: Final tuning.Fernando Sahmkow2022-03-251-3/+3
* Buffer Cache: Tune to the levels of the new GC.Fernando Sahmkow2022-03-251-4/+30
* buffer_cache: reset cached write bits after flushing invalidationsLiam2022-03-241-1/+2
* Merge pull request #8048 from ameerj/include-purgebunnei2022-03-221-2/+0
|\
| * video_core: Reduce unused includesameerj2022-03-191-2/+0
* | Merge pull request #7812 from FernandoS27/made-straight-from-the-nutbunnei2022-03-201-6/+14
|\ \ | |/ |/|
| * BufferCache: Find direction of the stream buffer increase.Fernando Sahmkow2022-03-201-6/+14
* | Rasterizer: Refactor inlineToMemory.Fernando Sahmkow2022-02-011-1/+2
* | Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow2022-01-291-3/+43
|/
* buffer_cache: Reduce stream buffer allocations when expanding from the leftameerj2022-01-271-0/+2
* VulkanBufferCache: Avoid adding barriers between multiple copies.Fernando Sahmkow2021-11-161-1/+3
* buffer_cache: Minor fixesameerj2021-09-201-4/+3
* Garbage Collection: Make it more agressive on high priority mode.Fernando Sahmkow2021-08-292-3/+3
* Garbage Collection: Adress Feedback.Fernando Sahmkow2021-08-292-4/+11
* Garbage Collection: enable as default, eliminate option.Fernando Sahmkow2021-08-281-1/+1
* VideoCore: Rework Garbage Collection.Fernando Sahmkow2021-08-282-39/+35
* buffer_cache: Remove unused small_vector in CommitAsyncFlushesHigh()Lioncash2021-07-271-1/+0
* Merge pull request #6585 from ameerj/hadesbunnei2021-07-251-32/+237
|\
| * buffer_cache: Fix debugging leftoverReinUsesLisp2021-07-231-1/+1
| * buffer_cache: Fix size reductions not having in mind bind sizesReinUsesLisp2021-07-231-7/+23
| * buffer_cache: Invalidate fast buffers on computeReinUsesLisp2021-07-231-0/+1
| * buffer_cache: Fix copy based uniform bindings trackingReinUsesLisp2021-07-231-4/+15
| * buffer_cache: Reduce uniform buffer size from shader usageReinUsesLisp2021-07-231-16/+26
| * buffer_cache: Mark uniform buffers as dirty if any enable bit changesReinUsesLisp2021-07-231-5/+5
| * shader: Initial OpenGL implementationReinUsesLisp2021-07-231-19/+34
| * spirv: Implement image buffersReinUsesLisp2021-07-231-5/+19
| * shader: Interact texture buffers with buffer cacheReinUsesLisp2021-07-231-0/+138
* | buffer_cache: Simplify clear logicReinUsesLisp2021-07-201-6/+2
|/
* Buffer cache: Fixes, Clang and Feedback.Fernando Sahmkow2021-07-151-10/+4
* Buffer Cache: Fixes to DMA Copy.Fernando Sahmkow2021-07-141-6/+7
* BufferCache: fix clearing on forced download.Fernando Sahmkow2021-07-141-10/+20
* DMAEngine: Accelerate BufferClearFernando Sahmkow2021-07-131-4/+61
* accelerateDMA: Fixes and feedback.Fernando Sahmkow2021-07-121-83/+54
* accelerateDMA: Accelerate Buffer Copies.Fernando Sahmkow2021-07-111-1/+80
* Buffer Cache: Address Feedback.Fernando Sahmkow2021-07-102-4/+9
* Buffer Cache: Fix GCC copmpile errorFernando Sahmkow2021-07-091-1/+0
* BufferCache: Additional download fixes.Fernando Sahmkow2021-07-091-21/+99
* Buffer Cache: Revert unnecessary range reduction.Fernando Sahmkow2021-07-091-29/+13
* Fence Manager: Force ordering on WFI.Fernando Sahmkow2021-07-091-38/+57
* Buffer Cache: Eliminate the AC Hack as the base game is fixed in Hades.Fernando Sahmkow2021-07-091-14/+4
* Fence Manager: Add fences on Reference Count.Fernando Sahmkow2021-07-091-3/+13
* Videocore: Address Feedback & CLANG Format.Fernando Sahmkow2021-07-092-78/+75
* Buffer Cache: Fix High Downloads and don't predownload on Extreme.Fernando Sahmkow2021-07-092-89/+120
* buffer_cache: Only flush downloaded sizeReinUsesLisp2021-06-261-2/+3
* buffer_cache/texture_cache: Make GC functions privateReinUsesLisp2021-06-261-2/+2
* buffer_cache: Silence implicit cast warningReinUsesLisp2021-06-261-1/+1
* common: Replace common_sizes into user-literalsWunkolo2021-06-241-4/+7
* Reaper: Change memory restrictions on TC depending on host memory on VK.Fernando Sahmkow2021-06-171-23/+25
* Reaper: Address Feedback.Fernando Sahmkow2021-06-161-6/+7
* Reaper: Setup settings and final tuning.Fernando Sahmkow2021-06-161-3/+4
* Reaper: Tune it up to be an smart GC.Fernando Sahmkow2021-06-161-5/+22
* Initial Reaper SetupReinUsesLisp2021-06-162-44/+105
* Fix GCC undefined behavior sanitizer.Markus Wick2021-06-101-0/+3
* buffer_cache: Simplify uniform disabling logicameerj2021-06-011-4/+7
* Fix two GCC 11 warnings: Unneeded copies.Markus Wick2021-05-291-2/+2
* buffer_cache: Ensure null buffers cannot take the fast uniform bind pathameerj2021-05-161-1/+4
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* buffer_cache: Heuristically decide to skip cache on uniform buffersReinUsesLisp2021-03-021-10/+35
* buffer_cache: Add extra bytes to guest SSBOsReinUsesLisp2021-02-131-1/+7
* gl_buffer_cache: Drop interop based parameter buffer workaroundsReinUsesLisp2021-02-131-2/+2
* buffer_cache: Heuristically detect stream buffersReinUsesLisp2021-02-132-6/+33
* buffer_cache: Split CreateBuffer in separate functionsReinUsesLisp2021-02-131-29/+52
* buffer_cache: Skip cache on small uploads on VulkanReinUsesLisp2021-02-131-8/+9
* vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp2021-02-131-8/+20
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-135-667/+1132
* buffer_base: Add support for cached CPU writesReinUsesLisp2021-02-131-61/+145
* video_core: Resolve -Wdocumentation warningsLioncash2021-01-171-1/+1
* buffer_cache/buffer_base: Add a range tracking buffer containerReinUsesLisp2021-01-131-0/+495
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-12/+7
* video_core: Make use of ordered container contains() where applicableLioncash2020-12-071-1/+1
* Merge pull request #5149 from comex/xx-map-intervalbunnei2020-12-071-1/+2
|\
| * map_interval: Change field order to address uninitialized field warningcomex2020-12-071-1/+2
* | buffer_block: Mark interface as nodiscard where applicableLioncash2020-12-071-7/+7
* | buffer_block: Remove unnecessary includesLioncash2020-12-071-5/+0
|/
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-26/+25
* buffer_cache: Eliminate redundant map lookup in MarkRegionAsWritten()Lioncash2020-07-201-6/+3
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-2/+4
* gl_buffer_cache: Copy to buffers created as STREAM_READ before downloadingReinUsesLisp2020-06-261-4/+2
* buffer_cache: Use buffer methods instead of cache virtual methodsReinUsesLisp2020-06-241-16/+7
* gl_buffer_cache: Mark buffers as residentReinUsesLisp2020-06-241-9/+12
* buffer_cache: Eliminate local variable shadowingLioncash2020-06-201-2/+1
* Merge pull request #4066 from ReinUsesLisp/shared-ptr-bufRodrigo Locatti2020-06-162-114/+112
|\
| * buffer_cache: Avoid passing references of shared pointers and misc style changesReinUsesLisp2020-06-092-114/+112
* | buffer_cache: Return stream buffer invalidation in Map instead of UnmapReinUsesLisp2020-06-091-7/+9
|/
* buffer_cache: Avoid copying twice on certain casesReinUsesLisp2020-05-281-17/+23
* buffer_cache: Remove unused boost headersReinUsesLisp2020-05-211-2/+0
* map_interval: Add interval allocator and drop hackReinUsesLisp2020-05-213-3/+78
* buffer_cache: Use boost::container::small_vector for maps in rangeReinUsesLisp2020-05-211-13/+15
* buffer_cache: Use boost::intrusive::set for cachingReinUsesLisp2020-05-212-30/+44
* buffer_cache: Remove shared pointersReinUsesLisp2020-05-212-70/+72
* buffer_cache: Minor style changesReinUsesLisp2020-05-212-129/+65
* Merge pull request #3808 from ReinUsesLisp/wait-for-idlebunnei2020-05-031-6/+0
|\
| * {maxwell_3d,buffer_cache}: Implement memory barriers using 3D registersReinUsesLisp2020-04-281-6/+0
* | vulkan: Remove unnecessary includesLioncash2020-04-291-1/+0
|/
* Address Feedback.Fernando Sahmkow2020-04-221-9/+6
* Address Feedback.Fernando Sahmkow2020-04-221-33/+23
* vk_fence_manager: Initial implementationReinUsesLisp2020-04-221-0/+1
* FenceManager: Manage syncpoints and rename fences to semaphores.Fernando Sahmkow2020-04-221-0/+7
* BufferCache: Refactor async managing.Fernando Sahmkow2020-04-221-7/+24
* FenceManager: Implement async buffer cache flushes on High settingsFernando Sahmkow2020-04-221-0/+50
* ThreadManager: Sync async reads on accurate gpu.Fernando Sahmkow2020-04-221-0/+12
* BufferCache: Implement OnCPUWrite and SyncGuestHostFernando Sahmkow2020-04-222-2/+61
* buffer_cache: Return handles instead of pointer to handlesReinUsesLisp2020-04-161-25/+22
* Memory: Correct GCC errors.Fernando Sahmkow2020-04-091-0/+1
* GPUMemoryManager: Improve safety of memory reads.Fernando Sahmkow2020-04-081-3/+3
* Buffer Cache: Use vAddr instead of physical memory.Fernando Sahmkow2020-04-063-90/+108
* buffer_cache: Delay buffer destructionsReinUsesLisp2020-01-291-1/+4
* buffer_cache: Remove brace initialized for objects with default constructorReinUsesLisp2019-11-201-10/+10
* buffer_cache: Add missing includes (#3079)Morph2019-11-071-0/+4
* gl_rasterizer: Upload constant buffers with glNamedBufferSubDataReinUsesLisp2019-11-021-3/+11
* video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti2019-08-302-8/+5
* Buffer Cache: Adress Feedback.Fernando Sahmkow2019-08-211-4/+3
* Buffer_Cache: Implement flushing.Fernando Sahmkow2019-08-211-1/+26
* Buffer_Cache: Implement barriers.Fernando Sahmkow2019-08-211-0/+4
* Buffer_Cache: Optimize and track written areas.Fernando Sahmkow2019-08-212-12/+104
* BufferCache: Rework mapping caching.Fernando Sahmkow2019-08-212-49/+76
* Buffer_Cache: Fixes and optimizations.Fernando Sahmkow2019-08-212-68/+38
* Video_Core: Implement a new Buffer CacheFernando Sahmkow2019-08-213-0/+498