i915g: add missing and unsupported PIPE_CAPs to avoid debug messages.
authorStéphane Marchesin <marcheu@chromium.org>
Sat, 4 Jun 2011 00:03:37 +0000 (17:03 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Mon, 6 Jun 2011 19:35:59 +0000 (12:35 -0700)
src/gallium/drivers/i915/i915_screen.c

index da96b420f2c7161c1773afeb5048fdddb8b8c092..c86baa58b2897e7c2aa059e9b8c0a8c98d89a370 100644 (file)
@@ -134,6 +134,11 @@ i915_get_param(struct pipe_screen *screen, enum pipe_cap cap)
    case PIPE_CAP_TEXTURE_MIRROR_CLAMP:
    case PIPE_CAP_TEXTURE_SWIZZLE:
    case PIPE_CAP_TIMER_QUERY:
+   case PIPE_CAP_SM3:
+   case PIPE_CAP_SEAMLESS_CUBE_MAP:
+   case PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE:
+   case PIPE_CAP_FRAGMENT_COLOR_CLAMP_CONTROL:
+   case PIPE_CAP_MIXED_COLORBUFFER_FORMATS:
       return 0;
 
    /* Features we can lie about (boolean caps). */