diff options
author | Brian <brian@yutani.localnet.net> | 2007-04-21 10:18:49 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-21 10:18:49 -0600 |
commit | 4e0a64675cbd815f6063977f3effbf21acced3fe (patch) | |
tree | beee4be84d6dd3bbc17166e5c9cd2ad98aa76b8e | |
parent | d5e7234ba80c59505838c67c92501fa7cfde0b66 (diff) |
added MemPool field
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
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; }; |