aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache/texture_cache.h
AgeCommit message (Expand)Author
2023-12-03texture_cache: fix max_element comparison functionLiam
2023-12-03renderer_vulkan: do not recreate swapchain for srgbLiam
2023-12-01texture_cache: use pedantic type namesLiam
2023-10-11Transition MSAA images to general layout without uploading dataKelebek1
2023-09-11Look for the most recently modified image for presentKelebek1
2023-07-10Merge pull request #10996 from Kelebek1/readblock_optimisationbunnei
2023-07-03oops re opengidoly
2023-07-02Use spans over guest memory where possible instead of copying data.Kelebek1
2023-07-01Revert "texture_cache: Fix incorrect logic for AccelerateDMA"Liam
2023-06-30Merge pull request #10953 from FernandoS27/oh-oopsies-yfcFernando S
2023-06-29AccelerateDMA: Don't accelerate 3D texture DMA operationsFernando Sahmkow
2023-06-29Texture cache: Fix YFC regression due to code testingFernando Sahmkow
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-21Merge pull request #10777 from liamwhite/no-barrierbunnei
2023-06-20Merge pull request #10818 from vonchenplus/render_target_samplesliamwhite
2023-06-17video_core: add samples check when find render targetFengChen
2023-06-16video_core: Use sampler IDs instead pointers in the pipeline configWollnashorn
2023-06-14video_core: optionally skip barriers on feedback loopsLiam
2023-06-02texture_cache: Fix incorrect logic for AccelerateDMAameerj
2023-05-26Merge pull request #10418 from liamwhite/blink-and-youll-miss-itMatías Locatti
2023-05-25video_core: don't garbage collect during configurationLiam
2023-05-24Texture cache: revert wrong acceleration assumptionFernando Sahmkow
2023-05-24texture_cache: process aliases and overlaps in the correct orderFernando Sahmkow
2023-05-24Merge pull request #10422 from liamwhite/gcFernando S
2023-05-23video_core: tune garbage collection aggressivenessLiam
2023-05-22renderer_vulkan: barrier attachment feedback loopsLiam
2023-05-11Allow Fermi blit accelerate to add src/dst to the cache if they don't exist a...Kelebek1
2023-05-07Texture cache: Only force flush the dma downloadsFernando Sahmkow
2023-05-07Buffer Cache: disable reactive flushing in it.Fernando Sahmkow
2023-05-07Texture cache: reverse inmediate flush changesFernando Sahmkow
2023-05-07Texture cache: sync the first flush.Fernando Sahmkow
2023-05-07GPU: Add Reactive flushingFernando Sahmkow
2023-05-07Merge pull request #10081 from Kelebek1/copy_overlap_tickliamwhite
2023-05-02video_core: fix build on Apple ClangLiam
2023-04-29Texture Cache: Release stagging buffers on tick frameFernando Sahmkow
2023-04-29Address Feedback & Clang FormatFernando Sahmkow
2023-04-29Accelerate DMA: Use texture cache async downloads to perform the copiesFernando Sahmkow
2023-04-29TextureCache: refactor DMA downloads to allow multiple buffers.Fernando Sahmkow
2023-04-22Sort overlap_ids by modification tick before copyKelebek1
2023-04-11Merge pull request #10008 from vonchenplus/texture_cacheliamwhite
2023-04-03Merge pull request #10004 from Kelebek1/cubemapliamwhite
2023-03-29Fixes 'Continous' typoMax Dunbar
2023-03-28Only upload GPU-modified overlapsKelebek1
2023-03-25Pass GPU page table by referenceRoss Schlaikjer
2023-03-14video_core: Better defined ImageInfo parametersFengChen
2023-03-06Refactor AccelerateDMA codeameerj
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow
2023-02-22configuration: Add async ASTC decode settingameerj
2023-02-22texture_cache: Add async texture decodingameerj
2023-02-11texture_cache: OpenGL: Implement MSAA uploads and copiesameerj