summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-21 10:18:49 -0600
committerBrian <brian@yutani.localnet.net>2007-04-21 10:18:49 -0600
commit4e0a64675cbd815f6063977f3effbf21acced3fe (patch)
treebeee4be84d6dd3bbc17166e5c9cd2ad98aa76b8e
parentd5e7234ba80c59505838c67c92501fa7cfde0b66 (diff)
added MemPool field
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 0044494bd3..71215d5470 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;
};