aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/texture_cache/image_view_base.cpp
AgeCommit message (Expand)Author
2023-10-06Implement X8_D24 formatKelebek1
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-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-07GPU: Add Reactive flushingFernando Sahmkow
2023-05-06Log object names with debug renderer, add a GPU address to ImageViewsKelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-16TextureCache: Fix Buffer Views Scaling.Fernando Sahmkow
2021-11-16texture_cache: Simplify image view queries and blacklistingReinUsesLisp
2021-07-22shader: Interact texture buffers with buffer cacheReinUsesLisp
2021-04-14common: Move settings to common from core.bunnei
2021-03-04texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp