summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
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/program
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/program')
-rw-r--r--src/mesa/program/arbprogparse.c1
-rw-r--r--src/mesa/program/arbprogparse.h1
-rw-r--r--src/mesa/program/prog_execute.c1
-rw-r--r--src/mesa/program/prog_execute.h1
-rw-r--r--src/mesa/program/prog_instruction.c1
-rw-r--r--src/mesa/program/prog_instruction.h1
-rw-r--r--src/mesa/program/prog_noise.c1
-rw-r--r--src/mesa/program/prog_noise.h1
-rw-r--r--src/mesa/program/prog_optimize.c1
-rw-r--r--src/mesa/program/prog_optimize.h1
-rw-r--r--src/mesa/program/prog_parameter.c1
-rw-r--r--src/mesa/program/prog_parameter.h1
-rw-r--r--src/mesa/program/prog_print.c1
-rw-r--r--src/mesa/program/prog_print.h1
-rw-r--r--src/mesa/program/prog_statevars.c1
-rw-r--r--src/mesa/program/prog_statevars.h1
-rw-r--r--src/mesa/program/program.c1
-rw-r--r--src/mesa/program/program.h1
-rw-r--r--src/mesa/program/programopt.c1
-rw-r--r--src/mesa/program/programopt.h1
20 files changed, 0 insertions, 20 deletions
diff --git a/src/mesa/program/arbprogparse.c b/src/mesa/program/arbprogparse.c
index 0ec87e3..5b96650 100644
--- a/src/mesa/program/arbprogparse.c
+++ b/src/mesa/program/arbprogparse.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 7.1
*
* Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/arbprogparse.h b/src/mesa/program/arbprogparse.h
index 04d304b..39d2116 100644
--- a/src/mesa/program/arbprogparse.h
+++ b/src/mesa/program/arbprogparse.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/prog_execute.c b/src/mesa/program/prog_execute.c
index 548077d..b902006 100644
--- a/src/mesa/program/prog_execute.c
+++ b/src/mesa/program/prog_execute.c
@@ -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/program/prog_execute.h b/src/mesa/program/prog_execute.h
index 346b7b6..09542bf 100644
--- a/src/mesa/program/prog_execute.h
+++ b/src/mesa/program/prog_execute.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 7.0.3
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/prog_instruction.c b/src/mesa/program/prog_instruction.c
index 4329e65..dcfedb7 100644
--- a/src/mesa/program/prog_instruction.c
+++ b/src/mesa/program/prog_instruction.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 7.3
*
* Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
* Copyright (C) 1999-2009 VMware, Inc. All Rights Reserved.
diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h
index 160b1d0..be22181 100644
--- a/src/mesa/program/prog_instruction.h
+++ b/src/mesa/program/prog_instruction.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/program/prog_noise.c b/src/mesa/program/prog_noise.c
index 63590c6..c258c5e 100644
--- a/src/mesa/program/prog_noise.c
+++ b/src/mesa/program/prog_noise.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5
*
* Copyright (C) 2006 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/prog_noise.h b/src/mesa/program/prog_noise.h
index 9828343..51124ca 100644
--- a/src/mesa/program/prog_noise.h
+++ b/src/mesa/program/prog_noise.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5
*
* Copyright (C) 2006 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/prog_optimize.c b/src/mesa/program/prog_optimize.c
index c1013a5..6153f5e 100644
--- a/src/mesa/program/prog_optimize.c
+++ b/src/mesa/program/prog_optimize.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 7.5
*
* Copyright (C) 2009 VMware, Inc. All Rights Reserved.
*
diff --git a/src/mesa/program/prog_optimize.h b/src/mesa/program/prog_optimize.h
index 9854fb7..7607bff 100644
--- a/src/mesa/program/prog_optimize.h
+++ b/src/mesa/program/prog_optimize.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 7.5
*
* Copyright (C) 2009 VMware, Inc. All Rights Reserved.
*
diff --git a/src/mesa/program/prog_parameter.c b/src/mesa/program/prog_parameter.c
index 0b134f7..95b153e 100644
--- a/src/mesa/program/prog_parameter.c
+++ b/src/mesa/program/prog_parameter.c
@@ -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/program/prog_parameter.h b/src/mesa/program/prog_parameter.h
index bb2aa97..6b3b3c2 100644
--- a/src/mesa/program/prog_parameter.h
+++ b/src/mesa/program/prog_parameter.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/program/prog_print.c b/src/mesa/program/prog_print.c
index c8351e3..cf85213 100644
--- a/src/mesa/program/prog_print.c
+++ b/src/mesa/program/prog_print.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 7.3
*
* Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
* Copyright (C) 2009 VMware, Inc. All Rights Reserved.
diff --git a/src/mesa/program/prog_print.h b/src/mesa/program/prog_print.h
index 82195cb..cd61568 100644
--- a/src/mesa/program/prog_print.h
+++ b/src/mesa/program/prog_print.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.3
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/prog_statevars.c b/src/mesa/program/prog_statevars.c
index 19a9482..f6073be 100644
--- a/src/mesa/program/prog_statevars.c
+++ b/src/mesa/program/prog_statevars.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 7.1
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h
index e26ded9..ec22b73 100644
--- a/src/mesa/program/prog_statevars.h
+++ b/src/mesa/program/prog_statevars.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 7.1
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/program.c b/src/mesa/program/program.c
index 37bb7b7..2529c13 100644
--- a/src/mesa/program/program.c
+++ b/src/mesa/program/program.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.3
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/program.h b/src/mesa/program/program.h
index 8f88b39..ecda59b 100644
--- a/src/mesa/program/program.h
+++ b/src/mesa/program/program.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.3
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/programopt.c b/src/mesa/program/programopt.c
index 6a62e1f..7e00572 100644
--- a/src/mesa/program/programopt.c
+++ b/src/mesa/program/programopt.c
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.3
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
diff --git a/src/mesa/program/programopt.h b/src/mesa/program/programopt.h
index 3a27441..f22109f 100644
--- a/src/mesa/program/programopt.h
+++ b/src/mesa/program/programopt.h
@@ -1,6 +1,5 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.3
*
* Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*