From 05a4b37707d2c598ea68c05d07a3d65bcbf5a076 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 29 Oct 2002 20:28:36 +0000 Subject: updated email addresses --- src/mesa/array_cache/ac_context.c | 4 ++-- src/mesa/array_cache/ac_context.h | 4 ++-- src/mesa/array_cache/ac_import.c | 4 ++-- src/mesa/array_cache/acache.h | 4 ++-- src/mesa/drivers/common/t_dd.c | 4 ++-- src/mesa/drivers/common/t_dd_dmatmp.h | 4 ++-- src/mesa/drivers/common/t_dd_rendertmp.h | 4 ++-- src/mesa/drivers/common/t_dd_tritmp.h | 4 ++-- src/mesa/drivers/common/t_dd_unfilled.h | 4 ++-- src/mesa/drivers/common/t_dd_vb.c | 2 +- src/mesa/drivers/common/t_dd_vbtmp.h | 4 ++-- src/mesa/drivers/common/t_dd_vertex.h | 4 ++-- src/mesa/drivers/glide/fxtris.c | 4 ++-- src/mesa/drivers/glide/fxvbtmp.h | 4 ++-- src/mesa/main/api_arrayelt.c | 4 ++-- src/mesa/main/api_eval.c | 4 ++-- src/mesa/main/api_loopback.c | 4 ++-- src/mesa/main/enums.c | 4 ++-- src/mesa/main/texformat.c | 4 ++-- src/mesa/main/texformat.h | 4 ++-- src/mesa/main/texformat_tmp.h | 4 ++-- src/mesa/main/texstate.c | 3 +-- src/mesa/main/texutil.c | 4 ++-- src/mesa/main/texutil.h | 4 ++-- src/mesa/main/texutil_tmp.h | 4 ++-- src/mesa/main/vtxfmt.c | 6 +++--- src/mesa/main/vtxfmt.h | 10 +++++----- src/mesa/main/vtxfmt_tmp.h | 4 ++-- src/mesa/math/m_debug.h | 4 ++-- src/mesa/math/m_debug_clip.c | 4 ++-- src/mesa/math/m_debug_norm.c | 4 ++-- src/mesa/math/m_debug_util.h | 4 ++-- src/mesa/swrast/s_context.c | 4 ++-- src/mesa/swrast/s_context.h | 6 +++--- src/mesa/swrast/swrast.h | 4 ++-- src/mesa/swrast_setup/ss_context.c | 4 ++-- src/mesa/swrast_setup/ss_context.h | 4 ++-- src/mesa/swrast_setup/ss_triangle.c | 4 ++-- src/mesa/swrast_setup/ss_triangle.h | 4 ++-- src/mesa/swrast_setup/ss_tritmp.h | 4 ++-- src/mesa/swrast_setup/ss_vb.c | 4 ++-- src/mesa/swrast_setup/ss_vb.h | 4 ++-- src/mesa/swrast_setup/ss_vbtmp.h | 4 ++-- src/mesa/swrast_setup/swrast_setup.h | 4 ++-- src/mesa/tnl/t_array_import.c | 4 ++-- src/mesa/tnl/t_context.c | 4 ++-- src/mesa/tnl/t_imm_alloc.c | 4 ++-- src/mesa/tnl/t_imm_api.c | 4 ++-- src/mesa/tnl/t_imm_debug.h | 4 ++-- src/mesa/tnl/t_imm_dlist.c | 4 ++-- src/mesa/tnl/t_imm_dlist.h | 4 ++-- src/mesa/tnl/t_imm_elt.c | 4 ++-- src/mesa/tnl/t_imm_elt.h | 4 ++-- src/mesa/tnl/t_imm_eval.c | 4 ++-- src/mesa/tnl/t_imm_fixup.c | 4 ++-- src/mesa/tnl/t_pipeline.c | 4 ++-- src/mesa/tnl/t_pipeline.h | 4 ++-- src/mesa/tnl/t_vb_cliptmp.h | 4 ++-- src/mesa/tnl/t_vb_fog.c | 4 ++-- src/mesa/tnl/t_vb_lighttmp.h | 6 +++--- src/mesa/tnl/t_vb_normals.c | 4 ++-- src/mesa/tnl/t_vb_points.c | 4 ++-- src/mesa/tnl/t_vb_render.c | 4 ++-- src/mesa/tnl/t_vb_rendertmp.h | 4 ++-- src/mesa/tnl/t_vb_texgen.c | 6 +++--- src/mesa/tnl/t_vb_texmat.c | 4 ++-- src/mesa/tnl/t_vb_vertex.c | 4 ++-- src/mesa/tnl/tnl.h | 4 ++-- src/mesa/x86/clip_args.h | 4 ++-- src/mesa/x86/common_x86_asm.h | 4 ++-- src/mesa/x86/common_x86_features.h | 4 ++-- src/mesa/x86/common_x86_macros.h | 4 ++-- src/mesa/x86/gen_matypes.c | 4 ++-- src/mesa/x86/norm_args.h | 4 ++-- src/mesa/x86/xform_args.h | 4 ++-- 75 files changed, 155 insertions(+), 156 deletions(-) (limited to 'src') diff --git a/src/mesa/array_cache/ac_context.c b/src/mesa/array_cache/ac_context.c index a23fc128a7..03532e6260 100644 --- a/src/mesa/array_cache/ac_context.c +++ b/src/mesa/array_cache/ac_context.c @@ -1,4 +1,4 @@ -/* $Id: ac_context.c,v 1.8 2002/10/24 23:57:24 brianp Exp $ */ +/* $Id: ac_context.c,v 1.9 2002/10/29 20:28:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/array_cache/ac_context.h b/src/mesa/array_cache/ac_context.h index 55257983f6..6b3e1a409c 100644 --- a/src/mesa/array_cache/ac_context.h +++ b/src/mesa/array_cache/ac_context.h @@ -1,4 +1,4 @@ -/* $Id: ac_context.h,v 1.4 2002/04/21 18:49:19 brianp Exp $ */ +/* $Id: ac_context.h,v 1.5 2002/10/29 20:28:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #ifndef _AC_CONTEXT_H diff --git a/src/mesa/array_cache/ac_import.c b/src/mesa/array_cache/ac_import.c index b04e2cd219..1715e432ae 100644 --- a/src/mesa/array_cache/ac_import.c +++ b/src/mesa/array_cache/ac_import.c @@ -1,4 +1,4 @@ -/* $Id: ac_import.c,v 1.20 2002/10/24 23:57:24 brianp Exp $ */ +/* $Id: ac_import.c,v 1.21 2002/10/29 20:28:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/array_cache/acache.h b/src/mesa/array_cache/acache.h index 4e0e377915..d6935235db 100644 --- a/src/mesa/array_cache/acache.h +++ b/src/mesa/array_cache/acache.h @@ -1,4 +1,4 @@ -/* $Id: acache.h,v 1.3 2002/04/21 18:49:19 brianp Exp $ */ +/* $Id: acache.h,v 1.4 2002/10/29 20:28:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #ifndef _ARRAYCACHE_H diff --git a/src/mesa/drivers/common/t_dd.c b/src/mesa/drivers/common/t_dd.c index 0926e23603..84957c1e0d 100644 --- a/src/mesa/drivers/common/t_dd.c +++ b/src/mesa/drivers/common/t_dd.c @@ -1,4 +1,4 @@ -/* $Id: t_dd.c,v 1.2 2001/03/12 00:48:44 gareth Exp $ */ +/* $Id: t_dd.c,v 1.3 2002/10/29 20:29:05 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ static void copy_pv_rgba4_spec5( GLcontext *ctx, GLuint edst, GLuint esrc ) diff --git a/src/mesa/drivers/common/t_dd_dmatmp.h b/src/mesa/drivers/common/t_dd_dmatmp.h index e1779cee38..5d0fabe149 100644 --- a/src/mesa/drivers/common/t_dd_dmatmp.h +++ b/src/mesa/drivers/common/t_dd_dmatmp.h @@ -1,4 +1,4 @@ -/* $Id: t_dd_dmatmp.h,v 1.14 2002/10/11 08:24:13 keithw Exp $ */ +/* $Id: t_dd_dmatmp.h,v 1.15 2002/10/29 20:29:05 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/drivers/common/t_dd_rendertmp.h b/src/mesa/drivers/common/t_dd_rendertmp.h index b75643bb5f..7be7d8ac4c 100644 --- a/src/mesa/drivers/common/t_dd_rendertmp.h +++ b/src/mesa/drivers/common/t_dd_rendertmp.h @@ -1,4 +1,4 @@ -/* $Id: t_dd_rendertmp.h,v 1.2 2001/03/12 00:48:44 gareth Exp $ */ +/* $Id: t_dd_rendertmp.h,v 1.3 2002/10/29 20:29:05 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/drivers/common/t_dd_tritmp.h b/src/mesa/drivers/common/t_dd_tritmp.h index 9408588b5f..01f0ee28bf 100644 --- a/src/mesa/drivers/common/t_dd_tritmp.h +++ b/src/mesa/drivers/common/t_dd_tritmp.h @@ -1,4 +1,4 @@ -/* $Id: t_dd_tritmp.h,v 1.12 2001/07/17 19:39:32 keithw Exp $ */ +/* $Id: t_dd_tritmp.h,v 1.13 2002/10/29 20:29:05 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/drivers/common/t_dd_unfilled.h b/src/mesa/drivers/common/t_dd_unfilled.h index b89b37bfe1..7c85012e11 100644 --- a/src/mesa/drivers/common/t_dd_unfilled.h +++ b/src/mesa/drivers/common/t_dd_unfilled.h @@ -1,4 +1,4 @@ -/* $Id: t_dd_unfilled.h,v 1.4 2001/04/28 15:26:43 keithw Exp $ */ +/* $Id: t_dd_unfilled.h,v 1.5 2002/10/29 20:29:05 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #if HAVE_RGBA diff --git a/src/mesa/drivers/common/t_dd_vb.c b/src/mesa/drivers/common/t_dd_vb.c index 3ba8fb3d8b..4a742bcbbe 100644 --- a/src/mesa/drivers/common/t_dd_vb.c +++ b/src/mesa/drivers/common/t_dd_vb.c @@ -23,7 +23,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "math/m_translate.h" diff --git a/src/mesa/drivers/common/t_dd_vbtmp.h b/src/mesa/drivers/common/t_dd_vbtmp.h index d708105832..be31ec12f3 100644 --- a/src/mesa/drivers/common/t_dd_vbtmp.h +++ b/src/mesa/drivers/common/t_dd_vbtmp.h @@ -1,4 +1,4 @@ -/* $Id: t_dd_vbtmp.h,v 1.22 2002/10/23 10:24:27 keithw Exp $ */ +/* $Id: t_dd_vbtmp.h,v 1.23 2002/10/29 20:29:05 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/drivers/common/t_dd_vertex.h b/src/mesa/drivers/common/t_dd_vertex.h index f275856c43..acd35aafad 100644 --- a/src/mesa/drivers/common/t_dd_vertex.h +++ b/src/mesa/drivers/common/t_dd_vertex.h @@ -1,4 +1,4 @@ -/* $Id: t_dd_vertex.h,v 1.12 2002/06/15 02:38:18 brianp Exp $ */ +/* $Id: t_dd_vertex.h,v 1.13 2002/10/29 20:29:05 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ typedef struct { diff --git a/src/mesa/drivers/glide/fxtris.c b/src/mesa/drivers/glide/fxtris.c index bca894c8ec..97327dbef9 100644 --- a/src/mesa/drivers/glide/fxtris.c +++ b/src/mesa/drivers/glide/fxtris.c @@ -1,4 +1,4 @@ -/* $Id: fxtris.c,v 1.20 2002/10/24 23:57:23 brianp Exp $ */ +/* $Id: fxtris.c,v 1.21 2002/10/29 20:28:57 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -25,7 +25,7 @@ */ /* Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/drivers/glide/fxvbtmp.h b/src/mesa/drivers/glide/fxvbtmp.h index b6be3ecd9f..e53cf981f5 100644 --- a/src/mesa/drivers/glide/fxvbtmp.h +++ b/src/mesa/drivers/glide/fxvbtmp.h @@ -1,4 +1,4 @@ -/* $Id: fxvbtmp.h,v 1.11 2002/08/21 02:59:54 brianp Exp $ */ +/* $Id: fxvbtmp.h,v 1.12 2002/10/29 20:28:57 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -25,7 +25,7 @@ */ /* Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/main/api_arrayelt.c b/src/mesa/main/api_arrayelt.c index 5d8609b910..154f6e525a 100644 --- a/src/mesa/main/api_arrayelt.c +++ b/src/mesa/main/api_arrayelt.c @@ -1,4 +1,4 @@ -/* $Id: api_arrayelt.c,v 1.10 2002/10/24 23:57:19 brianp Exp $ */ +/* $Id: api_arrayelt.c,v 1.11 2002/10/29 20:28:36 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -25,7 +25,7 @@ */ /* Author: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/main/api_eval.c b/src/mesa/main/api_eval.c index f644a98371..3b29ac62b9 100644 --- a/src/mesa/main/api_eval.c +++ b/src/mesa/main/api_eval.c @@ -1,4 +1,4 @@ -/* $Id: api_eval.c,v 1.2 2001/12/14 02:50:01 brianp Exp $ */ +/* $Id: api_eval.c,v 1.3 2002/10/29 20:28:42 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/main/api_loopback.c b/src/mesa/main/api_loopback.c index 0addf1ef55..4c3451655a 100644 --- a/src/mesa/main/api_loopback.c +++ b/src/mesa/main/api_loopback.c @@ -1,4 +1,4 @@ -/* $Id: api_loopback.c,v 1.16 2002/10/17 22:26:06 kschultz Exp $ */ +/* $Id: api_loopback.c,v 1.17 2002/10/29 20:28:43 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c index dfa739f406..7a080e9592 100644 --- a/src/mesa/main/enums.c +++ b/src/mesa/main/enums.c @@ -1,4 +1,4 @@ -/* $Id: enums.c,v 1.23 2002/10/25 21:06:26 brianp Exp $ */ +/* $Id: enums.c,v 1.24 2002/10/29 20:28:45 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Author: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index 54257732e2..0700f85d0d 100644 --- a/src/mesa/main/texformat.c +++ b/src/mesa/main/texformat.c @@ -1,4 +1,4 @@ -/* $Id: texformat.c,v 1.17 2002/10/24 23:57:21 brianp Exp $ */ +/* $Id: texformat.c,v 1.18 2002/10/29 20:28:47 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Author: - * Gareth Hughes + * Gareth Hughes */ #include "glheader.h" diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h index 09997820ea..9f4d036161 100644 --- a/src/mesa/main/texformat.h +++ b/src/mesa/main/texformat.h @@ -1,4 +1,4 @@ -/* $Id: texformat.h,v 1.12 2002/09/27 02:45:38 brianp Exp $ */ +/* $Id: texformat.h,v 1.13 2002/10/29 20:28:49 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Author: - * Gareth Hughes + * Gareth Hughes */ #ifndef TEXFORMAT_H diff --git a/src/mesa/main/texformat_tmp.h b/src/mesa/main/texformat_tmp.h index 9f84c39b3c..0c50c2db1d 100644 --- a/src/mesa/main/texformat_tmp.h +++ b/src/mesa/main/texformat_tmp.h @@ -1,4 +1,4 @@ -/* $Id: texformat_tmp.h,v 1.9 2002/09/27 02:45:38 brianp Exp $ */ +/* $Id: texformat_tmp.h,v 1.10 2002/10/29 20:28:50 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes * Brian Paul */ diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index 6c8dcc0670..bb67c2675c 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -1,4 +1,4 @@ -/* $Id: texstate.c,v 1.84 2002/10/24 23:57:21 brianp Exp $ */ +/* $Id: texstate.c,v 1.85 2002/10/29 20:28:51 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1202,7 +1202,6 @@ _mesa_TexParameterfv( GLenum target, GLenum pname, const GLfloat *params ) texObj->MaxLevel = (GLint) params[0]; break; case GL_TEXTURE_PRIORITY: - /* (keithh@netcomuk.co.uk) */ FLUSH_VERTICES(ctx, _NEW_TEXTURE); texObj->Priority = CLAMP( params[0], 0.0F, 1.0F ); break; diff --git a/src/mesa/main/texutil.c b/src/mesa/main/texutil.c index 94c052faca..660f7ec63f 100644 --- a/src/mesa/main/texutil.c +++ b/src/mesa/main/texutil.c @@ -1,4 +1,4 @@ -/* $Id: texutil.c,v 1.33 2002/10/24 23:57:21 brianp Exp $ */ +/* $Id: texutil.c,v 1.34 2002/10/29 20:28:53 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes */ /* diff --git a/src/mesa/main/texutil.h b/src/mesa/main/texutil.h index f92ecd9f98..2a91bf3a4c 100644 --- a/src/mesa/main/texutil.h +++ b/src/mesa/main/texutil.h @@ -1,4 +1,4 @@ -/* $Id: texutil.h,v 1.10 2001/05/02 21:02:38 brianp Exp $ */ +/* $Id: texutil.h,v 1.11 2002/10/29 20:28:54 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes */ diff --git a/src/mesa/main/texutil_tmp.h b/src/mesa/main/texutil_tmp.h index 3a225aaac5..32c7b59f21 100644 --- a/src/mesa/main/texutil_tmp.h +++ b/src/mesa/main/texutil_tmp.h @@ -1,4 +1,4 @@ -/* $Id: texutil_tmp.h,v 1.11 2002/09/21 16:51:25 brianp Exp $ */ +/* $Id: texutil_tmp.h,v 1.12 2002/10/29 20:28:55 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Author: - * Gareth Hughes + * Gareth Hughes */ diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c index 54eef4a602..62329bc30e 100644 --- a/src/mesa/main/vtxfmt.c +++ b/src/mesa/main/vtxfmt.c @@ -1,4 +1,4 @@ -/* $Id: vtxfmt.c,v 1.13 2002/10/24 23:57:21 brianp Exp $ */ +/* $Id: vtxfmt.c,v 1.14 2002/10/29 20:28:56 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,8 +24,8 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell - * Gareth Hughes + * Keith Whitwell + * Gareth Hughes */ #include "glheader.h" diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h index 25a458936e..82fca460ec 100644 --- a/src/mesa/main/vtxfmt.h +++ b/src/mesa/main/vtxfmt.h @@ -1,10 +1,10 @@ -/* $Id: vtxfmt.h,v 1.4 2001/03/12 00:48:39 gareth Exp $ */ +/* $Id: vtxfmt.h,v 1.5 2002/10/29 20:28:56 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -24,8 +24,8 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell - * Gareth Hughes + * Keith Whitwell + * Gareth Hughes */ #ifndef _VTXFMT_H_ diff --git a/src/mesa/main/vtxfmt_tmp.h b/src/mesa/main/vtxfmt_tmp.h index 81117c4e29..d0f32deae9 100644 --- a/src/mesa/main/vtxfmt_tmp.h +++ b/src/mesa/main/vtxfmt_tmp.h @@ -1,4 +1,4 @@ -/* $Id: vtxfmt_tmp.h,v 1.10 2002/10/08 23:58:55 brianp Exp $ */ +/* $Id: vtxfmt_tmp.h,v 1.11 2002/10/29 20:28:56 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes */ #ifndef PRE_LOOPBACK diff --git a/src/mesa/math/m_debug.h b/src/mesa/math/m_debug.h index 21a8b04435..193e540aa2 100644 --- a/src/mesa/math/m_debug.h +++ b/src/mesa/math/m_debug.h @@ -1,4 +1,4 @@ -/* $Id: m_debug.h,v 1.4 2001/05/21 16:33:41 gareth Exp $ */ +/* $Id: m_debug.h,v 1.5 2002/10/29 20:28:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes */ #ifndef __M_DEBUG_H__ diff --git a/src/mesa/math/m_debug_clip.c b/src/mesa/math/m_debug_clip.c index b6d4a0cd4a..9a9ba13065 100644 --- a/src/mesa/math/m_debug_clip.c +++ b/src/mesa/math/m_debug_clip.c @@ -1,4 +1,4 @@ -/* $Id: m_debug_clip.c,v 1.3 2002/10/24 23:57:24 brianp Exp $ */ +/* $Id: m_debug_clip.c,v 1.4 2002/10/29 20:28:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes */ #include "glheader.h" diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c index 7487300d49..73e69d77a7 100644 --- a/src/mesa/math/m_debug_norm.c +++ b/src/mesa/math/m_debug_norm.c @@ -1,4 +1,4 @@ -/* $Id: m_debug_norm.c,v 1.10 2002/10/24 23:57:24 brianp Exp $ */ +/* $Id: m_debug_norm.c,v 1.11 2002/10/29 20:28:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes */ #include "glheader.h" diff --git a/src/mesa/math/m_debug_util.h b/src/mesa/math/m_debug_util.h index f96a6b8937..a9724fc526 100644 --- a/src/mesa/math/m_debug_util.h +++ b/src/mesa/math/m_debug_util.h @@ -1,4 +1,4 @@ -/* $Id: m_debug_util.h,v 1.5 2002/06/29 19:48:17 brianp Exp $ */ +/* $Id: m_debug_util.h,v 1.6 2002/10/29 20:28:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes */ #ifndef __M_DEBUG_UTIL_H__ diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index ea34a9c28b..aa9620a055 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -1,4 +1,4 @@ -/* $Id: s_context.c,v 1.41 2002/10/24 23:57:24 brianp Exp $ */ +/* $Id: s_context.c,v 1.42 2002/10/29 20:28:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 8493ad4264..e1c22977dd 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -1,4 +1,4 @@ -/* $Id: s_context.h,v 1.21 2002/10/11 17:41:06 brianp Exp $ */ +/* $Id: s_context.h,v 1.22 2002/10/29 20:29:00 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,13 +24,13 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ /** * \file swrast/s_context.h * \brief fill in description - * \author Keith Whitwell + * \author Keith Whitwell */ #ifndef S_CONTEXT_H diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 72bc60f037..a6f7995ff1 100644 --- a/src/mesa/swrast/swrast.h +++ b/src/mesa/swrast/swrast.h @@ -1,4 +1,4 @@ -/* $Id: swrast.h,v 1.31 2002/10/21 15:06:26 brianp Exp $ */ +/* $Id: swrast.h,v 1.32 2002/10/29 20:29:00 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -28,7 +28,7 @@ /** * \file swrast/swrast.h * \brief Defines basic structures for sw_rasterizer. - * \author Keith Whitwell + * \author Keith Whitwell */ #ifndef SWRAST_H diff --git a/src/mesa/swrast_setup/ss_context.c b/src/mesa/swrast_setup/ss_context.c index 51fcee429c..398a8df7c3 100644 --- a/src/mesa/swrast_setup/ss_context.c +++ b/src/mesa/swrast_setup/ss_context.c @@ -1,4 +1,4 @@ -/* $Id: ss_context.c,v 1.19 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: ss_context.c,v 1.20 2002/10/29 20:29:00 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/swrast_setup/ss_context.h b/src/mesa/swrast_setup/ss_context.h index e7bb65807a..059df6c0c3 100644 --- a/src/mesa/swrast_setup/ss_context.h +++ b/src/mesa/swrast_setup/ss_context.h @@ -1,4 +1,4 @@ -/* $Id: ss_context.h,v 1.11 2002/10/04 17:37:47 brianp Exp $ */ +/* $Id: ss_context.h,v 1.12 2002/10/29 20:29:00 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #ifndef SS_CONTEXT_H diff --git a/src/mesa/swrast_setup/ss_triangle.c b/src/mesa/swrast_setup/ss_triangle.c index c77bd72bee..9633469df1 100644 --- a/src/mesa/swrast_setup/ss_triangle.c +++ b/src/mesa/swrast_setup/ss_triangle.c @@ -1,4 +1,4 @@ -/* $Id: ss_triangle.c,v 1.18 2002/10/04 17:37:47 brianp Exp $ */ +/* $Id: ss_triangle.c,v 1.19 2002/10/29 20:29:00 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/swrast_setup/ss_triangle.h b/src/mesa/swrast_setup/ss_triangle.h index a486826d4e..8f7b57d7cb 100644 --- a/src/mesa/swrast_setup/ss_triangle.h +++ b/src/mesa/swrast_setup/ss_triangle.h @@ -1,4 +1,4 @@ -/* $Id: ss_triangle.h,v 1.3 2001/03/12 00:48:43 gareth Exp $ */ +/* $Id: ss_triangle.h,v 1.4 2002/10/29 20:29:00 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #ifndef SS_TRIANGLE_H diff --git a/src/mesa/swrast_setup/ss_tritmp.h b/src/mesa/swrast_setup/ss_tritmp.h index 27baf5f759..f84e4b9120 100644 --- a/src/mesa/swrast_setup/ss_tritmp.h +++ b/src/mesa/swrast_setup/ss_tritmp.h @@ -1,4 +1,4 @@ -/* $Id: ss_tritmp.h,v 1.17 2002/10/04 17:37:47 brianp Exp $ */ +/* $Id: ss_tritmp.h,v 1.18 2002/10/29 20:29:00 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/swrast_setup/ss_vb.c b/src/mesa/swrast_setup/ss_vb.c index 4201a4eb51..71a6b1f7cf 100644 --- a/src/mesa/swrast_setup/ss_vb.c +++ b/src/mesa/swrast_setup/ss_vb.c @@ -1,4 +1,4 @@ -/* $Id: ss_vb.c,v 1.21 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: ss_vb.c,v 1.22 2002/10/29 20:29:00 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/swrast_setup/ss_vb.h b/src/mesa/swrast_setup/ss_vb.h index a7d05bf71a..63fc5148f2 100644 --- a/src/mesa/swrast_setup/ss_vb.h +++ b/src/mesa/swrast_setup/ss_vb.h @@ -1,4 +1,4 @@ -/* $Id: ss_vb.h,v 1.3 2001/03/12 00:48:43 gareth Exp $ */ +/* $Id: ss_vb.h,v 1.4 2002/10/29 20:29:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #ifndef SS_VB_H diff --git a/src/mesa/swrast_setup/ss_vbtmp.h b/src/mesa/swrast_setup/ss_vbtmp.h index bf39569c37..8d2c4db41b 100644 --- a/src/mesa/swrast_setup/ss_vbtmp.h +++ b/src/mesa/swrast_setup/ss_vbtmp.h @@ -1,4 +1,4 @@ -/* $Id: ss_vbtmp.h,v 1.21 2002/04/19 00:42:20 brianp Exp $ */ +/* $Id: ss_vbtmp.h,v 1.22 2002/10/29 20:29:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/swrast_setup/swrast_setup.h b/src/mesa/swrast_setup/swrast_setup.h index 1a4b036442..acf8fa5d22 100644 --- a/src/mesa/swrast_setup/swrast_setup.h +++ b/src/mesa/swrast_setup/swrast_setup.h @@ -1,4 +1,4 @@ -/* $Id: swrast_setup.h,v 1.9 2001/07/12 22:09:21 keithw Exp $ */ +/* $Id: swrast_setup.h,v 1.10 2002/10/29 20:29:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ /* Public interface to the swrast_setup module. This module provides diff --git a/src/mesa/tnl/t_array_import.c b/src/mesa/tnl/t_array_import.c index 50649cddd8..5e22fa61e6 100644 --- a/src/mesa/tnl/t_array_import.c +++ b/src/mesa/tnl/t_array_import.c @@ -1,4 +1,4 @@ -/* $Id: t_array_import.c,v 1.26 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_array_import.c,v 1.27 2002/10/29 20:29:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index e98f454030..4b5df8ffda 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -1,4 +1,4 @@ -/* $Id: t_context.c,v 1.29 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_context.c,v 1.30 2002/10/29 20:29:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_imm_alloc.c b/src/mesa/tnl/t_imm_alloc.c index 78c46307f1..7062cd4b9d 100644 --- a/src/mesa/tnl/t_imm_alloc.c +++ b/src/mesa/tnl/t_imm_alloc.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_alloc.c,v 1.16 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_imm_alloc.c,v 1.17 2002/10/29 20:29:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/tnl/t_imm_api.c b/src/mesa/tnl/t_imm_api.c index 563c863110..3bdcd38d72 100644 --- a/src/mesa/tnl/t_imm_api.c +++ b/src/mesa/tnl/t_imm_api.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_api.c,v 1.34 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_imm_api.c,v 1.35 2002/10/29 20:29:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_imm_debug.h b/src/mesa/tnl/t_imm_debug.h index f735a9ca9f..22c7650fc5 100644 --- a/src/mesa/tnl/t_imm_debug.h +++ b/src/mesa/tnl/t_imm_debug.h @@ -1,4 +1,4 @@ -/* $Id: t_imm_debug.h,v 1.2 2001/03/12 00:48:43 gareth Exp $ */ +/* $Id: t_imm_debug.h,v 1.3 2002/10/29 20:29:02 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #ifndef _T_DEBUG_H diff --git a/src/mesa/tnl/t_imm_dlist.c b/src/mesa/tnl/t_imm_dlist.c index 34da0ea448..fdd1cfffeb 100644 --- a/src/mesa/tnl/t_imm_dlist.c +++ b/src/mesa/tnl/t_imm_dlist.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_dlist.c,v 1.43 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_imm_dlist.c,v 1.44 2002/10/29 20:29:02 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_imm_dlist.h b/src/mesa/tnl/t_imm_dlist.h index e4080832ed..187074db05 100644 --- a/src/mesa/tnl/t_imm_dlist.h +++ b/src/mesa/tnl/t_imm_dlist.h @@ -1,4 +1,4 @@ -/* $Id: t_imm_dlist.h,v 1.3 2001/03/12 00:48:43 gareth Exp $ */ +/* $Id: t_imm_dlist.h,v 1.4 2002/10/29 20:29:02 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #ifndef _T_DLIST_H diff --git a/src/mesa/tnl/t_imm_elt.c b/src/mesa/tnl/t_imm_elt.c index f435dc9db0..fbac523cb6 100644 --- a/src/mesa/tnl/t_imm_elt.c +++ b/src/mesa/tnl/t_imm_elt.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_elt.c,v 1.19 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_imm_elt.c,v 1.20 2002/10/29 20:29:02 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/tnl/t_imm_elt.h b/src/mesa/tnl/t_imm_elt.h index d2d709d9c0..4b781f2f0c 100644 --- a/src/mesa/tnl/t_imm_elt.h +++ b/src/mesa/tnl/t_imm_elt.h @@ -1,4 +1,4 @@ -/* $Id: t_imm_elt.h,v 1.2 2001/03/12 00:48:43 gareth Exp $ */ +/* $Id: t_imm_elt.h,v 1.3 2002/10/29 20:29:02 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_imm_eval.c b/src/mesa/tnl/t_imm_eval.c index 2fe88b10d9..ba8d6903e4 100644 --- a/src/mesa/tnl/t_imm_eval.c +++ b/src/mesa/tnl/t_imm_eval.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_eval.c,v 1.26 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_imm_eval.c,v 1.27 2002/10/29 20:29:02 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell * Brian Paul - vertex program updates */ diff --git a/src/mesa/tnl/t_imm_fixup.c b/src/mesa/tnl/t_imm_fixup.c index 9cf911a932..fbbac432a3 100644 --- a/src/mesa/tnl/t_imm_fixup.c +++ b/src/mesa/tnl/t_imm_fixup.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_fixup.c,v 1.38 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_imm_fixup.c,v 1.39 2002/10/29 20:29:03 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -26,7 +26,7 @@ /* * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_pipeline.c b/src/mesa/tnl/t_pipeline.c index cd6cd9d8ea..08702a4269 100644 --- a/src/mesa/tnl/t_pipeline.c +++ b/src/mesa/tnl/t_pipeline.c @@ -1,4 +1,4 @@ -/* $Id: t_pipeline.c,v 1.24 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_pipeline.c,v 1.25 2002/10/29 20:29:03 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #include "glheader.h" diff --git a/src/mesa/tnl/t_pipeline.h b/src/mesa/tnl/t_pipeline.h index 6138df32d5..179c536b36 100644 --- a/src/mesa/tnl/t_pipeline.h +++ b/src/mesa/tnl/t_pipeline.h @@ -1,4 +1,4 @@ -/* $Id: t_pipeline.h,v 1.9 2001/12/14 02:51:45 brianp Exp $ */ +/* $Id: t_pipeline.h,v 1.10 2002/10/29 20:29:03 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_vb_cliptmp.h b/src/mesa/tnl/t_vb_cliptmp.h index 33d605f96d..7b952404fb 100644 --- a/src/mesa/tnl/t_vb_cliptmp.h +++ b/src/mesa/tnl/t_vb_cliptmp.h @@ -1,4 +1,4 @@ -/* $Id: t_vb_cliptmp.h,v 1.15 2002/03/29 17:27:59 brianp Exp $ */ +/* $Id: t_vb_cliptmp.h,v 1.16 2002/10/29 20:29:03 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_vb_fog.c b/src/mesa/tnl/t_vb_fog.c index 9639d5ace7..0464e5b256 100644 --- a/src/mesa/tnl/t_vb_fog.c +++ b/src/mesa/tnl/t_vb_fog.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_fog.c,v 1.18 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_vb_fog.c,v 1.19 2002/10/29 20:29:03 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_vb_lighttmp.h b/src/mesa/tnl/t_vb_lighttmp.h index aac8890180..90d7652063 100644 --- a/src/mesa/tnl/t_vb_lighttmp.h +++ b/src/mesa/tnl/t_vb_lighttmp.h @@ -1,4 +1,4 @@ -/* $Id: t_vb_lighttmp.h,v 1.25 2002/02/13 00:53:20 keithw Exp $ */ +/* $Id: t_vb_lighttmp.h,v 1.26 2002/10/29 20:29:03 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -25,8 +25,8 @@ * * * Authors: - * Brian Paul - * Keith Whitwell + * Brian Paul + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_vb_normals.c b/src/mesa/tnl/t_vb_normals.c index 31f309a7bc..9152d7f325 100644 --- a/src/mesa/tnl/t_vb_normals.c +++ b/src/mesa/tnl/t_vb_normals.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_normals.c,v 1.16 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_vb_normals.c,v 1.17 2002/10/29 20:29:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_vb_points.c b/src/mesa/tnl/t_vb_points.c index ced7799573..5bf1be12a6 100644 --- a/src/mesa/tnl/t_vb_points.c +++ b/src/mesa/tnl/t_vb_points.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_points.c,v 1.9 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_vb_points.c,v 1.10 2002/10/29 20:29:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Brian Paul + * Brian Paul */ #include "mtypes.h" diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c index 976d3fc3d7..e0536c8933 100644 --- a/src/mesa/tnl/t_vb_render.c +++ b/src/mesa/tnl/t_vb_render.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_render.c,v 1.32 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_vb_render.c,v 1.33 2002/10/29 20:29:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_vb_rendertmp.h b/src/mesa/tnl/t_vb_rendertmp.h index 16528db6ad..192a83f7ba 100644 --- a/src/mesa/tnl/t_vb_rendertmp.h +++ b/src/mesa/tnl/t_vb_rendertmp.h @@ -1,4 +1,4 @@ -/* $Id: t_vb_rendertmp.h,v 1.9 2002/02/13 00:53:20 keithw Exp $ */ +/* $Id: t_vb_rendertmp.h,v 1.10 2002/10/29 20:29:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_vb_texgen.c b/src/mesa/tnl/t_vb_texgen.c index 7014d53244..4cf198bbac 100644 --- a/src/mesa/tnl/t_vb_texgen.c +++ b/src/mesa/tnl/t_vb_texgen.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_texgen.c,v 1.14 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_vb_texgen.c,v 1.15 2002/10/29 20:29:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,8 +24,8 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Brian Paul - * Keith Whitwell + * Brian Paul + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_vb_texmat.c b/src/mesa/tnl/t_vb_texmat.c index f4552f3ee5..d4c62f443a 100644 --- a/src/mesa/tnl/t_vb_texmat.c +++ b/src/mesa/tnl/t_vb_texmat.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_texmat.c,v 1.9 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_vb_texmat.c,v 1.10 2002/10/29 20:29:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/t_vb_vertex.c b/src/mesa/tnl/t_vb_vertex.c index c41d6f59f9..aa414bc5b1 100644 --- a/src/mesa/tnl/t_vb_vertex.c +++ b/src/mesa/tnl/t_vb_vertex.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_vertex.c,v 1.15 2002/10/24 23:57:25 brianp Exp $ */ +/* $Id: t_vb_vertex.c,v 1.16 2002/10/29 20:29:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h index c3c3ad7adb..1fe7b451cc 100644 --- a/src/mesa/tnl/tnl.h +++ b/src/mesa/tnl/tnl.h @@ -1,4 +1,4 @@ -/* $Id: tnl.h,v 1.9 2002/02/13 00:53:20 keithw Exp $ */ +/* $Id: tnl.h,v 1.10 2002/10/29 20:29:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell + * Keith Whitwell */ #ifndef _TNL_H diff --git a/src/mesa/x86/clip_args.h b/src/mesa/x86/clip_args.h index 9d415ea014..cccf801981 100644 --- a/src/mesa/x86/clip_args.h +++ b/src/mesa/x86/clip_args.h @@ -1,4 +1,4 @@ -/* $Id: clip_args.h,v 1.4 2001/05/21 16:33:41 gareth Exp $ */ +/* $Id: clip_args.h,v 1.5 2002/10/29 20:28:57 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -29,7 +29,7 @@ * FRAME_OFFSET to the number of bytes pushed onto the stack before * using the ARG_* argument macros. * - * Gareth Hughes + * Gareth Hughes */ #ifndef __CLIP_ARGS_H__ diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h index c5c2667e51..83e1521ec8 100644 --- a/src/mesa/x86/common_x86_asm.h +++ b/src/mesa/x86/common_x86_asm.h @@ -1,4 +1,4 @@ -/* $Id: common_x86_asm.h,v 1.9 2002/04/09 14:58:03 keithw Exp $ */ +/* $Id: common_x86_asm.h,v 1.10 2002/10/29 20:28:57 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -32,7 +32,7 @@ * Changed by Andre Werthmann for using the * new Katmai functions * - * Reimplemented by Gareth Hughes in a more + * Reimplemented by Gareth Hughes in a more * future-proof manner, based on code in the Linux kernel. */ diff --git a/src/mesa/x86/common_x86_features.h b/src/mesa/x86/common_x86_features.h index c70e6e8803..258f38937b 100644 --- a/src/mesa/x86/common_x86_features.h +++ b/src/mesa/x86/common_x86_features.h @@ -1,4 +1,4 @@ -/* $Id: common_x86_features.h,v 1.4 2001/03/28 20:44:44 gareth Exp $ */ +/* $Id: common_x86_features.h,v 1.5 2002/10/29 20:28:57 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -29,7 +29,7 @@ * _mesa_identify_x86_cpu_features() and interpreted with the cpu_has_* * helper macros. * - * Gareth Hughes + * Gareth Hughes */ #ifndef __COMMON_X86_FEATURES_H__ diff --git a/src/mesa/x86/common_x86_macros.h b/src/mesa/x86/common_x86_macros.h index eff1f5b8e4..ba155caae1 100644 --- a/src/mesa/x86/common_x86_macros.h +++ b/src/mesa/x86/common_x86_macros.h @@ -1,4 +1,4 @@ -/* $Id: common_x86_macros.h,v 1.2 2002/08/08 16:53:12 brianp Exp $ */ +/* $Id: common_x86_macros.h,v 1.3 2002/10/29 20:28:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes */ #ifndef __COMMON_X86_MACROS_H__ diff --git a/src/mesa/x86/gen_matypes.c b/src/mesa/x86/gen_matypes.c index d2428033d5..9b06721d74 100644 --- a/src/mesa/x86/gen_matypes.c +++ b/src/mesa/x86/gen_matypes.c @@ -1,4 +1,4 @@ -/* $Id: gen_matypes.c,v 1.9 2002/10/24 23:57:23 brianp Exp $ */ +/* $Id: gen_matypes.c,v 1.10 2002/10/29 20:28:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -24,7 +24,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Gareth Hughes + * Gareth Hughes */ /* diff --git a/src/mesa/x86/norm_args.h b/src/mesa/x86/norm_args.h index d38b061965..32bcf3def9 100644 --- a/src/mesa/x86/norm_args.h +++ b/src/mesa/x86/norm_args.h @@ -1,4 +1,4 @@ -/* $Id: norm_args.h,v 1.2 2001/03/30 14:44:43 gareth Exp $ */ +/* $Id: norm_args.h,v 1.3 2002/10/29 20:28:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -29,7 +29,7 @@ * FRAME_OFFSET to the number of bytes pushed onto the stack before * using the ARG_* argument macros. * - * Gareth Hughes + * Gareth Hughes */ #ifndef __NORM_ARGS_H__ diff --git a/src/mesa/x86/xform_args.h b/src/mesa/x86/xform_args.h index c5060a23b9..89a04205c1 100644 --- a/src/mesa/x86/xform_args.h +++ b/src/mesa/x86/xform_args.h @@ -1,4 +1,4 @@ -/* $Id: xform_args.h,v 1.4 2001/03/30 14:44:43 gareth Exp $ */ +/* $Id: xform_args.h,v 1.5 2002/10/29 20:28:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -29,7 +29,7 @@ * FRAME_OFFSET to the number of bytes pushed onto the stack before * using the ARG_* argument macros. * - * Gareth Hughes + * Gareth Hughes */ #ifndef __XFORM_ARGS_H__ -- cgit v1.2.3