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/drivers/common/t_dd.c | |
parent | fd062077c649406047451cbc650fb27943e85240 (diff) |
updated email addresses
Diffstat (limited to 'src/mesa/drivers/common/t_dd.c')
-rw-r--r-- | src/mesa/drivers/common/t_dd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/t_dd.c b/src/mesa/drivers/common/t_dd.c index 0926e23603d..84957c1e0d0 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 <[email protected]> + * Keith Whitwell <[email protected]> */ static void copy_pv_rgba4_spec5( GLcontext *ctx, GLuint edst, GLuint esrc ) |