mesa/src/nouveau
Mel Henning 90ac7d13dc nvk: Clear second SET_RENDER_ENABLE operand
The hardware actually compares a pair of 64-bit values, rather than
comparing a single value against zero like we previously assumed.

This wasn't an issue in most cases before because if the buffer is
zero-initialized the previous code happens to work. If we get a
buffer with garbage in it though we would run into issues.

Fixes: 80eac1337d ("nvk: Always copy conditional rendering value before compare")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13821
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Mary Guillemard <mary@mary.zone>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37153>
2025-09-04 16:27:58 +00:00
..
ci nvk/ci: switch to default kernel to b2c's default kernel 2025-09-02 07:48:53 +00:00
compiler nak: Add a test to check how RENDER_ENABLE works 2025-09-04 16:27:57 +00:00
drm build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
drm-shim nouveau/drm-shim: set ram_user 2024-07-16 15:13:40 +00:00
headers nouveau/push: Fix SET_OBJECT handling 2025-09-04 15:49:19 +00:00
mme nvk: Check subchannels are valid in nv_push 2025-08-07 18:47:47 +00:00
nil nil: Add missing compressible PTE kinds 2025-08-29 15:27:50 -04:00
rust nouveau/bitview: Drop an unneeded lifetime 2025-08-20 17:06:50 +00:00
vulkan nvk: Clear second SET_RENDER_ENABLE operand 2025-09-04 16:27:58 +00:00
winsys nouveau/winsys: Refactor nouveau_ws_context_create() 2025-08-07 20:09:13 +00:00
.rustfmt.toml nouveau: Move .rustfmt.toml from NAK to src/nouveau/ 2024-04-08 20:28:43 +00:00
meson.build nouveau: Move codegen back to the src/gallium/drivers/nouveau 2025-05-28 21:01:26 +00:00