From 6cdff693a7feb51492451f4a04f3736842d2268b Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 7 Aug 2007 18:18:08 -0600 Subject: [PATCH] added pipe_mipmap_tree::format --- src/mesa/pipe/p_state.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index 68616cf..2dcd2db 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; -- 2.7.4