summaryrefslogtreecommitdiffstats
path: root/src/mesa/math
diff options
context:
space:
mode:
authorRico Schüller <kgbricola@web.de>2013-06-05 08:54:14 -0600
committerBrian Paul <brianp@vmware.com>2013-06-05 08:54:27 -0600
commit3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45 (patch)
tree75f681d78aabb78caae18cb23fd80eb4adad53a4 /src/mesa/math
parent7bdf1f2f1a3d7779919e7d45b2d4a22fb227932a (diff)
downloadexternal_mesa3d-3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45.zip
external_mesa3d-3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45.tar.gz
external_mesa3d-3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45.tar.bz2
mesa: remove outdated version lines in comments
Signed-off-by: Brian Paul <brianp@vmware.com>
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_trans_tmp.h1
-rw-r--r--src/mesa/math/m_translate.c1
-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
21 files changed, 0 insertions, 21 deletions
diff --git a/src/mesa/math/m_clip_tmp.h b/src/mesa/math/m_clip_tmp.h
index c6b8bd8..5cfcf91 100644
--- a/src/mesa/math/m_clip_tmp.h
+++ b/src/mesa/math/m_clip_tmp.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.2
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_copy_tmp.h b/src/mesa/math/m_copy_tmp.h
index 98fbd07..dd174b2 100644
--- a/src/mesa/math/m_copy_tmp.h
+++ b/src/mesa/math/m_copy_tmp.h
@@ -1,7 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_debug.h b/src/mesa/math/m_debug.h
index a1e8cee..59bb155 100644
--- a/src/mesa/math/m_debug.h
+++ b/src/mesa/math/m_debug.h
@@ -1,7 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_debug_clip.c b/src/mesa/math/m_debug_clip.c
index 08b9eff..cd8a90d 100644
--- a/src/mesa/math/m_debug_clip.c
+++ b/src/mesa/math/m_debug_clip.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.1
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c
index 588cd90..db71ebe 100644
--- a/src/mesa/math/m_debug_norm.c
+++ b/src/mesa/math/m_debug_norm.c
@@ -1,7 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 5.1
*
* Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_debug_util.h b/src/mesa/math/m_debug_util.h
index f356588..d526e96 100644
--- a/src/mesa/math/m_debug_util.h
+++ b/src/mesa/math/m_debug_util.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.1
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_debug_xform.c b/src/mesa/math/m_debug_xform.c
index cea382d..fbfa9b2 100644
--- a/src/mesa/math/m_debug_xform.c
+++ b/src/mesa/math/m_debug_xform.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.1
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_dotprod_tmp.h b/src/mesa/math/m_dotprod_tmp.h
index 6f530cf..cae8090 100644
--- a/src/mesa/math/m_dotprod_tmp.h
+++ b/src/mesa/math/m_dotprod_tmp.h
@@ -1,7 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_eval.c b/src/mesa/math/m_eval.c
index 7e8a81d..f0c7190 100644
--- a/src/mesa/math/m_eval.c
+++ b/src/mesa/math/m_eval.c
@@ -1,7 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_eval.h b/src/mesa/math/m_eval.h
index cc1d189..18f4d7a 100644
--- a/src/mesa/math/m_eval.h
+++ b/src/mesa/math/m_eval.h
@@ -1,7 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_matrix.c b/src/mesa/math/m_matrix.c
index 4f64bd2..2902315 100644
--- a/src/mesa/math/m_matrix.c
+++ b/src/mesa/math/m_matrix.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.3
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_matrix.h b/src/mesa/math/m_matrix.h
index fabe15a..2b097cb 100644
--- a/src/mesa/math/m_matrix.h
+++ b/src/mesa/math/m_matrix.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.3
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_norm_tmp.h b/src/mesa/math/m_norm_tmp.h
index 24839e2..339c03f 100644
--- a/src/mesa/math/m_norm_tmp.h
+++ b/src/mesa/math/m_norm_tmp.h
@@ -1,7 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 5.1
*
* Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_trans_tmp.h b/src/mesa/math/m_trans_tmp.h
index 867384b..f39a3c8 100644
--- a/src/mesa/math/m_trans_tmp.h
+++ b/src/mesa/math/m_trans_tmp.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.1
*
* Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_translate.c b/src/mesa/math/m_translate.c
index 40c8174..0b8c858 100644
--- a/src/mesa/math/m_translate.c
+++ b/src/mesa/math/m_translate.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.1
*
* Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_translate.h b/src/mesa/math/m_translate.h
index eeb947f..250921a 100644
--- a/src/mesa/math/m_translate.h
+++ b/src/mesa/math/m_translate.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.1
*
* Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_vector.c b/src/mesa/math/m_vector.c
index 0d38117..ff42396 100644
--- a/src/mesa/math/m_vector.c
+++ b/src/mesa/math/m_vector.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_vector.h b/src/mesa/math/m_vector.h
index 143a302..8551ee7 100644
--- a/src/mesa/math/m_vector.h
+++ b/src/mesa/math/m_vector.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 7.3
*
* Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c
index f8c0993..14d1c64 100644
--- a/src/mesa/math/m_xform.c
+++ b/src/mesa/math/m_xform.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 5.1
*
* Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_xform.h b/src/mesa/math/m_xform.h
index 7cec7f0..e458803 100644
--- a/src/mesa/math/m_xform.h
+++ b/src/mesa/math/m_xform.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 7.3
*
* Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/math/m_xform_tmp.h b/src/mesa/math/m_xform_tmp.h
index 1f98488..8886c96 100644
--- a/src/mesa/math/m_xform_tmp.h
+++ b/src/mesa/math/m_xform_tmp.h
@@ -1,7 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*