diff options
author | Brian <[email protected]> | 2007-08-09 15:39:31 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-09 15:39:31 -0600 |
commit | 807ecbd344853288f4cadff95445d5677b28c93c (patch) | |
tree | 883119d3bd8e4e82cb091ca6f92c31c654c07a09 /src/mesa/pipe/i915simple | |
parent | 3e930c3f1fe1deebd0cb976070155f5c55d55b6f (diff) |
*numFormats = 3
Diffstat (limited to 'src/mesa/pipe/i915simple')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.c b/src/mesa/pipe/i915simple/i915_context.c index 02b51bea437..3e8d1fbb333 100644 --- a/src/mesa/pipe/i915simple/i915_context.c +++ b/src/mesa/pipe/i915simple/i915_context.c @@ -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 } |