v3d: implement NV_conditional_render extension
authorJuan A. Suarez Romero <jasuarez@igalia.com>
Wed, 6 Jul 2022 09:47:00 +0000 (11:47 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 21 Mar 2023 12:31:24 +0000 (12:31 +0000)
commitc10a9372d6ec3511526a885a53cd841f25c83e2c
treebd8e0e25e4c79b18a8fb29b92e955fd56529e332
parent94de8767aa818ecdbe1fc13380f9cac42622f919
v3d: implement NV_conditional_render extension

The hardware doesn't support native conditional rendering, so it is
implemented by software.

Code borrowed from Freedreno and Panfrost.

Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17373>
docs/features.txt
src/broadcom/ci/broadcom-rpi4-fails.txt
src/broadcom/ci/broadcom-rpi4-flakes.txt
src/broadcom/ci/broadcom-rpi4-skips.txt
src/gallium/drivers/v3d/v3d_blit.c
src/gallium/drivers/v3d/v3d_context.c
src/gallium/drivers/v3d/v3d_context.h
src/gallium/drivers/v3d/v3d_query.c
src/gallium/drivers/v3d/v3d_screen.c
src/gallium/drivers/v3d/v3dx_draw.c