summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_context.c4
-rw-r--r--src/mesa/swrast/s_context.h6
-rw-r--r--src/mesa/swrast/swrast.h4
3 files changed, 7 insertions, 7 deletions
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 <keithw@valinux.com>
+ * Keith Whitwell <keith@tungstengraphics.com>
*/
#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 <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
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 <keithw@valinux.com>
+ * \author Keith Whitwell <keith@tungstengraphics.com>
*/
#ifndef SWRAST_H