yuzu/src
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
..
audio_core Update cubeb and request a persistent stream session 2020-12-05 22:26:41 +01:00
common k_priority_queue: Fix concepts use 2020-12-29 14:33:41 -05:00
core Merge pull request #5247 from comex/xx-concepts 2020-12-29 16:50:20 -08:00
input_common Merge pull request #5236 from gal20/udp_client_patch 2020-12-29 02:51:40 -08:00
tests hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 2020-12-06 00:03:24 -08:00
video_core video_core: Rewrite the texture cache 2020-12-30 03:38:50 -03:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Allow to invert analog axis with right click 2020-12-26 17:46:14 -06:00
yuzu_cmd cmake: Always enable Vulkan 2020-12-24 21:07:24 -03:00
yuzu_tester yuzu: Remove gdbstub configuration 2020-12-19 19:19:42 +01:00
.clang-format
CMakeLists.txt CMakeLists: disable -Winvalid-offsetof 2020-11-27 17:42:02 -05:00