From 4e0a64675cbd815f6063977f3effbf21acced3fe Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 21 Apr 2007 10:18:49 -0600 Subject: added MemPool field --- src/mesa/main/mtypes.h | 1 + 1 file changed, 1 insertion(+) 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; }; -- cgit v1.2.3