mesa: Branch 'master'

Brian Paul brianp at kemper.freedesktop.org
Sat Apr 21 16:18:48 UTC 2007


 src/mesa/main/mtypes.h |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 4e0a64675cbd815f6063977f3effbf21acced3fe (from d5e7234ba80c59505838c67c92501fa7cfde0b66)
Author: Brian <brian at yutani.localnet.net>
Date:   Sat Apr 21 10:18:49 2007 -0600

    added MemPool field

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 0044494..71215d5 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2133,6 +2133,7 @@ struct gl_shader_state
    GLboolean EmitHighLevelInstructions; /**< IF/ELSE/ENDIF vs. BRA, etc. */
    GLboolean EmitCondCodes;             /**< Use condition codes? */
    GLboolean EmitComments;              /**< Annotated instructions */
+   void *MemPool;
 };
 
 



More information about the mesa-commit mailing list