projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e7234
)
added MemPool field
author
Brian
<brian@yutani.localnet.net>
Sat, 21 Apr 2007 16:18:49 +0000
(10:18 -0600)
committer
Brian
<brian@yutani.localnet.net>
Sat, 21 Apr 2007 16:18:49 +0000
(10:18 -0600)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 0044494bd3c2c5097a15d7484d14bff25459ea10..71215d5470937458579aed8594198f1b7f84150c 100644
(file)
--- 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;
};