summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2012-12-22 13:12:30 +1000
committerDave Airlie <airlied@gmail.com>2012-12-22 13:12:30 +1000
commit54203ef5ace8073327f0b41b6abbe4ce5b23fa65 (patch)
tree530d6c1cf7c5c3a738fd511c8a8fbd171794c15c /src/gallium/drivers/nvc0
parent9c6410e5c3ffc74564fae5afcc1b6982759cdd01 (diff)
nouveau: deal with tbo cap for now.
This fixes the printk running apps against master. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/gallium/drivers/nvc0')
-rw-r--r--src/gallium/drivers/nvc0/nvc0_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_screen.c b/src/gallium/drivers/nvc0/nvc0_screen.c
index 8d0f19a49db..95e6efc7d0d 100644
--- a/src/gallium/drivers/nvc0/nvc0_screen.c
+++ b/src/gallium/drivers/nvc0/nvc0_screen.c
@@ -155,6 +155,7 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_VERTEX_BUFFER_STRIDE_4BYTE_ALIGNED_ONLY:
case PIPE_CAP_VERTEX_ELEMENT_SRC_OFFSET_4BYTE_ALIGNED_ONLY:
case PIPE_CAP_TEXTURE_MULTISAMPLE:
+ case PIPE_CAP_TEXTURE_BUFFER_OBJECTS:
return 0;
default:
NOUVEAU_ERR("unknown PIPE_CAP %d\n", param);