diff options
author | Brian Paul <[email protected]> | 2001-09-14 02:43:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-09-14 02:43:03 +0000 |
commit | ba57e5297d60eef37e43dd4d7f10d1e62f5e97ce (patch) | |
tree | e11fa3f3f185dec52506504e8f9a16ceef1205b4 /src/mesa/drivers/x11/fakeglx.c | |
parent | dcbe4d6d2f3eb2c099838875780991da34884646 (diff) |
more GL 1.3 and GLX 1.4 updates
Diffstat (limited to 'src/mesa/drivers/x11/fakeglx.c')
-rw-r--r-- | src/mesa/drivers/x11/fakeglx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c index 78bc14880e9..7309fb8ad83 100644 --- a/src/mesa/drivers/x11/fakeglx.c +++ b/src/mesa/drivers/x11/fakeglx.c @@ -1,4 +1,4 @@ -/* $Id: fakeglx.c,v 1.56 2001/09/01 20:23:25 brianp Exp $ */ +/* $Id: fakeglx.c,v 1.57 2001/09/14 02:43:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -57,13 +57,13 @@ /* This indicates the client-side GLX API and GLX encoder version. */ #define CLIENT_MAJOR_VERSION 1 -#define CLIENT_MINOR_VERSION 2 +#define CLIENT_MINOR_VERSION 2 /* don't have 1.3's pbuffers, etc yet */ /* This indicates the server-side GLX decoder version. - * GLX 1.3 indicates OpenGL 1.2 support + * GLX 1.4 indicates OpenGL 1.3 support */ #define SERVER_MAJOR_VERSION 1 -#define SERVER_MINOR_VERSION 3 +#define SERVER_MINOR_VERSION 4 /* This is appended onto the glXGetClient/ServerString version strings. */ #define MESA_GLX_VERSION "Mesa 3.5.1" |