aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_screen.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2020-02-14 16:01:50 -0500
committerMarge Bot <[email protected]>2020-03-11 18:45:28 +0000
commit70298ec4c0e43a9dcda828e74d65d87dc6e3b9d4 (patch)
tree33cfb527a8707d245a898fab35de308c98b1ae58 /src/gallium/auxiliary/util/u_screen.c
parent510bd474e6744a44b3cfff7c03b7768f211f8ae9 (diff)
gallium: add PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICES
Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3591>
Diffstat (limited to 'src/gallium/auxiliary/util/u_screen.c')
-rw-r--r--src/gallium/auxiliary/util/u_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_screen.c b/src/gallium/auxiliary/util/u_screen.c
index 2204c07b1fb..318bce1a0f0 100644
--- a/src/gallium/auxiliary/util/u_screen.c
+++ b/src/gallium/auxiliary/util/u_screen.c
@@ -406,6 +406,7 @@ u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen,
case PIPE_CAP_OPENCL_INTEGER_FUNCTIONS:
case PIPE_CAP_INTEGER_MULTIPLY_32X16:
+ case PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICES:
return 0;
case PIPE_CAP_NIR_IMAGES_AS_DEREF:
return 1;