projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b9834
)
added pipe_mipmap_tree::format
author
Brian
<brian@i915.localnet.net>
Wed, 8 Aug 2007 00:18:08 +0000
(18:18 -0600)
committer
Brian
<brian@i915.localnet.net>
Wed, 8 Aug 2007 00:24:29 +0000
(18:24 -0600)
src/mesa/pipe/p_state.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/p_state.h
b/src/mesa/pipe/p_state.h
index 68616cf767d6fdbf066d0995625d625bbc31875d..2dcd2db8689c700c646c2cc2a883af3a2ad987ad 100644
(file)
--- 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;