diff options
| author | Brian <brian@i915.localnet.net> | 2007-08-07 18:18:08 -0600 |
|---|---|---|
| committer | Brian <brian@i915.localnet.net> | 2007-08-07 18:24:29 -0600 |
| commit | 6cdff693a7feb51492451f4a04f3736842d2268b (patch) | |
| tree | 8b5f72e9bd91d68bdb3cff84e441eeecede54603 | |
| parent | 14b98343309fdcff3514f05020303f7b40e83a4a (diff) | |
added pipe_mipmap_tree::format
| -rw-r--r-- | src/mesa/pipe/p_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index 68616cf767..2dcd2db868 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; |
