suyu/src/video_core/command_classes
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
..
codecs video_core: Remove unnecessary enum class casting in logging messages 2020-12-07 00:41:50 -05:00
host1x.cpp nvdec: Tidy up header includes 2020-10-27 02:16:42 -04:00
host1x.h nvdec: Tidy up header includes 2020-10-27 02:16:42 -04:00
nvdec.cpp Queue decoded frames, cleanup decoders 2020-11-25 17:10:44 -05:00
nvdec.h Queue decoded frames, cleanup decoders 2020-11-25 17:10:44 -05:00
nvdec_common.h video_core: NVDEC Implementation 2020-10-26 23:07:36 -04:00
sync_manager.cpp sync_manager: Amend parameter order of calls to SyncptIncr constructor 2020-10-27 03:22:57 -04:00
sync_manager.h sync_manager: Amend parameter order of calls to SyncptIncr constructor 2020-10-27 03:22:57 -04:00
vic.cpp video_core: Rewrite the texture cache 2020-12-30 03:38:50 -03:00
vic.h nvdec: Tidy up header includes 2020-10-27 02:16:42 -04:00