llvmpipe: fix missing tbo cap warning.
authorDave Airlie <airlied@redhat.com>
Sat, 8 Dec 2012 03:46:32 +0000 (03:46 +0000)
committerDave Airlie <airlied@redhat.com>
Sat, 8 Dec 2012 03:46:56 +0000 (03:46 +0000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/llvmpipe/lp_screen.c

index 61228f6ed40fea2a07d6f7b5508c90c18392f4bb..0f30447cf15928645710ef741c62d47c0a1d94f0 100644 (file)
@@ -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 */