aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache
AgeCommit message (Expand)Author
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-27video_core: Add BCn decoding supportGPUCode
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-18Merge pull request #10744 from Wollnashorn/af-for-allFernando S
2023-06-17video_core: add samples check when find render targetFengChen
2023-06-17video_core: Only apply AF to 2D (array) image typesWollnashorn
2023-06-16video_core: Use sampler IDs instead pointers in the pipeline configWollnashorn
2023-06-15video_core: Disable AF for non-color image formatsWollnashorn
2023-06-15video_core: Add per-image anisotropy heuristics (format & mip count)Wollnashorn
2023-06-14video_core: optionally skip barriers on feedback loopsLiam
2023-06-08image_info: adjust rescale thresholds and refactor constant useLiam
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-24Merge pull request #10435 from FernandoS27/gotta-clean-mess-upsbunnei
2023-05-24Texture cache: revert wrong acceleration assumptionFernando Sahmkow
2023-05-24Texture Cache Util: Fix block depth adjustment on slices.Fernando 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-24Merge pull request #10398 from liamwhite/bcnFernando S
2023-05-23video_core: tune garbage collection aggressivenessLiam
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam
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-09Texture Cache: Fix ASTC texturesFernando Sahmkow
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-07Address feedback, add CR notice, etcFernando Sahmkow
2023-05-07Settings: add option to enable / disable reactive flushingFernando 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-06Log object names with debug renderer, add a GPU address to ImageViewsKelebek1
2023-05-03GPU: implement missing ASTCFernando Sahmkow
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-31video_core: Keep the definition of DimensionControl consistent with nvidia op...Feng Chen
2023-03-29Fixes 'Continous' typoMax Dunbar
2023-03-28Only upload GPU-modified overlapsKelebek1
2023-03-25Pass GPU page table by referenceRoss Schlaikjer