diff options
author | Keith Whitwell <[email protected]> | 2001-07-28 19:28:49 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-07-28 19:28:49 +0000 |
commit | 46af1f87c897ef03470d205e9fd147e93911cbce (patch) | |
tree | ed9efc16aa63fdf47e886f2c9083f3d0f38f8ad8 /src/mesa/x86 | |
parent | 616f470629487f303979c7e878062d66658ac812 (diff) |
Remove _BaseAlpha, fix reflect lighting bug.
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/gen_matypes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/x86/gen_matypes.c b/src/mesa/x86/gen_matypes.c index d92a54f4d89..f2403c8c02e 100644 --- a/src/mesa/x86/gen_matypes.c +++ b/src/mesa/x86/gen_matypes.c @@ -1,4 +1,4 @@ -/* $Id: gen_matypes.c,v 1.2 2001/03/29 03:41:40 gareth Exp $ */ +/* $Id: gen_matypes.c,v 1.3 2001/07/28 19:28:49 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -106,7 +106,6 @@ int main( int argc, char **argv ) OFFSET( "CTX_LIGHT_NEED_VERTS ", GLcontext, Light._NeedVertices ); OFFSET( "CTX_LIGHT_FLAGS ", GLcontext, Light._Flags ); OFFSET( "CTX_LIGHT_BASE_COLOR ", GLcontext, Light._BaseColor ); - OFFSET( "CTX_LIGHT_BASE_ALPHA ", GLcontext, Light._BaseAlpha ); /* struct vertex_buffer offsets: |