diff options
author | Brian Paul <[email protected]> | 2002-10-29 20:28:36 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-29 20:28:36 +0000 |
commit | 05a4b37707d2c598ea68c05d07a3d65bcbf5a076 (patch) | |
tree | 1a18d5b677a30b317f6cb27861af807d47779fb3 /src/mesa/swrast | |
parent | fd062077c649406047451cbc650fb27943e85240 (diff) |
updated email addresses
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_context.c | 4 | ||||
-rw-r--r-- | src/mesa/swrast/s_context.h | 6 | ||||
-rw-r--r-- | src/mesa/swrast/swrast.h | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index ea34a9c28b2..aa9620a0559 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 <[email protected]> + * Keith Whitwell <[email protected]> */ #include "glheader.h" diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 8493ad42643..e1c22977dd8 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 <[email protected]> + * Keith Whitwell <[email protected]> */ /** * \file swrast/s_context.h * \brief fill in description - * \author Keith Whitwell <[email protected]> + * \author Keith Whitwell <[email protected]> */ #ifndef S_CONTEXT_H diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 72bc60f0376..a6f7995ff1c 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 <[email protected]> + * \author Keith Whitwell <[email protected]> */ #ifndef SWRAST_H |