From: Brian Date: Wed, 8 Aug 2007 00:18:08 +0000 (-0600) Subject: added pipe_mipmap_tree::format X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6cdff693a7feb51492451f4a04f3736842d2268b;p=mesa.git added pipe_mipmap_tree::format --- 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;