summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/image_view_base.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Only apply AF to 2D (array) image typesWollnashorn2023-06-171-2/+7
* video_core: Use sampler IDs instead pointers in the pipeline configWollnashorn2023-06-161-1/+0
* video_core: Disable AF for non-color image formatsWollnashorn2023-06-151-0/+9
* video_core: Add per-image anisotropy heuristics (format & mip count)Wollnashorn2023-06-151-0/+39
* Texture cache: reverse inmediate flush changesFernando Sahmkow2023-05-071-4/+1
* Address feedback, add CR notice, etcFernando Sahmkow2023-05-071-1/+2
* Settings: add option to enable / disable reactive flushingFernando Sahmkow2023-05-071-1/+2
* GPU: Add Reactive flushingFernando Sahmkow2023-05-071-2/+1
* Log object names with debug renderer, add a GPU address to ImageViewsKelebek12023-05-061-4/+4
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* TextureCache: Fix Buffer Views Scaling.Fernando Sahmkow2021-11-161-5/+6
* texture_cache: Simplify image view queries and blacklistingReinUsesLisp2021-11-161-1/+1
* shader: Interact texture buffers with buffer cacheReinUsesLisp2021-07-231-0/+9
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj2021-03-041-1/+1
* gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp2021-01-041-1/+1
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-0/+41