v3d: Disable PIPE_CAP_PRIMITIVE_RESTART
authorNeil Roberts <nroberts@igalia.com>
Thu, 18 Jun 2020 13:53:03 +0000 (15:53 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 22 Jun 2020 12:41:56 +0000 (12:41 +0000)
commitffc4d82438d9806c222a6eaadad5e00985e4d367
treec73ba03537defa2c6f8eaadc86980d982570671f
parent1fc346d2bec83adff7e4ff05b28e8855c54eb603
v3d: Disable PIPE_CAP_PRIMITIVE_RESTART

The hardware can only support the PIPE_CAP_PRIMITIVE_RESTART_FIXED_INDEX
subset. This will make it stop advertising the NV_primitive_restart
extension without breaking GLES 3.0 support.

v2: Update features.txt

Reviewed-by: Eric Anholt <eric@anholt.net> (v1)
Reviewed by: Erik Faye-Lund <erik.faye-lund@collabora.com>

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5559>
docs/features.txt
src/gallium/drivers/v3d/v3d_screen.c