diff options
author | Brian Paul <[email protected]> | 2006-06-16 13:40:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-06-16 13:40:06 +0000 |
commit | c97c5f0b6b612ef1df18febafdad093e3e5bc0cb (patch) | |
tree | 3bf79985ddd9a10686b784ccc5042124d6512168 /src/mesa/x86 | |
parent | c3c64383cae74e2777478c5271bea494272885eb (diff) |
remove obsolete PointSizePtr
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/gen_matypes.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/x86/gen_matypes.c b/src/mesa/x86/gen_matypes.c index eb4544fe8b9..e95f3d4f3d8 100644 --- a/src/mesa/x86/gen_matypes.c +++ b/src/mesa/x86/gen_matypes.c @@ -1,8 +1,8 @@ /* * Mesa 3-D graphics library - * Version: 5.1 + * Version: 6.5.1 * - * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -137,7 +137,6 @@ int main( int argc, char **argv ) OFFSET( "VB_COLOR_PTR ", struct vertex_buffer, ColorPtr ); OFFSET( "VB_SECONDARY_COLOR_PTR ", struct vertex_buffer, SecondaryColorPtr ); OFFSET( "VB_FOG_COORD_PTR ", struct vertex_buffer, FogCoordPtr ); - OFFSET( "VB_POINT_SIZE_PTR ", struct vertex_buffer, PointSizePtr ); OFFSET( "VB_PRIMITIVE ", struct vertex_buffer, Primitive ); printf( "\n" ); |