Files
emulator/src
Zephyron 9f13c0a827 nvdrv: Implement ZBCSetTable with proper parameter validation and logging
- Replace stubbed ZBCSetTable with comprehensive implementation
- Add parameter validation for format and type fields
- Implement detailed logging of ZBC color values for debugging
- Add proper documentation explaining ZBC (Zero Bandwidth Clear) functionality
- Handle color_ds and color_l2 arrays for GPU memory clearing operations
- Validate format parameter range (0-0xFF) and type parameter (0-1)
- Provide clear error handling for invalid parameters

ZBC (Zero Bandwidth Clear) allows the GPU to perform efficient memory
clearing operations without requiring CPU bandwidth by storing clear
values in a dedicated table that can be referenced during rendering.

Signed-off-by: Zephyron <zephyron@citron-emu.org>
2025-08-25 17:21:06 +10:00
..
2025-08-23 18:53:24 +07:00
2025-08-23 18:53:24 +07:00
2025-08-23 18:53:24 +07:00
2025-07-22 21:37:37 +07:00
2025-07-22 21:37:37 +07:00
2025-07-22 21:37:37 +07:00
2025-07-22 21:37:37 +07:00
2022-07-27 12:53:49 +02:00