Files
eden/src/video_core/texture_cache
weakboson 33275c28d3 [texture_cache] Enforce conservative 3D texture aliasing. Consistently merge/lookup images. (#196)
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.

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/196
Reviewed-by: Shinmegumi <shinmegumi@eden-emu.dev>
Co-authored-by: weakboson <weakboson@quantum-field.net>
Co-committed-by: weakboson <weakboson@quantum-field.net>
2025-08-04 18:39:17 +02:00
..
2023-01-29 17:49:42 -07:00
2025-04-10 01:11:22 +02:00
2023-10-02 18:03:05 -04:00
2025-04-10 01:11:22 +02:00
2023-10-06 00:58:30 +01:00
2024-02-04 20:01:47 +01:00