v3dv: ignore dynamic updates of depth bounds state
authorIago Toral Quiroga <itoral@igalia.com>
Wed, 13 May 2020 09:21:12 +0000 (11:21 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:30 +0000 (21:21 +0000)
commit21936e8493ab91bd4d2745de15384002de013238
treedac9afeefdab367a503517b5dfd93ad9aff614ee
parent9aaf07e5be8260b28dd25ddbc3cbe974ebdf9b0f
v3dv: ignore dynamic updates of depth bounds state

Depth bounds testing is not available in V3D 4.2 so we just ignore
this piece of state and assert if any pipeline attempts to enable
the feature.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
src/broadcom/vulkan/v3dv_cmd_buffer.c
src/broadcom/vulkan/v3dv_device.c
src/broadcom/vulkan/v3dv_meta_clear.c
src/broadcom/vulkan/v3dv_meta_copy.c
src/broadcom/vulkan/v3dv_pipeline.c