aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2012-12-08 03:46:32 +0000
committerDave Airlie <[email protected]>2012-12-08 03:46:56 +0000
commit1f688327e68cef28c4bd1f49e2338bae7c434f5e (patch)
treefd1036fa854cf9b5a627a52dcddf4ed158de5ad4 /src
parent73ae865af8794c053812cbb5fe9532b1b6113515 (diff)
llvmpipe: fix missing tbo cap warning.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_screen.c1
1 files changed, 1 insertions, 0 deletions
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 */