i915g: Add two unsupported caps.
authorStéphane Marchesin <marcheu@chromium.org>
Thu, 15 Dec 2011 19:10:32 +0000 (11:10 -0800)
committerStéphane Marchesin <marcheu@chromium.org>
Tue, 20 Dec 2011 02:24:39 +0000 (18:24 -0800)
src/gallium/drivers/i915/i915_screen.c

index 991f03bb663753a559373862eb84272df3e91587..712fef925e0d55254b448e22039bf77790ba37e7 100644 (file)
@@ -199,6 +199,8 @@ i915_get_param(struct pipe_screen *screen, enum pipe_cap cap)
    case PIPE_CAP_MIXED_COLORBUFFER_FORMATS:
    case PIPE_CAP_CONDITIONAL_RENDER:
    case PIPE_CAP_TEXTURE_BARRIER:
+   case PIPE_CAP_TGSI_CAN_COMPACT_VARYINGS:
+   case PIPE_CAP_TGSI_CAN_COMPACT_CONSTANTS:
       return 0;
 
    /* Features we can lie about (boolean caps). */