From 3e276d43a22b043c1aa33c21ef3513a66d382dca Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 12 Jan 2002 03:01:23 +0000 Subject: added some comments --- src/mesa/main/mtypes.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 977b4bbf73..f593169eef 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1,4 +1,4 @@ -/* $Id: mtypes.h,v 1.61 2002/01/11 17:25:35 brianp Exp $ */ +/* $Id: mtypes.h,v 1.62 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 -- cgit v1.2.3