diff options
130 files changed, 0 insertions, 130 deletions
diff --git a/src/mesa/main/KNOWN_BUGS b/src/mesa/main/KNOWN_BUGS index f94658b224..efbb0ca40f 100644 --- a/src/mesa/main/KNOWN_BUGS +++ b/src/mesa/main/KNOWN_BUGS @@ -1,4 +1,3 @@ -$Id: KNOWN_BUGS,v 1.3 2000/07/19 15:08:55 brianp Exp $ Performance issues with EXT_point_parameters & quake2 diff --git a/src/mesa/main/Makefile.OSMesa16 b/src/mesa/main/Makefile.OSMesa16 index fc1bba2ed3..dded31d2ce 100644 --- a/src/mesa/main/Makefile.OSMesa16 +++ b/src/mesa/main/Makefile.OSMesa16 @@ -1,4 +1,3 @@ -# $Id: Makefile.OSMesa16,v 1.9 2002/10/25 13:50:48 brianp Exp $ # Mesa 3-D graphics library # Version: 4.1 diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index bf27fe9849..b86cf7fb69 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,3 @@ -# $Id: Makefile.X11,v 1.72.4.1 2002/11/21 14:59:05 brianp Exp $ # Mesa 3-D graphics library # Version: 5.0 diff --git a/src/mesa/main/accum.c b/src/mesa/main/accum.c index f9383a2a95..3ca7d27f83 100644 --- a/src/mesa/main/accum.c +++ b/src/mesa/main/accum.c @@ -1,4 +1,3 @@ -/* $Id: accum.c,v 1.39.4.1 2003/03/20 09:19:50 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h index b18aa2df80..40b848a79c 100644 --- a/src/mesa/main/accum.h +++ b/src/mesa/main/accum.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: accum.h,v 1.6.8.3 2003/03/23 23:22:47 jrfonseca Exp $ */ #ifndef ACCUM_H diff --git a/src/mesa/main/api_arrayelt.c b/src/mesa/main/api_arrayelt.c index 154f6e525a..deaf65a9d3 100644 --- a/src/mesa/main/api_arrayelt.c +++ b/src/mesa/main/api_arrayelt.c @@ -1,4 +1,3 @@ -/* $Id: api_arrayelt.c,v 1.11 2002/10/29 20:28:36 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/api_arrayelt.h b/src/mesa/main/api_arrayelt.h index 7fed406e50..706a72308c 100644 --- a/src/mesa/main/api_arrayelt.h +++ b/src/mesa/main/api_arrayelt.h @@ -1,4 +1,3 @@ -/* $Id: api_arrayelt.h,v 1.1 2001/06/01 22:22:10 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/api_eval.c b/src/mesa/main/api_eval.c index 3b29ac62b9..3887ba8085 100644 --- a/src/mesa/main/api_eval.c +++ b/src/mesa/main/api_eval.c @@ -1,4 +1,3 @@ -/* $Id: api_eval.c,v 1.3 2002/10/29 20:28:42 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/api_eval.h b/src/mesa/main/api_eval.h index 23776b6a14..d6cb38c9f8 100644 --- a/src/mesa/main/api_eval.h +++ b/src/mesa/main/api_eval.h @@ -1,4 +1,3 @@ -/* $Id: api_eval.h,v 1.1 2001/06/04 13:57:35 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/api_loopback.c b/src/mesa/main/api_loopback.c index 4c3451655a..9805c59aa4 100644 --- a/src/mesa/main/api_loopback.c +++ b/src/mesa/main/api_loopback.c @@ -1,4 +1,3 @@ -/* $Id: api_loopback.c,v 1.17 2002/10/29 20:28:43 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/api_loopback.h b/src/mesa/main/api_loopback.h index 34b5a16329..202261aa9c 100644 --- a/src/mesa/main/api_loopback.h +++ b/src/mesa/main/api_loopback.h @@ -22,7 +22,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: api_loopback.h,v 1.2.8.1 2003/03/23 14:58:08 jrfonseca Exp $ */ #ifndef API_LOOPBACK_H diff --git a/src/mesa/main/api_noop.c b/src/mesa/main/api_noop.c index a44322749e..e3fdd6141e 100644 --- a/src/mesa/main/api_noop.c +++ b/src/mesa/main/api_noop.c @@ -1,4 +1,3 @@ -/* $Id: api_noop.c,v 1.10 2002/04/09 16:56:50 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/api_noop.h b/src/mesa/main/api_noop.h index de099bbe0a..da133ace78 100644 --- a/src/mesa/main/api_noop.h +++ b/src/mesa/main/api_noop.h @@ -1,4 +1,3 @@ -/* $Id: api_noop.h,v 1.5 2002/04/09 16:56:50 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/api_validate.c b/src/mesa/main/api_validate.c index 33e3ea140f..37ac4a1423 100644 --- a/src/mesa/main/api_validate.c +++ b/src/mesa/main/api_validate.c @@ -1,4 +1,3 @@ -/* $Id: api_validate.c,v 1.7 2002/10/24 23:57:19 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/api_validate.h b/src/mesa/main/api_validate.h index f24365055b..10f0c34e66 100644 --- a/src/mesa/main/api_validate.h +++ b/src/mesa/main/api_validate.h @@ -1,4 +1,3 @@ -/* $Id: api_validate.h,v 1.2 2001/03/12 00:48:37 gareth Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index e96b7c5767..e028b03b79 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -1,4 +1,3 @@ -/* $Id: attrib.c,v 1.75.4.1 2003/03/20 09:19:51 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/attrib.h b/src/mesa/main/attrib.h index d3eadf02ee..b686c561bc 100644 --- a/src/mesa/main/attrib.h +++ b/src/mesa/main/attrib.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: attrib.h,v 1.6.6.3 2003/03/23 23:22:47 jrfonseca Exp $ */ #ifndef ATTRIB_H diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c index 28bf0574cd..8b509f3174 100644 --- a/src/mesa/main/blend.c +++ b/src/mesa/main/blend.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: blend.c,v 1.38.4.6 2003/05/18 21:17:00 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h index 0c478e2db3..bf2b85f5a4 100644 --- a/src/mesa/main/blend.h +++ b/src/mesa/main/blend.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: blend.h,v 1.9.8.3 2003/03/22 16:49:58 jrfonseca Exp $ */ #ifndef BLEND_H diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c index 7d3c5c2ca7..0a60c1a730 100644 --- a/src/mesa/main/buffers.c +++ b/src/mesa/main/buffers.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: buffers.c,v 1.42.4.5 2003/05/18 21:17:00 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index f4001b4683..f52b467046 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: buffers.h,v 1.5.8.2 2003/03/20 09:20:01 keithw Exp $ */ #ifndef BUFFERS_H diff --git a/src/mesa/main/clip.c b/src/mesa/main/clip.c index 9b6735080f..25e852d8dd 100644 --- a/src/mesa/main/clip.c +++ b/src/mesa/main/clip.c @@ -1,4 +1,3 @@ -/* $Id: clip.c,v 1.26.4.1 2003/03/20 09:20:02 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/clip.h b/src/mesa/main/clip.h index 4c90686d4e..154e3ce948 100644 --- a/src/mesa/main/clip.h +++ b/src/mesa/main/clip.h @@ -26,7 +26,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: clip.h,v 1.6.8.1 2003/03/23 14:58:08 jrfonseca Exp $ */ #ifndef CLIP_H diff --git a/src/mesa/main/colormac.h b/src/mesa/main/colormac.h index 64c403a947..48e0ae37ca 100644 --- a/src/mesa/main/colormac.h +++ b/src/mesa/main/colormac.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: colormac.h,v 1.11.6.3 2003/05/18 21:17:01 jrfonseca Exp $ */ #ifndef COLORMAC_H diff --git a/src/mesa/main/colortab.c b/src/mesa/main/colortab.c index 97231ccfe9..c271a14bf1 100644 --- a/src/mesa/main/colortab.c +++ b/src/mesa/main/colortab.c @@ -1,4 +1,3 @@ -/* $Id: colortab.c,v 1.46.4.2 2003/03/21 11:35:14 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/colortab.h b/src/mesa/main/colortab.h index d04cba207a..7fddb3768e 100644 --- a/src/mesa/main/colortab.h +++ b/src/mesa/main/colortab.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: colortab.h,v 1.9.8.5 2003/03/23 23:22:47 jrfonseca Exp $ */ #ifndef COLORTAB_H diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 155cd54765..10e4428efc 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: config.h,v 1.42.4.5 2003/03/23 03:51:34 jrfonseca Exp $ */ #ifndef CONFIG_H diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 5936807cf4..17a59c2e98 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -28,7 +28,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: context.c,v 1.188.2.1.2.19 2003/05/18 21:17:01 jrfonseca Exp $ */ /** * \mainpage Mesa Core Module diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 94e63ed5f5..293e70ea31 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -43,7 +43,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: context.h,v 1.35.4.4 2003/05/18 21:17:01 jrfonseca Exp $ */ #ifndef CONTEXT_H #define CONTEXT_H diff --git a/src/mesa/main/convolve.c b/src/mesa/main/convolve.c index a5e71b8cbd..341d60eacd 100644 --- a/src/mesa/main/convolve.c +++ b/src/mesa/main/convolve.c @@ -1,4 +1,3 @@ -/* $Id: convolve.c,v 1.28 2002/10/24 23:57:20 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/convolve.h b/src/mesa/main/convolve.h index 077cf8d144..deac1e2c0b 100644 --- a/src/mesa/main/convolve.h +++ b/src/mesa/main/convolve.h @@ -1,4 +1,3 @@ -/* $Id: convolve.h,v 1.4.8.1 2003/03/05 14:04:19 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index c0a6f05205..39fe621364 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: dd.h,v 1.74.6.8 2003/05/18 21:17:01 jrfonseca Exp $ */ #ifndef DD_INCLUDED diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index 1aa978d3d1..3787d5ddf2 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -1,4 +1,3 @@ -/* $Id: debug.c,v 1.14.4.2 2003/03/21 11:35:14 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h index dea9ba3d61..e12b1a7216 100644 --- a/src/mesa/main/debug.h +++ b/src/mesa/main/debug.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: debug.h,v 1.3.8.4 2003/03/23 23:22:47 jrfonseca Exp $ */ #ifndef _DEBUG_H diff --git a/src/mesa/main/depth.c b/src/mesa/main/depth.c index e1280d6e3c..4a9b8f0d58 100644 --- a/src/mesa/main/depth.c +++ b/src/mesa/main/depth.c @@ -1,4 +1,3 @@ -/* $Id: depth.c,v 1.31.4.1 2003/03/20 09:20:26 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index 1a79603bcc..a1498e76cf 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: depth.h,v 1.11.8.4 2003/03/23 23:22:47 jrfonseca Exp $ */ #ifndef DEPTH_H diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c index 91155bc2c6..87dc64f02d 100644 --- a/src/mesa/main/dispatch.c +++ b/src/mesa/main/dispatch.c @@ -1,4 +1,3 @@ -/* $Id: dispatch.c,v 1.28 2002/10/24 23:57:20 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index fbccda691b..656df9dac2 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: dlist.c,v 1.100.4.4 2003/05/18 21:17:02 jrfonseca Exp $ */ #include "glheader.h" #include "imports.h" diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index 51a13f2146..37d1a59b24 100644 --- a/src/mesa/main/dlist.h +++ b/src/mesa/main/dlist.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: dlist.h,v 1.17.6.4 2003/05/18 21:17:02 jrfonseca Exp $ */ #ifndef DLIST_H diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c index d004becf4a..9cb668cd1d 100644 --- a/src/mesa/main/drawpix.c +++ b/src/mesa/main/drawpix.c @@ -1,4 +1,3 @@ -/* $Id: drawpix.c,v 1.63.4.2 2003/03/17 21:22:51 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/drawpix.h b/src/mesa/main/drawpix.h index aa321faec1..478767af4b 100644 --- a/src/mesa/main/drawpix.h +++ b/src/mesa/main/drawpix.h @@ -1,4 +1,3 @@ -/* $Id: drawpix.h,v 1.7 2001/06/18 17:26:08 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/enable.c b/src/mesa/main/enable.c index 37f9ff0ffc..7080f9c572 100644 --- a/src/mesa/main/enable.c +++ b/src/mesa/main/enable.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: enable.c,v 1.71.4.3 2003/03/20 19:38:39 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/enable.h b/src/mesa/main/enable.h index 22b1922cac..0c290ba34d 100644 --- a/src/mesa/main/enable.h +++ b/src/mesa/main/enable.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: enable.h,v 1.4.8.1 2003/03/20 19:38:40 jrfonseca Exp $ */ #ifndef ENABLE_H diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c index 7a080e9592..c70a3af9b6 100644 --- a/src/mesa/main/enums.c +++ b/src/mesa/main/enums.c @@ -1,4 +1,3 @@ -/* $Id: enums.c,v 1.24 2002/10/29 20:28:45 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/enums.h b/src/mesa/main/enums.h index bc704027f3..98515732fc 100644 --- a/src/mesa/main/enums.h +++ b/src/mesa/main/enums.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: enums.h,v 1.3.8.4 2003/03/23 23:22:47 jrfonseca Exp $ */ #ifndef _ENUMS_H_ diff --git a/src/mesa/main/eval.c b/src/mesa/main/eval.c index a31e8c0214..7536daa5f3 100644 --- a/src/mesa/main/eval.c +++ b/src/mesa/main/eval.c @@ -1,4 +1,3 @@ -/* $Id: eval.c,v 1.24.4.3 2003/03/21 11:35:15 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/eval.h b/src/mesa/main/eval.h index 4c7b7bae8d..831c4ca526 100644 --- a/src/mesa/main/eval.h +++ b/src/mesa/main/eval.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: eval.h,v 1.6.8.4 2003/03/23 23:22:47 jrfonseca Exp $ */ #ifndef EVAL_H diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index f387fb2c21..eecc608162 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,4 +1,3 @@ -/* $Id: extensions.c,v 1.85 2002/10/25 21:06:27 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/extensions.h b/src/mesa/main/extensions.h index 82f6e60eca..a478ec1788 100644 --- a/src/mesa/main/extensions.h +++ b/src/mesa/main/extensions.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: extensions.h,v 1.15.6.3 2003/03/23 23:22:47 jrfonseca Exp $ */ #ifndef _EXTENSIONS_H_ diff --git a/src/mesa/main/feedback.c b/src/mesa/main/feedback.c index c69d505029..8b712b95cc 100644 --- a/src/mesa/main/feedback.c +++ b/src/mesa/main/feedback.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: feedback.c,v 1.27.4.6 2003/05/18 21:17:03 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/feedback.h b/src/mesa/main/feedback.h index d6d67ce398..f183e9dc18 100644 --- a/src/mesa/main/feedback.h +++ b/src/mesa/main/feedback.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: feedback.h,v 1.7.8.2 2003/03/20 12:56:57 jrfonseca Exp $ */ #ifndef FEEDBACK_H diff --git a/src/mesa/main/fog.c b/src/mesa/main/fog.c index c695bccee3..c6ddbf806f 100644 --- a/src/mesa/main/fog.c +++ b/src/mesa/main/fog.c @@ -1,4 +1,3 @@ -/* $Id: fog.c,v 1.36.4.1 2003/03/20 09:20:44 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/fog.h b/src/mesa/main/fog.h index da040668e5..766d1f0398 100644 --- a/src/mesa/main/fog.h +++ b/src/mesa/main/fog.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: fog.h,v 1.12.8.3 2003/03/23 23:22:47 jrfonseca Exp $ */ #ifndef FOG_H diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index f5d233e62f..a32d6439e1 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: get.c,v 1.99.2.1.2.3 2003/03/22 16:49:58 jrfonseca Exp $ */ #include "glheader.h" #include "colormac.h" diff --git a/src/mesa/main/get.h b/src/mesa/main/get.h index 74756cc9f5..89cba1aabd 100644 --- a/src/mesa/main/get.h +++ b/src/mesa/main/get.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: get.h,v 1.5.8.1 2003/03/22 16:49:58 jrfonseca Exp $ */ #ifndef GET_H diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index e253da49f1..75f361bb96 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -40,7 +40,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: glheader.h,v 1.29.4.4 2003/05/18 21:17:04 jrfonseca Exp $ */ #ifndef GLHEADER_H diff --git a/src/mesa/main/hash.c b/src/mesa/main/hash.c index 93625c3a19..19a15c40cd 100644 --- a/src/mesa/main/hash.c +++ b/src/mesa/main/hash.c @@ -34,7 +34,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: hash.c,v 1.14.4.4 2003/05/18 21:17:04 jrfonseca Exp $ */ #include "glheader.h" #include "imports.h" diff --git a/src/mesa/main/hash.h b/src/mesa/main/hash.h index f92ce6fae4..cb4022cef8 100644 --- a/src/mesa/main/hash.h +++ b/src/mesa/main/hash.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: hash.h,v 1.6.6.2 2003/03/20 12:56:57 jrfonseca Exp $ */ #ifndef HASH_H diff --git a/src/mesa/main/hint.c b/src/mesa/main/hint.c index 1bcc1ba53a..5af819194a 100644 --- a/src/mesa/main/hint.c +++ b/src/mesa/main/hint.c @@ -1,4 +1,3 @@ -/* $Id: hint.c,v 1.14.4.1 2003/03/20 09:20:46 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h index 36198d02e7..d7568efc47 100644 --- a/src/mesa/main/hint.h +++ b/src/mesa/main/hint.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: hint.h,v 1.4.6.3 2003/03/23 23:22:48 jrfonseca Exp $ */ #ifndef HINT_H diff --git a/src/mesa/main/histogram.c b/src/mesa/main/histogram.c index 05c7c9557e..c9c011e7be 100644 --- a/src/mesa/main/histogram.c +++ b/src/mesa/main/histogram.c @@ -1,4 +1,3 @@ -/* $Id: histogram.c,v 1.11.4.1 2003/03/20 09:20:47 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/histogram.h b/src/mesa/main/histogram.h index 6df9f8f3cd..10a63f0fca 100644 --- a/src/mesa/main/histogram.h +++ b/src/mesa/main/histogram.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: histogram.h,v 1.4.4.4 2003/03/23 23:22:48 jrfonseca Exp $ */ #ifndef HISTOGRAM_H diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index b20a781599..ec2ed2489f 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: image.c,v 1.69.4.6 2003/05/18 21:17:04 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index d4f121fd6a..56cb1e85f4 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: image.h,v 1.18.6.1 2003/03/20 12:56:57 jrfonseca Exp $ */ #ifndef IMAGE_H diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index c9f56c7f90..5b4a0d87be 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa/main/imports.c @@ -45,7 +45,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: imports.c,v 1.25.4.3 2003/05/18 21:17:05 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index cc48047fcf..748f8ec2c0 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -30,7 +30,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: imports.h,v 1.8.4.1 2003/03/20 12:56:58 jrfonseca Exp $ */ #ifndef IMPORTS_H diff --git a/src/mesa/main/light.c b/src/mesa/main/light.c index 0eb57b112f..7eb7f94759 100644 --- a/src/mesa/main/light.c +++ b/src/mesa/main/light.c @@ -1,4 +1,3 @@ -/* $Id: light.c,v 1.54.4.3 2003/05/18 21:17:05 jrfonseca Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/light.h b/src/mesa/main/light.h index dcea1ea90f..20634632a5 100644 --- a/src/mesa/main/light.h +++ b/src/mesa/main/light.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: light.h,v 1.15.4.4 2003/03/21 11:35:19 keithw Exp $ */ #ifndef LIGHT_H diff --git a/src/mesa/main/lines.c b/src/mesa/main/lines.c index d42c2d5847..7364a6c12b 100644 --- a/src/mesa/main/lines.c +++ b/src/mesa/main/lines.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: lines.c,v 1.30.4.3 2003/03/23 23:22:48 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/lines.h b/src/mesa/main/lines.h index e00069f18d..eeeb504a8e 100644 --- a/src/mesa/main/lines.h +++ b/src/mesa/main/lines.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: lines.h,v 1.5.8.2 2003/03/20 19:38:41 jrfonseca Exp $ */ #ifndef LINES_H diff --git a/src/mesa/main/macros.h b/src/mesa/main/macros.h index e2224be74e..ed9d0c9267 100644 --- a/src/mesa/main/macros.h +++ b/src/mesa/main/macros.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: macros.h,v 1.30.4.3 2003/05/18 21:17:05 jrfonseca Exp $ */ #ifndef MACROS_H diff --git a/src/mesa/main/matrix.c b/src/mesa/main/matrix.c index 7b5d9b5e6d..d145445f15 100644 --- a/src/mesa/main/matrix.c +++ b/src/mesa/main/matrix.c @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: matrix.c,v 1.45.4.10 2003/05/18 21:17:05 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/matrix.h b/src/mesa/main/matrix.h index fc581b468a..edc895d4e5 100644 --- a/src/mesa/main/matrix.h +++ b/src/mesa/main/matrix.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: matrix.h,v 1.12.8.2 2003/03/20 19:38:42 jrfonseca Exp $ */ #ifndef MATRIX_H diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index a8714886f4..ee2a7ef834 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -29,7 +29,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: mtypes.h,v 1.97.4.11 2003/05/18 21:17:05 jrfonseca Exp $ */ #ifndef TYPES_H diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c index d798156468..1a70a887ae 100644 --- a/src/mesa/main/pixel.c +++ b/src/mesa/main/pixel.c @@ -1,4 +1,3 @@ -/* $Id: pixel.c,v 1.37.4.4 2003/03/21 11:35:19 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h index 91362066a3..af39e3bb2c 100644 --- a/src/mesa/main/pixel.h +++ b/src/mesa/main/pixel.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: pixel.h,v 1.10.8.2 2003/03/22 16:49:58 jrfonseca Exp $ */ #ifndef PIXEL_H diff --git a/src/mesa/main/points.c b/src/mesa/main/points.c index c6879b7ec8..0f658e8d1a 100644 --- a/src/mesa/main/points.c +++ b/src/mesa/main/points.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: points.c,v 1.34.4.4 2003/03/23 23:22:48 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/points.h b/src/mesa/main/points.h index 8aff4d980b..48f82b9bc4 100644 --- a/src/mesa/main/points.h +++ b/src/mesa/main/points.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: points.h,v 1.7.6.2 2003/03/20 19:38:46 jrfonseca Exp $ */ #ifndef POINTS_H diff --git a/src/mesa/main/polygon.c b/src/mesa/main/polygon.c index b62037aa30..55bc4886c0 100644 --- a/src/mesa/main/polygon.c +++ b/src/mesa/main/polygon.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: polygon.c,v 1.25.4.6 2003/05/18 21:17:06 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/polygon.h b/src/mesa/main/polygon.h index 4d34e38fa5..614f877811 100644 --- a/src/mesa/main/polygon.h +++ b/src/mesa/main/polygon.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: polygon.h,v 1.4.8.2 2003/03/20 19:38:46 jrfonseca Exp $ */ #ifndef POLYGON_H diff --git a/src/mesa/main/rastpos.c b/src/mesa/main/rastpos.c index 075829c97d..c5f4e86edf 100644 --- a/src/mesa/main/rastpos.c +++ b/src/mesa/main/rastpos.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: rastpos.c,v 1.39.4.10 2003/05/18 21:17:06 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/rastpos.h b/src/mesa/main/rastpos.h index 5e7c9b7dfb..37bbb8cadf 100644 --- a/src/mesa/main/rastpos.h +++ b/src/mesa/main/rastpos.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: rastpos.h,v 1.6.6.2 2003/03/23 03:51:34 jrfonseca Exp $ */ #ifndef RASTPOS_H diff --git a/src/mesa/main/simple_list.h b/src/mesa/main/simple_list.h index 4db02ce197..6b99c0c423 100644 --- a/src/mesa/main/simple_list.h +++ b/src/mesa/main/simple_list.h @@ -33,7 +33,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: simple_list.h,v 1.2.8.3 2003/05/18 21:17:06 jrfonseca Exp $ */ #ifndef _SIMPLE_LIST_H diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 59fffe3dc9..5afa1cb535 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -29,7 +29,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: state.c,v 1.97.4.11 2003/05/18 21:17:06 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/state.h b/src/mesa/main/state.h index b33d820aff..05f02b4022 100644 --- a/src/mesa/main/state.h +++ b/src/mesa/main/state.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: state.h,v 1.8.6.2 2003/03/22 16:49:58 jrfonseca Exp $ */ #ifndef STATE_H diff --git a/src/mesa/main/stencil.c b/src/mesa/main/stencil.c index e435ae6c53..52e5a04413 100644 --- a/src/mesa/main/stencil.c +++ b/src/mesa/main/stencil.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: stencil.c,v 1.29.4.5 2003/05/18 21:17:07 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/main/stencil.h b/src/mesa/main/stencil.h index 0c09b8ac23..a71ff39693 100644 --- a/src/mesa/main/stencil.h +++ b/src/mesa/main/stencil.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: stencil.h,v 1.10.6.2 2003/03/20 19:38:47 jrfonseca Exp $ */ #ifndef STENCIL_H diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/texcompress.c index e6d821765f..10f21a7c6a 100644 --- a/src/mesa/main/texcompress.c +++ b/src/mesa/main/texcompress.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: texcompress.c,v 1.3.4.1 2003/03/16 00:27:13 jrfonseca Exp $ */ #include "glheader.h" #include "imports.h" diff --git a/src/mesa/main/texcompress.h b/src/mesa/main/texcompress.h index 8f7c35eaca..457c1d7582 100644 --- a/src/mesa/main/texcompress.h +++ b/src/mesa/main/texcompress.h @@ -1,4 +1,3 @@ -/* $Id: texcompress.h,v 1.2.4.1 2003/03/05 14:04:21 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index de2490304b..580c9e41d6 100644 --- a/src/mesa/main/texformat.c +++ b/src/mesa/main/texformat.c @@ -29,7 +29,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: texformat.c,v 1.18.4.3 2003/05/18 21:17:08 jrfonseca Exp $ */ #include "glheader.h" #include "colormac.h" diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h index dbfb4333e6..47d5391ab5 100644 --- a/src/mesa/main/texformat.h +++ b/src/mesa/main/texformat.h @@ -29,7 +29,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: texformat.h,v 1.13.4.2 2003/05/18 21:17:08 jrfonseca Exp $ */ #ifndef TEXFORMAT_H #define TEXFORMAT_H diff --git a/src/mesa/main/texformat_tmp.h b/src/mesa/main/texformat_tmp.h index 1f0b1f8968..4a698199b0 100644 --- a/src/mesa/main/texformat_tmp.h +++ b/src/mesa/main/texformat_tmp.h @@ -39,7 +39,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: texformat_tmp.h,v 1.10.4.1 2003/03/16 00:27:13 jrfonseca Exp $ */ #if DIM == 1 diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 0c9399549c..041d8fe468 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -33,7 +33,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: teximage.c,v 1.124.4.4 2003/05/18 21:17:08 jrfonseca Exp $ */ #include "glheader.h" #include "context.h" diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index fcf08a55fd..7646d81938 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: teximage.h,v 1.22.4.1 2003/03/22 16:49:59 jrfonseca Exp $ */ #ifndef TEXIMAGE_H diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index c7682be79a..907751f18f 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: texobj.c,v 1.62.4.8 2003/05/18 21:17:08 jrfonseca Exp $ */ #include "glheader.h" #include "colortab.h" diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index 091e559302..a9ac75d4f1 100644 --- a/src/mesa/main/texobj.h +++ b/src/mesa/main/texobj.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: texobj.h,v 1.8.6.1 2003/03/20 19:38:48 jrfonseca Exp $ */ #ifndef TEXTOBJ_H diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index 4d813cf819..f1d408bf7d 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -1,4 +1,3 @@ -/* $Id: texstate.c,v 1.87.4.4 2003/05/18 21:17:08 jrfonseca Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/texstate.h b/src/mesa/main/texstate.h index c640d90a6f..4efadde400 100644 --- a/src/mesa/main/texstate.h +++ b/src/mesa/main/texstate.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: texstate.h,v 1.9.6.3 2003/05/18 21:17:09 jrfonseca Exp $ */ #ifndef TEXSTATE_H diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 36db44e3cf..dd9dcbfe40 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -1,4 +1,3 @@ -/* $Id: texstore.c,v 1.47.4.3 2003/05/18 21:17:09 jrfonseca Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index 8371312d67..1a411eae18 100644 --- a/src/mesa/main/texstore.h +++ b/src/mesa/main/texstore.h @@ -29,7 +29,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: texstore.h,v 1.11.6.1 2003/03/22 16:49:59 jrfonseca Exp $ */ #ifndef TEXSTORE_H diff --git a/src/mesa/main/texutil.c b/src/mesa/main/texutil.c index 2bf2edf633..723747300f 100644 --- a/src/mesa/main/texutil.c +++ b/src/mesa/main/texutil.c @@ -1,4 +1,3 @@ -/* $Id: texutil.c,v 1.34.4.1 2003/03/09 10:52:21 jrfonseca Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/texutil.h b/src/mesa/main/texutil.h index 2a91bf3a4c..97e629cfb4 100644 --- a/src/mesa/main/texutil.h +++ b/src/mesa/main/texutil.h @@ -1,4 +1,3 @@ -/* $Id: texutil.h,v 1.11 2002/10/29 20:28:54 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/texutil_tmp.h b/src/mesa/main/texutil_tmp.h index c4d065a4d2..5012987a98 100644 --- a/src/mesa/main/texutil_tmp.h +++ b/src/mesa/main/texutil_tmp.h @@ -48,7 +48,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: texutil_tmp.h,v 1.12.4.3 2003/05/18 21:17:09 jrfonseca Exp $ */ #define DST_TEXEL_BYTES (4 / DST_TEXELS_PER_DWORD) diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c index 87d257dd5f..6bda8275c4 100644 --- a/src/mesa/main/varray.c +++ b/src/mesa/main/varray.c @@ -1,4 +1,3 @@ -/* $Id: varray.c,v 1.47.4.2 2003/03/21 11:35:24 keithw Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index 854f5cf44e..4b4f652b42 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: varray.h,v 1.14.6.3 2003/03/23 23:22:48 jrfonseca Exp $ */ #ifndef VARRAY_H diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c index 62329bc30e..d7b18e4c1c 100644 --- a/src/mesa/main/vtxfmt.c +++ b/src/mesa/main/vtxfmt.c @@ -1,4 +1,3 @@ -/* $Id: vtxfmt.c,v 1.14 2002/10/29 20:28:56 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h index 8f1de22d00..c0090ed142 100644 --- a/src/mesa/main/vtxfmt.h +++ b/src/mesa/main/vtxfmt.h @@ -29,7 +29,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: vtxfmt.h,v 1.5.4.1 2003/03/23 03:51:34 jrfonseca Exp $ */ #ifndef _VTXFMT_H_ diff --git a/src/mesa/main/vtxfmt_tmp.h b/src/mesa/main/vtxfmt_tmp.h index d0f32deae9..0900d6e3fc 100644 --- a/src/mesa/main/vtxfmt_tmp.h +++ b/src/mesa/main/vtxfmt_tmp.h @@ -1,4 +1,3 @@ -/* $Id: vtxfmt_tmp.h,v 1.11 2002/10/29 20:28:56 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/math/m_clip_tmp.h b/src/mesa/math/m_clip_tmp.h index bdb538a2dd..3f84f93938 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.8 2002/06/03 16:06:34 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 c95614c3d9..a5969ead20 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.5 2002/10/30 20:25:15 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 73e69d77a7..e09b502c10 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.11 2002/10/29 20:28:59 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 f556a4a333..da65a22055 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.10 2002/10/24 23:57:24 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 7d153c734a..aadc98f24b 100644 --- a/src/mesa/math/m_matrix.c +++ b/src/mesa/math/m_matrix.c @@ -32,7 +32,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: m_matrix.c,v 1.14.4.5 2003/05/18 21:17:19 jrfonseca Exp $ */ #include "glheader.h" diff --git a/src/mesa/math/m_matrix.h b/src/mesa/math/m_matrix.h index 973231eb4c..17694c0e32 100644 --- a/src/mesa/math/m_matrix.h +++ b/src/mesa/math/m_matrix.h @@ -27,7 +27,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: m_matrix.h,v 1.4.8.4 2003/05/18 21:17:19 jrfonseca Exp $ */ #ifndef _M_MATRIX_H diff --git a/src/mesa/math/m_norm_tmp.h b/src/mesa/math/m_norm_tmp.h index 55861e8ca3..90ca380939 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.12 2002/10/24 23:57:24 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/math/m_trans_tmp.h b/src/mesa/math/m_trans_tmp.h index 9020bcadda..25e03c986e 100644 --- a/src/mesa/math/m_trans_tmp.h +++ b/src/mesa/math/m_trans_tmp.h @@ -1,4 +1,3 @@ -/* $Id: m_trans_tmp.h,v 1.7 2002/01/30 16:52:02 brianp Exp $ */ /* * Mesa 3-D graphics library diff --git a/src/mesa/math/m_translate.c b/src/mesa/math/m_translate.c index ffd4d6a017..9cf0c39a39 100644 --- a/src/mesa/math/m_translate.c +++ b/src/mesa/math/m_translate.c @@ -1,4 +1,3 @@ -/* $Id: m_translate.c,v 1.10 2002/10/24 23:57:24 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 186aa0b824..c79e3e1bdc 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.8 2002/10/24 23:57:24 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 beda08c589..be8a74a786 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.18 2002/10/24 23:57: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 be3864a6ef..cd8564a371 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.6.1 2003/03/22 14:36:50 keithw 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 160b486102..6fbaaea94b 100644 --- a/src/mesa/math/mathmod.h +++ b/src/mesa/math/mathmod.h @@ -1,4 +1,3 @@ -/* $Id: mathmod.h,v 1.3.8.2 2003/05/18 21:17:19 jrfonseca Exp $ */ /* * Mesa 3-D graphics library |