diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-03-17 17:43:04 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-03-17 17:43:04 +0000 |
commit | 47489c0721348d8f5e5f17b4af63b1c601045116 (patch) | |
tree | e9112aaf41e483e6316d14c12492ad78d726fe26 /src/mesa/main/mtypes.h | |
parent | c6e2d29cdebc4b14cb4d5bea44ee67f7e22dd21d (diff) |
Remove dead #define.
Add case for triangles culled front and back -- not handled by the
culling code inside swrast triangle routines.
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r-- | src/mesa/main/mtypes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 49c72f4e8f..f54b8d5fa9 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1,4 +1,4 @@ -/* $Id: mtypes.h,v 1.25 2001/03/15 18:21:01 brianp Exp $ */ +/* $Id: mtypes.h,v 1.26 2001/03/17 17:43:04 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -1363,7 +1363,6 @@ struct gl_extensions { #define _DD_NEW_POINT_SMOOTH _NEW_POINT #define _DD_NEW_POINT_SIZE _NEW_POINT #define _DD_NEW_POINT_ATTEN _NEW_POINT -#define _DD_NEW_LIGHTING_CULL _NEW_LIGHT #define _DD_NEW_TRI_CULL_FRONT_BACK _NEW_POLYGON #define _DD_NEW_Z_NEVER _NEW_DEPTH #define _DD_NEW_STENCIL _NEW_STENCIL |