eden/src
weakboson fa102f7e83 [texture_cache] Enforce conservative 3D texture aliasing. Consistently merge/lookup images.
Previously, the merging strategy is permissive but the lookup strategy is strict. Together they create a infinite merge loop because lookup always fails and merges are always executed.
The last attempt to fix this issue made the lookup strategy more permissive which created unexpected aliased textures.
This commit implements an alternative: make the merging strategy strict.
2025-08-04 02:09:16 +08:00
..
android Remove android app id spoof. 2025-07-26 23:23:47 +08:00
audio_core [build, cmake] port to solaris (#96) 2025-07-27 00:01:22 +08:00
common [build, cmake] port to solaris (#96) 2025-07-27 00:01:22 +08:00
core [nifm] Readd room check to fix LAN on MK8D (#166) 2025-08-01 01:23:44 +08:00
dedicated_room Ran clang-format. Fixed Qt6 deprecations. 2025-07-23 18:07:16 +08:00
frontend_common Ran clang-format. Fixed Qt6 deprecations. 2025-07-23 18:07:16 +08:00
hid_core Ran clang-format. Fixed Qt6 deprecations. 2025-07-23 18:07:16 +08:00
input_common Ran clang-format. Fixed Qt6 deprecations. 2025-07-23 18:07:16 +08:00
network [build, cmake] port to solaris (#96) 2025-07-27 00:01:22 +08:00
shader_recompiler [spirv] new castings for int8/int16/etc (#86) 2025-07-26 23:56:50 +08:00
tests Ran clang-format. Fixed Qt6 deprecations. 2025-07-23 18:07:16 +08:00
video_core [texture_cache] Enforce conservative 3D texture aliasing. Consistently merge/lookup images. 2025-08-04 02:09:16 +08:00
web_service Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
yuzu [frontend] Detect windowHandle properly when GRenderWindow is not native. 2025-07-24 14:00:43 +08:00
yuzu_cmd [build, cmake] port to solaris (#96) 2025-07-27 00:01:22 +08:00
yuzu_room_standalone Ran clang-format. Fixed Qt6 deprecations. 2025-07-23 18:07:16 +08:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt remove solo executables (#106) 2025-05-19 21:30:10 +00:00