From 4a883966c1f74f43afc145d2c3d27af7b8c5e01a Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 17 Feb 2017 02:28:20 +0100 Subject: gallium: remove PIPE_CAP_USER_INDEX_BUFFERS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit all drivers support it Reviewed-by: Nicolai Hähnle Reviewed-by: Brian Paul Tested-by: Brian Paul (VMware driver only) --- src/gallium/drivers/llvmpipe/lp_screen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe/lp_screen.c') diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index 2633b0c2dd7..1c94b6e4921 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -214,7 +214,6 @@ llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param) case PIPE_CAP_COMPUTE: return 0; case PIPE_CAP_USER_VERTEX_BUFFERS: - case PIPE_CAP_USER_INDEX_BUFFERS: return 1; case PIPE_CAP_USER_CONSTANT_BUFFERS: return 0; -- cgit v1.2.3