summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_screen.c
diff options
context:
space:
mode:
authorStéphane Marchesin <[email protected]>2011-10-07 15:14:39 -0700
committerStéphane Marchesin <[email protected]>2011-10-07 15:14:39 -0700
commitb7cd18bc49aad644a721593e16e9a59226cf2e4a (patch)
treeb45857911dd1565246ca5041401cc88955b56fc4 /src/gallium/drivers/i915/i915_screen.c
parent53f858637319f0efa47dd9acdb547e7913f3f86b (diff)
i915g: Add two new unsupported PIPE_CAPs.
Diffstat (limited to 'src/gallium/drivers/i915/i915_screen.c')
-rw-r--r--src/gallium/drivers/i915/i915_screen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/i915_screen.c b/src/gallium/drivers/i915/i915_screen.c
index 3d601a5911d..f4e533c57d5 100644
--- a/src/gallium/drivers/i915/i915_screen.c
+++ b/src/gallium/drivers/i915/i915_screen.c
@@ -132,6 +132,8 @@ i915_get_param(struct pipe_screen *screen, enum pipe_cap cap)
case PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE:
case PIPE_CAP_FRAGMENT_COLOR_CLAMP_CONTROL:
case PIPE_CAP_MIXED_COLORBUFFER_FORMATS:
+ case PIPE_CAP_CONDITIONAL_RENDER:
+ case PIPE_CAP_TEXTURE_BARRIER:
return 0;
/* Features we can lie about (boolean caps). */