summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/swrast.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-29 20:28:36 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-29 20:28:36 +0000
commit05a4b37707d2c598ea68c05d07a3d65bcbf5a076 (patch)
tree1a18d5b677a30b317f6cb27861af807d47779fb3 /src/mesa/swrast/swrast.h
parentfd062077c649406047451cbc650fb27943e85240 (diff)
updated email addresses
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r--src/mesa/swrast/swrast.h4
1 files changed, 2 insertions, 2 deletions
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