summaryrefslogtreecommitdiff
path: root/src/mesa/math
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2003-06-05 00:50:18 +0000
committerIan Romanick <idr@us.ibm.com>2003-06-05 00:50:18 +0000
commit9ac51f57efe07ed43a1e4224a7f5daddec401b36 (patch)
tree6f1cb55cbcee17cb3a3a77c9437e3e1fd7d24784 /src/mesa/math
parentb9e1411660d80612ec9706c443eacb0f46caefad (diff)
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Diffstat (limited to 'src/mesa/math')
-rw-r--r--src/mesa/math/m_clip_tmp.h1
-rw-r--r--src/mesa/math/m_copy_tmp.h1
-rw-r--r--src/mesa/math/m_debug.h1
-rw-r--r--src/mesa/math/m_debug_clip.c1
-rw-r--r--src/mesa/math/m_debug_norm.c1
-rw-r--r--src/mesa/math/m_debug_util.h1
-rw-r--r--src/mesa/math/m_debug_xform.c1
-rw-r--r--src/mesa/math/m_dotprod_tmp.h1
-rw-r--r--src/mesa/math/m_eval.c1
-rw-r--r--src/mesa/math/m_eval.h1
-rw-r--r--src/mesa/math/m_matrix.c1
-rw-r--r--src/mesa/math/m_matrix.h1
-rw-r--r--src/mesa/math/m_norm_tmp.h1
-rw-r--r--src/mesa/math/m_translate.h1
-rw-r--r--src/mesa/math/m_vector.c1
-rw-r--r--src/mesa/math/m_vector.h1
-rw-r--r--src/mesa/math/m_xform.c1
-rw-r--r--src/mesa/math/m_xform.h1
-rw-r--r--src/mesa/math/m_xform_tmp.h1
-rw-r--r--src/mesa/math/mathmod.h1
20 files changed, 0 insertions, 20 deletions
diff --git a/src/mesa/math/m_clip_tmp.h b/src/mesa/math/m_clip_tmp.h
index 5a8bd0d0b8..6551798c31 100644
--- a/src/mesa/math/m_clip_tmp.h
+++ b/src/mesa/math/m_clip_tmp.h
@@ -1,4 +1,3 @@
-/* $Id: m_clip_tmp.h,v 1.9 2003/03/19 05:33:09 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_copy_tmp.h b/src/mesa/math/m_copy_tmp.h
index ccde3f3c47..a9e33511ee 100644
--- a/src/mesa/math/m_copy_tmp.h
+++ b/src/mesa/math/m_copy_tmp.h
@@ -1,4 +1,3 @@
-/* $Id: m_copy_tmp.h,v 1.6 2001/03/30 14:44:43 gareth Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_debug.h b/src/mesa/math/m_debug.h
index 193e540aa2..6476b6de28 100644
--- a/src/mesa/math/m_debug.h
+++ b/src/mesa/math/m_debug.h
@@ -1,4 +1,3 @@
-/* $Id: m_debug.h,v 1.5 2002/10/29 20:28:58 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_debug_clip.c b/src/mesa/math/m_debug_clip.c
index aad7b66277..867850c613 100644
--- a/src/mesa/math/m_debug_clip.c
+++ b/src/mesa/math/m_debug_clip.c
@@ -1,4 +1,3 @@
-/* $Id: m_debug_clip.c,v 1.6 2002/12/04 14:24:44 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c
index 0786ad05ee..4eac6f6dc6 100644
--- a/src/mesa/math/m_debug_norm.c
+++ b/src/mesa/math/m_debug_norm.c
@@ -1,4 +1,3 @@
-/* $Id: m_debug_norm.c,v 1.13 2003/03/01 01:50:24 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_debug_util.h b/src/mesa/math/m_debug_util.h
index a9724fc526..9b89c90e36 100644
--- a/src/mesa/math/m_debug_util.h
+++ b/src/mesa/math/m_debug_util.h
@@ -1,4 +1,3 @@
-/* $Id: m_debug_util.h,v 1.6 2002/10/29 20:28:59 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_debug_xform.c b/src/mesa/math/m_debug_xform.c
index 7879660fdf..ba2701e179 100644
--- a/src/mesa/math/m_debug_xform.c
+++ b/src/mesa/math/m_debug_xform.c
@@ -1,4 +1,3 @@
-/* $Id: m_debug_xform.c,v 1.12 2003/02/25 19:27:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_dotprod_tmp.h b/src/mesa/math/m_dotprod_tmp.h
index 9eead6c36e..03e65af6c1 100644
--- a/src/mesa/math/m_dotprod_tmp.h
+++ b/src/mesa/math/m_dotprod_tmp.h
@@ -1,4 +1,3 @@
-/* $Id: m_dotprod_tmp.h,v 1.6 2001/03/30 14:44:43 gareth Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_eval.c b/src/mesa/math/m_eval.c
index dca09b029b..42ffd4133d 100644
--- a/src/mesa/math/m_eval.c
+++ b/src/mesa/math/m_eval.c
@@ -1,4 +1,3 @@
-/* $Id: m_eval.c,v 1.6 2001/09/18 23:06:14 kschultz Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_eval.h b/src/mesa/math/m_eval.h
index 2553c96a67..a23cbd402e 100644
--- a/src/mesa/math/m_eval.h
+++ b/src/mesa/math/m_eval.h
@@ -1,4 +1,3 @@
-/* $Id: m_eval.h,v 1.2 2001/03/12 00:48:41 gareth Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_matrix.c b/src/mesa/math/m_matrix.c
index 95a77e6a08..e204cc7bbc 100644
--- a/src/mesa/math/m_matrix.c
+++ b/src/mesa/math/m_matrix.c
@@ -1,4 +1,3 @@
-/* $Id: m_matrix.c,v 1.16 2003/03/01 01:50:24 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_matrix.h b/src/mesa/math/m_matrix.h
index 74eb610e81..00bfcf8d16 100644
--- a/src/mesa/math/m_matrix.h
+++ b/src/mesa/math/m_matrix.h
@@ -1,4 +1,3 @@
-/* $Id: m_matrix.h,v 1.6 2003/02/25 19:27:06 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_norm_tmp.h b/src/mesa/math/m_norm_tmp.h
index 5f24f5a2a2..2b7945586e 100644
--- a/src/mesa/math/m_norm_tmp.h
+++ b/src/mesa/math/m_norm_tmp.h
@@ -1,4 +1,3 @@
-/* $Id: m_norm_tmp.h,v 1.14 2003/03/04 16:34:01 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_translate.h b/src/mesa/math/m_translate.h
index f15bb77e2d..c473f83d6f 100644
--- a/src/mesa/math/m_translate.h
+++ b/src/mesa/math/m_translate.h
@@ -1,4 +1,3 @@
-/* $Id: m_translate.h,v 1.6 2001/03/12 00:48:41 gareth Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_vector.c b/src/mesa/math/m_vector.c
index 3e453e8e8d..e01c87d67d 100644
--- a/src/mesa/math/m_vector.c
+++ b/src/mesa/math/m_vector.c
@@ -1,4 +1,3 @@
-/* $Id: m_vector.c,v 1.9 2002/12/04 14:24:44 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_vector.h b/src/mesa/math/m_vector.h
index 222a49880b..4b1b643ea7 100644
--- a/src/mesa/math/m_vector.h
+++ b/src/mesa/math/m_vector.h
@@ -1,4 +1,3 @@
-/* $Id: m_vector.h,v 1.6 2001/03/12 00:48:41 gareth Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c
index a6813d29e9..94d0f6d753 100644
--- a/src/mesa/math/m_xform.c
+++ b/src/mesa/math/m_xform.c
@@ -1,4 +1,3 @@
-/* $Id: m_xform.c,v 1.19 2003/03/01 01:50:24 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_xform.h b/src/mesa/math/m_xform.h
index 5d94b5151b..badc29eaf5 100644
--- a/src/mesa/math/m_xform.h
+++ b/src/mesa/math/m_xform.h
@@ -1,4 +1,3 @@
-/* $Id: m_xform.h,v 1.11 2002/01/05 20:51:12 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/m_xform_tmp.h b/src/mesa/math/m_xform_tmp.h
index 96def930a1..7cf4780bd3 100644
--- a/src/mesa/math/m_xform_tmp.h
+++ b/src/mesa/math/m_xform_tmp.h
@@ -1,4 +1,3 @@
-/* $Id: m_xform_tmp.h,v 1.7 2001/05/18 23:58:26 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/src/mesa/math/mathmod.h b/src/mesa/math/mathmod.h
index 44bf2b97d5..35f6671f2d 100644
--- a/src/mesa/math/mathmod.h
+++ b/src/mesa/math/mathmod.h
@@ -1,4 +1,3 @@
-/* $Id: mathmod.h,v 1.3 2001/03/12 00:48:41 gareth Exp $ */
/*
* Mesa 3-D graphics library