summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-07 18:18:08 -0600
committerBrian <brian@i915.localnet.net>2007-08-07 18:24:29 -0600
commit6cdff693a7feb51492451f4a04f3736842d2268b (patch)
tree8b5f72e9bd91d68bdb3cff84e441eeecede54603
parent14b98343309fdcff3514f05020303f7b40e83a4a (diff)
added pipe_mipmap_tree::format
-rw-r--r--src/mesa/pipe/p_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h
index 68616cf767d..2dcd2db8689 100644
--- a/src/mesa/pipe/p_state.h
+++ b/src/mesa/pipe/p_state.h
@@ -299,6 +299,7 @@ struct pipe_mipmap_tree
GLenum target; /* XXX convert to PIPE_TEXTURE_x */
GLenum internal_format; /* XXX convert to PIPE_FORMAT_x */
+ GLuint format; /**< PIPE_FORMAT_x */
GLuint first_level;
GLuint last_level;