updated email addresses
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 29 Oct 2002 20:28:36 +0000 (20:28 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 29 Oct 2002 20:28:36 +0000 (20:28 +0000)
75 files changed:
src/mesa/array_cache/ac_context.c
src/mesa/array_cache/ac_context.h
src/mesa/array_cache/ac_import.c
src/mesa/array_cache/acache.h
src/mesa/drivers/common/t_dd.c
src/mesa/drivers/common/t_dd_dmatmp.h
src/mesa/drivers/common/t_dd_rendertmp.h
src/mesa/drivers/common/t_dd_tritmp.h
src/mesa/drivers/common/t_dd_unfilled.h
src/mesa/drivers/common/t_dd_vb.c
src/mesa/drivers/common/t_dd_vbtmp.h
src/mesa/drivers/common/t_dd_vertex.h
src/mesa/drivers/glide/fxtris.c
src/mesa/drivers/glide/fxvbtmp.h
src/mesa/main/api_arrayelt.c
src/mesa/main/api_eval.c
src/mesa/main/api_loopback.c
src/mesa/main/enums.c
src/mesa/main/texformat.c
src/mesa/main/texformat.h
src/mesa/main/texformat_tmp.h
src/mesa/main/texstate.c
src/mesa/main/texutil.c
src/mesa/main/texutil.h
src/mesa/main/texutil_tmp.h
src/mesa/main/vtxfmt.c
src/mesa/main/vtxfmt.h
src/mesa/main/vtxfmt_tmp.h
src/mesa/math/m_debug.h
src/mesa/math/m_debug_clip.c
src/mesa/math/m_debug_norm.c
src/mesa/math/m_debug_util.h
src/mesa/swrast/s_context.c
src/mesa/swrast/s_context.h
src/mesa/swrast/swrast.h
src/mesa/swrast_setup/ss_context.c
src/mesa/swrast_setup/ss_context.h
src/mesa/swrast_setup/ss_triangle.c
src/mesa/swrast_setup/ss_triangle.h
src/mesa/swrast_setup/ss_tritmp.h
src/mesa/swrast_setup/ss_vb.c
src/mesa/swrast_setup/ss_vb.h
src/mesa/swrast_setup/ss_vbtmp.h
src/mesa/swrast_setup/swrast_setup.h
src/mesa/tnl/t_array_import.c
src/mesa/tnl/t_context.c
src/mesa/tnl/t_imm_alloc.c
src/mesa/tnl/t_imm_api.c
src/mesa/tnl/t_imm_debug.h
src/mesa/tnl/t_imm_dlist.c
src/mesa/tnl/t_imm_dlist.h
src/mesa/tnl/t_imm_elt.c
src/mesa/tnl/t_imm_elt.h
src/mesa/tnl/t_imm_eval.c
src/mesa/tnl/t_imm_fixup.c
src/mesa/tnl/t_pipeline.c
src/mesa/tnl/t_pipeline.h
src/mesa/tnl/t_vb_cliptmp.h
src/mesa/tnl/t_vb_fog.c
src/mesa/tnl/t_vb_lighttmp.h
src/mesa/tnl/t_vb_normals.c
src/mesa/tnl/t_vb_points.c
src/mesa/tnl/t_vb_render.c
src/mesa/tnl/t_vb_rendertmp.h
src/mesa/tnl/t_vb_texgen.c
src/mesa/tnl/t_vb_texmat.c
src/mesa/tnl/t_vb_vertex.c
src/mesa/tnl/tnl.h
src/mesa/x86/clip_args.h
src/mesa/x86/common_x86_asm.h
src/mesa/x86/common_x86_features.h
src/mesa/x86/common_x86_macros.h
src/mesa/x86/gen_matypes.c
src/mesa/x86/norm_args.h
src/mesa/x86/xform_args.h

index a23fc128a7bb9e7ca2972824832224e7b94882c1..03532e62605f755e910377846d496d5a8c9de1ea 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index 55257983f6e48fa31d8eac3a3db1a7deea4f943d..6b3e1a409c0eb87f525f60300bca16fca8c73843 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef _AC_CONTEXT_H
index b04e2cd21913a541abf20031e2e9c71d2c9ddc2c..1715e432aefb21cd1e6938ef46a3d068594136b7 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index 4e0e377915039d38b6b1583b519b88a1e97e3345..d6935235db9c05f4dd2a4dbc44348cd1c4ae8306 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef _ARRAYCACHE_H
index 0926e23603d8685fd0688043d82954d519599384..84957c1e0d0a55d764f2aa68db2a5c59a8e67d54 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 static void copy_pv_rgba4_spec5( GLcontext *ctx, GLuint edst, GLuint esrc )
index e1779cee38d508258603f58fd93691090eac861f..5d0fabe14984ea9d622d6e83abfcebb9b666c042 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index b75643bb5f122cf6afa227a7b44c38edf561971e..7be7d8ac4c24ac7937cc45f8f40c1afd6560c167 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 9408588b5f3f80e27beb517f0885298e1ba85eba..01f0ee28bf000e0be109406cb986444f78a3cbeb 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index b89b37bfe1af111e3e369333871ba109b2fef98d..7c85012e11a6f825068bbf753021e3a99140924c 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #if HAVE_RGBA
index 3ba8fb3d8be8877f19539400adf25084cd1d111e..4a742bcbbee52e37a5a6ff8ef21ceb399141a988 100644 (file)
@@ -23,7 +23,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
  * Authors:
- *    Keith Whitwell <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 #include "math/m_translate.h"
 
index d7081058324d690a6a0950bf5f71eafed387865c..be31ec12f3209455ef786786ede298fd5084c305 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index f275856c43b30859a49f8d2e94dd7077b1de69b2..acd35aafadfbd5ce79dfd7eea7b7766f6e257f28 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 typedef struct {
index bca894c8ec28fc7c55346feef825bf1cef0a3a45..97327dbef9e2f009413ac9bc6c7abbddc14285da 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index b6be3ecd9f39edcf9c36d1ae72db0194fb14fc92..e53cf981f50bdb70cf7abc42b0f8b9ecedfc2a03 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 5d8609b91045e827d58a6dd1c08f7ee1191179b7..154f6e525a1cc5b3771085fd87f73517b93c631e 100644 (file)
@@ -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@yahoo.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index f644a98371e4792e7216a65982b8c93593a2ea0a..3b29ac62b93568cf9129a9f44284f118ef1cef5f 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index 0addf1ef55df03e1d68a6895c5edf506ac9d81a8..4c3451655adc0061e6ca92ac5dad383f61c04c4d 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index dfa739f4067513d9bb427c70178fd4c65a890ef8..7a080e9592fe80278d9e3c558f6f3f5e4af236be 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 54257732e2133aeda412c75647bf2c3f691a3df4..0700f85d0d394e422449ca8e7ac726db2f132bd7 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 #include "glheader.h"
index 09997820eaf31632f648924366d85aaecf8abc60..9f4d03616108b28a426e80c3acc7a3bfb8417902 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 #ifndef TEXFORMAT_H
index 9f84c39b3c8f593c06a892afe4d009317cac4782..0c50c2db1dc2ff4d6c5b83e1e818244cfa7c7748 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  *    Brian Paul
  */
 
index 6c8dcc06703a648ae210566d0a47173bd7ffd004..bb67c2675cba4593f22cdd94a74bc6acf2061cab 100644 (file)
@@ -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;
index 94c052facae45b48751a51ec31d88daf818127c6..660f7ec63f5c78a46477617bce40cac79f8e5091 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 /*
index f92ecd9f98259485e6c211846c9ca4af7e0c3273..2a91bf3a4c960a24fff6faecce11bf9d2ea17f08 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 
index 3a225aaac54767e0ccc532febf4d314b8d060e0c..32c7b59f21d1665a9d90fe5ef55d5037c400a82f 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 
index 54eef4a602873e8fc3bac94cdf8aba3ebfc2a81e..62329bc30eba6cc38c50ff440565102fdec8bd0b 100644 (file)
@@ -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 <keithw@valinux.com>
- *    Gareth Hughes <gareth@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
+ *    Gareth Hughes
  */
 
 #include "glheader.h"
index 25a458936e7893db73fba8911c36df4dd8a01f5b..82fca460ec91500045372cebeaf092bfc88d4d40 100644 (file)
@@ -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 <keithw@valinux.com>
- *    Gareth Hughes <gareth@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
+ *    Gareth Hughes
  */
 
 #ifndef _VTXFMT_H_
index 81117c4e29a01bd0f96e5408c5c296094bc1be11..d0f32deae93c9e925272becfccccba5c5cdd8436 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 #ifndef PRE_LOOPBACK
index 21a8b044353a15bb281fb7dc92de29b49de192f6..193e540aa28276f5d4c8532454c83a4c350ddea8 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 #ifndef __M_DEBUG_H__
index b6d4a0cd4a6cb4ecfd00d1a57b506550d2155c62..9a9ba13065bc2948e9347c81530fdecfce482f1c 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 #include "glheader.h"
index 7487300d49a7e0954007bd1e7d4706d96203942d..73e69d77a75ca2575dea0cd1e378b54e1a023bd9 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 #include "glheader.h"
index f96a6b89379b2261f05da330f2e36c73d4740cfc..a9724fc52649f83f3287050caae95d6a3b1d3a9a 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 #ifndef __M_DEBUG_UTIL_H__
index ea34a9c28b2219c6a1823dd3ce7cd033c9373226..aa9620a05596ab2f180a45437667bd31709a5379 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index 8493ad42643714d5214312cc9d28122ec80a62ed..e1c22977dd86a18daf02e3ad1714b341d75e665a 100644 (file)
@@ -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
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
  * Authors:
- *    Keith Whitwell <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 /**
  * \file swrast/s_context.h
  * \brief fill in description
- * \author Keith Whitwell <keithw@valinux.com>
+ * \author Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef S_CONTEXT_H
index 72bc60f03767be38979542a2406e164c3a6c0076..a6f7995ff1c131fdc189799080501d26ed5e6b13 100644 (file)
@@ -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 <keithw@valinux.com>
+ * \author Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef SWRAST_H
index 51fcee429c28f6a5d780635678b8c22fa1cc4faa..398a8df7c39bdb3983ce560de0ccb2279aae20a2 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index e7bb65807a17a51be726296d749a56ca92927b07..059df6c0c303b1710de5c807b401d5730e47c4d6 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef SS_CONTEXT_H
index c77bd72bee2096bdfca1a9ed76a3386708b4d4cb..9633469df1cc1eabfee205319b7a28e2ad3b3db6 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index a486826d4eda8f97c6e71a9f1693eae3a0115c4f..8f7b57d7cbde8605c97ab3a2886cef3dd0e8e972 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef SS_TRIANGLE_H
index 27baf5f7594f95feb1b6457a353fb9a70a58b4d2..f84e4b91205f57f2bcd5b0f75749aefb253a4fb3 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 4201a4eb51442e9d281958a4a9b9d6b8145bb47c..71a6b1f7cfe63e3a5fb261d9efa1e38222d28f59 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index a7d05bf71a2e241d7ac3d0dbd7296c13b3928931..63fc5148f2ac2f6c81f75d0a2bd4346f34db1326 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef SS_VB_H
index bf39569c37019490479e6e7ea41290452e73a94d..8d2c4db41bd8949ead9839dbdc95243987d0d094 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 1a4b036442976c0c483ce9c3ed668efe4ab38bce..acf8fa5d220a4fdff54c3ee6ed7f53c3b2923960 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 /* Public interface to the swrast_setup module.  This module provides
index 50649cddd88f5ff299ec840979963f7a6c7e62a6..5e22fa61e60bf3fec7466375fa709aace84f304f 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index e98f454030fd7d6eb44b70c401259aa17e92446e..4b5df8ffda6436dc7fa178c90103edb1faafae69 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 78c46307f1b2e02d42974114ce953ae629197038..7062cd4b9d0194926094165b354bcb6a8845e927 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index 563c86311049070dc98923e7520f959e082e7219..3bdcd38d72fe981c51c135184237545b55ef1f76 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index f735a9ca9f9fcae891bb878b7a359bc109ef75b8..22c7650fc5faffd867b6d4f8e97f156c50bc7282 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef _T_DEBUG_H
index 34da0ea448a0df512ec73a197cbdfc6973dc191a..fdd1cfffeb1349591c30f494495a527b748bf0b4 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index e4080832ed4269856ba11f7ebdc26b27120dd993..187074db05150cca867f02e38aae2220533dd4a5 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef _T_DLIST_H
index f435dc9db03f03c4db969d12e5f83506947edd5e..fbac523cb616965db9babe67f2fc0362ce70419e 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index d2d709d9c0fb5f282f2834068983e5c094d6da22..4b781f2f0c3d656b259581a01a7fc6639efde593 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 2fe88b10d973b638271aa25619a5c82a79c7149d..ba8d6903e4b6ead55c69a16044096acc99c5bc70 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  *    Brian Paul - vertex program updates
  */
 
index 9cf911a93258f662b101ea0ab2ded8ebf2b93f00..fbbac432a37f26d96627e3196b01d310377b1a2e 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index cd6cd9d8eaa32f0907dbab863c804ecd9d301774..08702a4269859c0c0e6775e7a3461380f0859df6 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #include "glheader.h"
index 6138df32d5bf73eb1b9d507b900a7981a305d995..179c536b360bff3392b4a41c13ee0c3525377d25 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 33d605f96d50c2875a3e4faf161e051b0c4613da..7b952404fb4851dcdc95a3655d67c97641e2a9e3 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 9639d5ace7c81ee54e43bb13e2c723e51f3d8b28..0464e5b256b39858093b52f1fa674bbf1ed8b13a 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index aac8890180bbabf633b703589e57a29e0e329ce3..90d7652063df96e87fd2a065b819dcdacb498797 100644 (file)
@@ -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 <brianp@valinux.com>
- *    Keith Whitwell <keithw@valinux.com>
+ *    Brian Paul
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 31f309a7bc591253fda5f4ccf7df536c1fdad08a..9152d7f32524aa8acdea597469ff84bee0add63e 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index ced77995730a8a3491941cd74975be4f85c1b123..5bf1be12a66207f9e5154926b9760b12e52a5f0c 100644 (file)
@@ -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@valinux.com>
+ *    Brian Paul
  */
 
 #include "mtypes.h"
index 976d3fc3d75dd0f956bc8c72a31a4e0e0811de24..e0536c893318f1472946396849bb7562e5c8be7e 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 16528db6ad195b3e3922f67b6594037627df6948..192a83f7ba0c364c9ebade0302ad74eccab45592 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index 7014d53244c515e7fe12f7a05568a8fc4478884d..4cf198bbac42bb26845067f9e7ed738e530820cb 100644 (file)
@@ -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 <brian@valinux.com>
- *    Keith Whitwell <keithw@valinux.com>
+ *    Brian Paul
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index f4552f3ee55609e037a97e00ba5359d3d9c959b9..d4c62f443aee3102ab74329d3ad274206a5dace5 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index c41d6f59f9cd47dbabbb5ce4e1de985bbc3cd057..aa414bc5b1881d19a82bea55d5ecb1b46c8a4be8 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 
index c3c3ad7adb018b3891f65305a4dd6349b9954071..1fe7b451cc4000f5b52fda5b223b9873e3577188 100644 (file)
@@ -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 <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef _TNL_H
index 9d415ea0149910e85a035d69d8093d28a33692cd..cccf801981279f989593585a95e7151742aa5e6c 100644 (file)
@@ -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@valinux.com>
+ * Gareth Hughes
  */
 
 #ifndef __CLIP_ARGS_H__
index c5c2667e51ca8ad1c3cb6dae5e8fc4031e052eb8..83e1521ec8377b1b10730d05615c200107bd976c 100644 (file)
@@ -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 <wertmann@cs.uni-potsdam.de> for using the
  * new Katmai functions
  *
- * Reimplemented by Gareth Hughes <gareth@valinux.com> in a more
+ * Reimplemented by Gareth Hughes in a more
  * future-proof manner, based on code in the Linux kernel.
  */
 
index c70e6e8803b05b84383de2691b9d5c8cbbd2077b..258f38937b6f003e22f193ec8d07d850896d1d90 100644 (file)
@@ -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@valinux.com>
+ * Gareth Hughes
  */
 
 #ifndef __COMMON_X86_FEATURES_H__
index eff1f5b8e47e65203c352557bb98a95b330f6abf..ba155caae1d371686f09329780315083743df7e5 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 #ifndef __COMMON_X86_MACROS_H__
index d2428033d5588104b70031f7099890f88478409b..9b06721d74eeab9edf62539e1e62b0f6b2fde61e 100644 (file)
@@ -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@valinux.com>
+ *    Gareth Hughes
  */
 
 /*
index d38b061965e32e08484d5e55a8d6017b319fa679..32bcf3def9737a7ba67c116a8c1d088ae4db52d0 100644 (file)
@@ -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@valinux.com>
+ * Gareth Hughes
  */
 
 #ifndef __NORM_ARGS_H__
index c5060a23b928869cbaa7398b5f86a55f2b2aa20d..89a04205c1f9028651d4469e9c48afa3246ca8db 100644 (file)
@@ -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@valinux.com>
+ * Gareth Hughes
  */
 
 #ifndef __XFORM_ARGS_H__