projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
166718f
)
added some comments
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 12 Jan 2002 03:01:23 +0000
(
03:01
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 12 Jan 2002 03:01:23 +0000
(
03:01
+0000)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 977b4bbf73556c83395455b783b9d5f0c753062a..f593169eef9a6458baf46b3874b4a0f79bed7329 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-1,4
+1,4
@@
-/* $Id: mtypes.h,v 1.6
1 2002/01/11 17:25:35
brianp Exp $ */
+/* $Id: mtypes.h,v 1.6
2 2002/01/12 03:01:23
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-1554,9
+1554,11
@@
struct matrix_stack
#define _IMAGE_NEW_TRANSFER_STATE (_NEW_PIXEL | _NEW_COLOR_MATRIX)
+/* Bits for ctx->_NeedNormals */
#define NEED_NORMALS_TEXGEN 0x1
#define NEED_NORMALS_LIGHT 0x2
+/* Bits for ctx->_NeedEyeCoords */
#define NEED_EYE_TEXGEN 0x1
#define NEED_EYE_LIGHT 0x2
#define NEED_EYE_LIGHT_MODELVIEW 0x4