yuzu/src
Zephyron 459b77bb6f nvn(fix): Optimize shader performance by enhancing NVN bias settings
Improve GPU storage buffer detection and memory access patterns:
- Expand NVN bias address range (0x100-0x800 vs 0x110-0x610)
- Increase alignment from 16 to 32 bytes for optimal memory access
- Raise default alignment from 8 to 16 bytes for non-biased addresses
- Refactor bias handling code for better readability
- Add detailed performance-related comments

These changes help identify more storage buffers within shaders and
ensure memory accesses are better aligned, which improves overall
shader compilation and execution performance.

Signed-off-by: Zephyron <zephyron@citron-emu.org>
2025-05-12 12:46:19 +01:00
..
android android: Update build system and optimize ARM NCE implementation 2025-05-12 12:46:19 +01:00
audio_core audio_core/renderer: Add compressor and splitter support for Rev13 2025-05-11 14:54:45 +01:00
common android: Update build system and optimize ARM NCE implementation 2025-05-12 12:46:19 +01:00
core renderer/friend: Improve reversed depth handling and Friend service 2025-05-12 12:46:19 +01:00
dedicated_room android: Initial multiplayer support 2025-05-12 12:46:19 +01:00
frontend_common Merge pull request #13047 from anpilley/import-firmware 2024-02-17 23:18:00 -05:00
hid_core build: upgrade fmt and SDL2 2025-05-12 12:45:15 +01:00
input_common build: upgrade fmt and SDL2 2025-05-12 12:45:15 +01:00
network android: Initial multiplayer support 2025-05-12 12:46:19 +01:00
shader_recompiler nvn(fix): Optimize shader performance by enhancing NVN bias settings 2025-05-12 12:46:19 +01:00
tests Boost: Fix building against Boost 1.87.0 2024-12-20 15:24:58 +00:00
video_core renderer/friend: Improve reversed depth handling and Friend service 2025-05-12 12:46:19 +01:00
web_service build: upgrade fmt and SDL2 2025-05-12 12:45:15 +01:00
yuzu Remove quickstart guide references to address legal concerns 2025-05-12 12:46:19 +01:00
yuzu_cmd build: upgrade fmt and SDL2 2025-05-12 12:45:15 +01:00
.clang-format
CMakeLists.txt Remove "/DEBUG" flag from CMAKE_EXE_LINKER_FLAGS_RELEASE 2024-12-20 15:24:58 +00:00