From: Dave Airlie Date: Sat, 8 Dec 2012 03:46:32 +0000 (+0000) Subject: llvmpipe: fix missing tbo cap warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f688327e68cef28c4bd1f49e2338bae7c434f5e;p=mesa.git llvmpipe: fix missing tbo cap warning. Signed-off-by: Dave Airlie --- diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index 61228f6ed40..0f30447cf15 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -216,6 +216,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param) case PIPE_CAP_TEXTURE_MULTISAMPLE: case PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT: case PIPE_CAP_CUBE_MAP_ARRAY: + case PIPE_CAP_TEXTURE_BUFFER_OBJECTS: return 0; } /* should only get here on unhandled cases */