*numFormats = 3
authorBrian <brian@i915.localnet.net>
Thu, 9 Aug 2007 21:39:31 +0000 (15:39 -0600)
committerBrian <brian@i915.localnet.net>
Thu, 9 Aug 2007 21:39:31 +0000 (15:39 -0600)
src/mesa/pipe/i915simple/i915_context.c

index 02b51bea4371bec3af25dba8b9cd0ff4d64da473..3e8d1fbb333124d7070e9f76c0c13403e5a56055 100644 (file)
@@ -98,7 +98,7 @@ i915_supported_formats(struct pipe_context *pipe,
       PIPE_FORMAT_U_R5_G6_B5,
       PIPE_FORMAT_S8_Z24,
    };
-   *numFormats = 2;
+   *numFormats = 3;
    return render_supported;
 #endif
 }