Mesa (master): i915g: Add two new unsupported PIPE_CAPs.

Stephane Marchesin marcheu at kemper.freedesktop.org
Fri Oct 7 22:16:23 UTC 2011


Module: Mesa
Branch: master
Commit: b7cd18bc49aad644a721593e16e9a59226cf2e4a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7cd18bc49aad644a721593e16e9a59226cf2e4a

Author: Stéphane Marchesin <marcheu at chromium.org>
Date:   Fri Oct  7 15:14:39 2011 -0700

i915g: Add two new unsupported PIPE_CAPs.

---

 src/gallium/drivers/i915/i915_screen.c |    2 ++
 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 3d601a5..f4e533c 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). */




More information about the mesa-commit mailing list