1
0
Fork 0
forked from suyu/suyu
suyu/src/video_core/shader
ReinUsesLisp 9764c13d6d video_core: Rewrite the texture cache
The current texture cache has several points that hurt maintainability
and performance. It's easy to break unrelated parts of the cache
when doing minor changes. The cache can easily forget valuable
information about the cached textures by CPU writes or simply by its
normal usage.The current texture cache has several points that hurt
maintainability and performance. It's easy to break unrelated parts
of the cache when doing minor changes. The cache can easily forget
valuable information about the cached textures by CPU writes or simply
by its normal usage.

This commit aims to address those issues.
2020-12-30 03:38:50 -03:00
..
decode video_core: Rewrite the texture cache 2020-12-30 03:38:50 -03:00
ast.cpp ast: Improve string concat readability in operator() 2020-12-07 16:15:28 -05:00
ast.h video_core: Resolve more variable shadowing scenarios pt.3 2020-12-05 16:02:23 -05:00
async_shaders.cpp video_core: Rewrite the texture cache 2020-12-30 03:38:50 -03:00
async_shaders.h video_core: Rewrite the texture cache 2020-12-30 03:38:50 -03:00
compiler_settings.cpp
compiler_settings.h
control_flow.cpp video_core: Make use of ordered container contains() where applicable 2020-12-07 16:30:39 -05:00
control_flow.h video_core: Resolve more variable shadowing scenarios pt.3 2020-12-05 16:02:23 -05:00
decode.cpp video_core: Rewrite the texture cache 2020-12-30 03:38:50 -03:00
expr.cpp
expr.h video_core: Resolve more variable shadowing scenarios pt.3 2020-12-05 16:02:23 -05:00
memory_util.cpp video_core: Remove all Core::System references in renderer 2020-09-06 05:28:48 -03:00
memory_util.h video_core: Remove all Core::System references in renderer 2020-09-06 05:28:48 -03:00
node.h video_core: Rewrite the texture cache 2020-12-30 03:38:50 -03:00
node_helper.cpp video_core: Remove unnecessary enum class casting in logging messages 2020-12-07 00:41:50 -05:00
node_helper.h shader/texture: Join separate image and sampler pairs offline 2020-06-05 00:24:51 -03:00
registry.cpp shader/registry: Silence a -Wshadow warning 2020-09-23 15:10:25 -04:00
registry.h shader/registry: Silence a -Wshadow warning 2020-09-23 15:10:25 -04:00
shader_ir.cpp Merge pull request #5159 from lioncash/move-amend 2020-12-07 04:58:01 -03:00
shader_ir.h video_core: Rewrite the texture cache 2020-12-30 03:38:50 -03:00
track.cpp General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
transform_feedback.cpp
transform_feedback.h