summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_dd.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-02-14 00:40:24 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-02-14 00:40:24 +0000
commitca7596e8348f3e065609b9840e8fe98d177aa89d (patch)
tree703c3b8b8d1d4eab17592c38e85c88a38ec8a842 /src/mesa/drivers/x11/xm_dd.c
parent95e2c72fd52d87163eb543555345f115f050f3aa (diff)
updated GL_VENDOR string
Diffstat (limited to 'src/mesa/drivers/x11/xm_dd.c')
-rw-r--r--src/mesa/drivers/x11/xm_dd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/x11/xm_dd.c b/src/mesa/drivers/x11/xm_dd.c
index 276423296b..db97f0754d 100644
--- a/src/mesa/drivers/x11/xm_dd.c
+++ b/src/mesa/drivers/x11/xm_dd.c
@@ -1,10 +1,10 @@
-/* $Id: xm_dd.c,v 1.26 2001/09/12 03:32:29 brianp Exp $ */
+/* $Id: xm_dd.c,v 1.27 2002/02/14 00:40:24 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"),
@@ -854,7 +854,7 @@ get_string( GLcontext *ctx, GLenum name )
#endif
case GL_VENDOR:
#ifdef XFree86Server
- return (const GLubyte *) "VA Linux Systems, Inc.";
+ return (const GLubyte *) "Mesa project: www.mesa3d.org";
#else
return NULL;
#endif