mesa/src/broadcom
Roman Stratiienko e5c982b332 v3dv: Fix V3DV_HAS_SURFACE preprocessor condition
Currently V3DV_HAS_SURFACE is always defined.
There is no WSI for Android in mesa3d, therefore WSI related extensions
should not be exposed.

1. Define V3DV_HAS_SURFACE only for platforms which has WSI implemented.
2. Rename V3DV_HAS_SURFACE -> V3DV_USE_WSI_PLATFORM to align naming
with other platforms.

Fixes dEQP-VK.wsi.android.surface#query_protected_capabilities

Fixes: 79e4451430 ("v3dv: move extensions table to v3dv_device")
Signed-off-by: Roman Stratiienko <roman.o.stratiienko@globallogic.com>
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14144>
(cherry picked from commit fcfc4ddfcc)
2021-12-17 22:30:50 +00:00
..
ci mesa/st: Disable NV_copy_depth_to_color on non-doubles-capable HW. 2021-11-17 20:06:20 +00:00
cle python: drop python2 support 2021-08-14 21:44:32 +00:00
clif broadcom: add cl_nobin debug option 2021-09-13 08:51:54 +00:00
common broadcom/common: remove unused debug helper 2021-09-28 22:30:29 +00:00
compiler broadcom/compiler: don't move ldvary earlier if current instruction has ldunif 2021-12-01 18:55:46 +00:00
drm-shim vc4: add drm-shim 2021-01-28 16:14:06 +00:00
qpu broadcom/qpu: remove duplicated opcode variable 2021-08-26 10:12:35 +00:00
simulator v3d/simulator: implement performance counters 2021-08-03 08:33:52 +00:00
vulkan v3dv: Fix V3DV_HAS_SURFACE preprocessor condition 2021-12-17 22:30:50 +00:00
.editorconfig broadcom: add editorconfig 2017-07-25 14:44:52 -07:00
meson.build broadcom: remove v3dv3 from neon library 2021-07-29 08:26:11 +00:00