diff options
author | Keith Whitwell <[email protected]> | 2003-11-24 15:23:18 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-11-24 15:23:18 +0000 |
commit | ae0eaf93e092ac8e8b1c98f3e986de96940663fa (patch) | |
tree | 56aae7c4b985f657384df5e088227c4dd08130fb /src/mesa/x86 | |
parent | 57c9814b9e87924696df4c741861c29d4236d1eb (diff) |
Merge vtx-0-2-branch
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/assyntax.h | 1 | ||||
-rw-r--r-- | src/mesa/x86/common_x86.c | 1 | ||||
-rw-r--r-- | src/mesa/x86/gen_matypes.c | 1 | ||||
-rw-r--r-- | src/mesa/x86/sse.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h index 7cebb42ace0..ebe9c57460d 100644 --- a/src/mesa/x86/assyntax.h +++ b/src/mesa/x86/assyntax.h @@ -1,4 +1,3 @@ -/* $Id: assyntax.h,v 1.23 2003/10/21 08:33:10 dborca Exp $ */ #ifndef __ASSYNTAX_H__ #define __ASSYNTAX_H__ diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c index 4a2c778150b..1e7f69dba2b 100644 --- a/src/mesa/x86/common_x86.c +++ b/src/mesa/x86/common_x86.c @@ -1,4 +1,3 @@ -/* $Id: common_x86.c,v 1.24 2003/10/21 23:53:34 kendallb Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/x86/gen_matypes.c b/src/mesa/x86/gen_matypes.c index b4e7e6b7fd6..e57c7326e3a 100644 --- a/src/mesa/x86/gen_matypes.c +++ b/src/mesa/x86/gen_matypes.c @@ -178,7 +178,6 @@ int main( int argc, char **argv ) DEFINE( "VERT_BIT_END_VB ", VERT_BIT_END_VB ); DEFINE( "VERT_BIT_POINT_SIZE ", VERT_BIT_POINT_SIZE ); DEFINE( "VERT_BIT_EYE ", VERT_BIT_EYE ); - DEFINE( "VERT_BIT_CLIP ", VERT_BIT_CLIP ); printf( "\n" ); DEFINE( "VERT_BIT_OBJ_23 ", VERT_BIT_OBJ_3 ); DEFINE( "VERT_BIT_OBJ_234 ", VERT_BIT_OBJ_4 ); diff --git a/src/mesa/x86/sse.c b/src/mesa/x86/sse.c index 2b824e4c010..1271f88dcd6 100644 --- a/src/mesa/x86/sse.c +++ b/src/mesa/x86/sse.c @@ -1,4 +1,3 @@ -/* $Id: sse.c,v 1.4 2003/10/21 23:53:34 kendallb Exp $ */ /* * Mesa 3-D graphics library |