projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e930c3
)
*numFormats = 3
author
Brian
<brian@i915.localnet.net>
Thu, 9 Aug 2007 21:39:31 +0000
(15:39 -0600)
committer
Brian
<brian@i915.localnet.net>
Thu, 9 Aug 2007 21:39:31 +0000
(15:39 -0600)
src/mesa/pipe/i915simple/i915_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/i915simple/i915_context.c
b/src/mesa/pipe/i915simple/i915_context.c
index 02b51bea4371bec3af25dba8b9cd0ff4d64da473..3e8d1fbb333124d7070e9f76c0c13403e5a56055 100644
(file)
--- 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
}