diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-02-09 18:53:54 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-02-09 18:53:54 +0000 |
commit | c56288426836237201b31288c3eaeaa90671d5d4 (patch) | |
tree | 47f1acadbee65f922fbf4e6cb8f891d2553a6bd1 | |
parent | 992795f4c981e2c8aa8364a5d80776f3c7d1eb98 (diff) |
updated version info to 3.2
-rw-r--r-- | include/GL/amesa.h | 22 | ||||
-rw-r--r-- | include/GL/fxmesa.h | 8 | ||||
-rw-r--r-- | include/GL/ggimesa.h | 23 | ||||
-rw-r--r-- | include/GL/gl.h | 4 | ||||
-rw-r--r-- | include/GL/osmesa.h | 31 | ||||
-rw-r--r-- | include/GL/xmesa.h | 31 | ||||
-rw-r--r-- | src/mesa/drivers/x11/fakeglx.c | 10 |
7 files changed, 33 insertions, 96 deletions
diff --git a/include/GL/amesa.h b/include/GL/amesa.h index b4a1867d04..1ed6fa88fe 100644 --- a/include/GL/amesa.h +++ b/include/GL/amesa.h @@ -1,10 +1,10 @@ -/* $Id: amesa.h,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ +/* $Id: amesa.h,v 1.1.1.1.2.1 2000/02/09 18:53:54 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.2 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 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"), @@ -25,25 +25,17 @@ */ -/* - * $Log: amesa.h,v $ - * Revision 1.1 1999/08/19 00:55:40 jtg - * Initial revision - * - * Revision 1.1 1999/03/16 01:24:13 brianp - * initial check-in - * - */ - - /* Allegro (DJGPP) driver by Bernhard Tschirren (bernie-t@geocities.com) */ - #ifndef AMESA_H #define AMESA_H +#define AMESA_MAJOR_VERSION 3 +#define AMESA_MINOR_VERSION 2 + + typedef struct amesa_visual *AMesaVisual; typedef struct amesa_buffer *AMesaBuffer; typedef struct amesa_context *AMesaContext; diff --git a/include/GL/fxmesa.h b/include/GL/fxmesa.h index 5b28d24527..a12a46b7ef 100644 --- a/include/GL/fxmesa.h +++ b/include/GL/fxmesa.h @@ -1,10 +1,10 @@ -/* $Id: fxmesa.h,v 1.1.1.1.2.1 1999/11/24 18:38:52 brianp Exp $ */ +/* $Id: fxmesa.h,v 1.1.1.1.2.2 2000/02/09 18:53:55 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.2 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 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"), @@ -45,7 +45,7 @@ extern "C" { #define FXMESA_MAJOR_VERSION 3 -#define FXMESA_MINOR_VERSION 1 +#define FXMESA_MINOR_VERSION 2 /* diff --git a/include/GL/ggimesa.h b/include/GL/ggimesa.h index 86b598d178..49396a76cf 100644 --- a/include/GL/ggimesa.h +++ b/include/GL/ggimesa.h @@ -1,8 +1,8 @@ -/* $Id: ggimesa.h,v 1.2 1999/08/23 22:34:08 jtaylor Exp $ */ +/* $Id: ggimesa.h,v 1.2.2.1 2000/02/09 18:53:55 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.2 * Copyright (C) 1995-1998 Brian Paul * Copyright (C) 1998 Uwe Maurer * @@ -22,23 +22,14 @@ */ -/* - * $Log: ggimesa.h,v $ - * Revision 1.2 1999/08/23 22:34:08 jtaylor - * Misc small cleanups - * - * Revision 1.1.1.1 1999/08/19 00:55:40 jtg - * Imported sources - * - * Revision 1.2 1998/09/29 01:46:40 brianp - * applied Emmanuel Marty's patches for latest GGI - * - */ - - #ifndef GGIMESA_H #define GGIMESA_H + +#define GGIMESA_MAJOR_VERSION 3 +#define GGIMESA_MINOR_VERSION 2 + + #ifdef __cplusplus extern "C" { #endif diff --git a/include/GL/gl.h b/include/GL/gl.h index c67f9ad07a..568a92ec04 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -1,4 +1,4 @@ -/* $Id: gl.h,v 1.17.2.3 2000/02/05 01:52:37 brianp Exp $ */ +/* $Id: gl.h,v 1.17.2.4 2000/02/09 18:53:55 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -128,7 +128,7 @@ extern "C" { #define MESA #define MESA_MAJOR_VERSION 3 -#define MESA_MINOR_VERSION 1 +#define MESA_MINOR_VERSION 2 #define GL_VERSION_1_1 1 diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h index 0bfae33efe..e1975c71eb 100644 --- a/include/GL/osmesa.h +++ b/include/GL/osmesa.h @@ -1,10 +1,10 @@ -/* $Id: osmesa.h,v 1.1.1.1.2.1 1999/11/24 18:39:17 brianp Exp $ */ +/* $Id: osmesa.h,v 1.1.1.1.2.2 2000/02/09 18:53:55 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.2 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 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"), @@ -26,29 +26,6 @@ /* - * $Log: osmesa.h,v $ - * Revision 1.1.1.1.2.1 1999/11/24 18:39:17 brianp - * bumped version to 3.1 - * - * Revision 1.1.1.1 1999/08/19 00:55:40 jtg - * Imported sources - * - * Revision 1.4 1999/02/14 03:39:09 brianp - * new copyright - * - * Revision 1.3 1999/01/03 02:52:30 brianp - * now using GLAPI and GLAPIENTRY keywords (Ted Jump) - * - * Revision 1.2 1998/07/26 01:33:51 brianp - * added WINGDIAPI and APIENTRY keywords per Ted Jump - * - * Revision 1.1 1998/02/13 03:17:50 brianp - * Initial revision - * - */ - - -/* * Mesa Off-Screen rendering interface. * * This is an operating system and window system independent interface to @@ -89,7 +66,7 @@ extern "C" { #define OSMESA_MAJOR_VERSION 3 -#define OSMESA_MINOR_VERSION 1 +#define OSMESA_MINOR_VERSION 2 diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h index 0fecb6f66e..d31f5d2429 100644 --- a/include/GL/xmesa.h +++ b/include/GL/xmesa.h @@ -1,10 +1,10 @@ -/* $Id: xmesa.h,v 1.1.1.1.2.2 1999/12/13 21:54:19 brianp Exp $ */ +/* $Id: xmesa.h,v 1.1.1.1.2.3 2000/02/09 18:53:55 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.2 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 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"), @@ -26,29 +26,6 @@ /* - * $Log: xmesa.h,v $ - * Revision 1.1.1.1.2.2 1999/12/13 21:54:19 brianp - * applied Daryll's patches - * - * Revision 1.1.1.1.2.1 1999/11/24 18:41:37 brianp - * bumped version to 3.1 - * - * Revision 1.1.1.1 1999/08/19 00:55:40 jtg - * Imported sources - * - * Revision 1.3 1999/02/24 22:43:27 jens - * Name changes to get XMesa to compile standalone inside XFree86 - * - * Revision 1.2 1999/02/14 03:39:09 brianp - * new copyright - * - * Revision 1.1 1998/02/13 03:17:32 brianp - * Initial revision - * - */ - - -/* * Mesa/X11 interface. This header file serves as the documentation for * the Mesa/X11 interface functions. * @@ -115,7 +92,7 @@ extern struct Library *XLibBase; #define XMESA_MAJOR_VERSION 3 -#define XMESA_MINOR_VERSION 1 +#define XMESA_MINOR_VERSION 2 diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c index 4debee5b94..7af7e76988 100644 --- a/src/mesa/drivers/x11/fakeglx.c +++ b/src/mesa/drivers/x11/fakeglx.c @@ -1,10 +1,10 @@ -/* $Id: fakeglx.c,v 1.12.2.4 1999/12/11 09:20:03 brianp Exp $ */ +/* $Id: fakeglx.c,v 1.12.2.5 2000/02/09 18:54:54 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.2 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 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"), @@ -1452,7 +1452,7 @@ const char *Fake_glXQueryExtensionsString( Display *dpy, int screen ) const char *Fake_glXQueryServerString( Display *dpy, int screen, int name ) { static char *vendor = "Brian Paul"; - static char *version = "1.1 Mesa 3.1"; + static char *version = "1.1 Mesa 3.2"; (void) dpy; (void) screen; @@ -1475,7 +1475,7 @@ const char *Fake_glXQueryServerString( Display *dpy, int screen, int name ) const char *Fake_glXGetClientString( Display *dpy, int name ) { static char *vendor = "Brian Paul"; - static char *version = "1.1 Mesa 3.1"; + static char *version = "1.1 Mesa 3.2"; (void) dpy; |