diff options
-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 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; |