index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
texture_cache
/
image_view_base.cpp
Age
Commit message (
Expand
)
Author
2023-10-06
Implement X8_D24 format
Kelebek1
2023-06-17
video_core: Only apply AF to 2D (array) image types
Wollnashorn
2023-06-16
video_core: Use sampler IDs instead pointers in the pipeline config
Wollnashorn
2023-06-15
video_core: Disable AF for non-color image formats
Wollnashorn
2023-06-15
video_core: Add per-image anisotropy heuristics (format & mip count)
Wollnashorn
2023-05-07
Texture cache: reverse inmediate flush changes
Fernando Sahmkow
2023-05-07
Address feedback, add CR notice, etc
Fernando Sahmkow
2023-05-07
Settings: add option to enable / disable reactive flushing
Fernando Sahmkow
2023-05-07
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-06
Log object names with debug renderer, add a GPU address to ImageViews
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-16
TextureCache: Fix Buffer Views Scaling.
Fernando Sahmkow
2021-11-16
texture_cache: Simplify image view queries and blacklisting
ReinUsesLisp
2021-07-22
shader: Interact texture buffers with buffer cache
ReinUsesLisp
2021-04-14
common: Move settings to common from core.
bunnei
2021-03-04
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-01-04
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp