From: Stéphane Marchesin Date: Fri, 7 Oct 2011 22:14:39 +0000 (-0700) Subject: i915g: Add two new unsupported PIPE_CAPs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7cd18bc49aad644a721593e16e9a59226cf2e4a;p=mesa.git i915g: Add two new unsupported PIPE_CAPs. --- 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). */