summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-09-23 16:06:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-09-23 16:06:13 +0000
commit78a03d3c455fec1ce5c26edec6016a6806d437b8 (patch)
tree38f2f18e0143764de89f1c764440597ee6a8fac0
parent497d6eab6603699d57d6a742a7940557c430afae (diff)
bump versions to 4.0
-rw-r--r--include/GL/fxmesa.h8
-rw-r--r--include/GL/gl.h4
-rw-r--r--include/GL/glx.h6
-rw-r--r--include/GL/osmesa.h14
-rw-r--r--include/GL/svgamesa.h8
-rw-r--r--include/GL/uglmesa.h4
-rw-r--r--include/GL/xmesa.h8
7 files changed, 26 insertions, 26 deletions
diff --git a/include/GL/fxmesa.h b/include/GL/fxmesa.h
index 329c20bbfc..60a9b5f99e 100644
--- a/include/GL/fxmesa.h
+++ b/include/GL/fxmesa.h
@@ -1,8 +1,8 @@
-/* $Id: fxmesa.h,v 1.3 2001/06/20 19:52:11 brianp Exp $ */
+/* $Id: fxmesa.h,v 1.4 2001/09/23 16:06:13 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.3
+ * Version: 4.0
* Copyright (C) 1995-2001 Brian Paul
*
* This library is free software; you can redistribute it and/or
@@ -40,8 +40,8 @@ extern "C" {
#endif
-#define FXMESA_MAJOR_VERSION 3
-#define FXMESA_MINOR_VERSION 5
+#define FXMESA_MAJOR_VERSION 4
+#define FXMESA_MINOR_VERSION 0
/*
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 19a0c313b3..f4cc2a80fa 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,8 +1,8 @@
-/* $Id: gl.h,v 1.58 2001/08/28 22:49:32 brianp Exp $ */
+/* $Id: gl.h,v 1.59 2001/09/23 16:06:13 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5.1
+ * Version: 4.0
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
diff --git a/include/GL/glx.h b/include/GL/glx.h
index 9d0b60fcea..9ec1580590 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,10 +1,10 @@
-/* $Id: glx.h,v 1.31 2001/09/14 02:43:04 brianp Exp $ */
+/* $Id: glx.h,v 1.32 2001/09/23 16:06:13 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 4.0
*
- * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2001 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"),
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h
index a002dcdacb..63ce843b68 100644
--- a/include/GL/osmesa.h
+++ b/include/GL/osmesa.h
@@ -1,8 +1,8 @@
-/* $Id: osmesa.h,v 1.8 2001/08/28 23:12:37 brianp Exp $ */
+/* $Id: osmesa.h,v 1.9 2001/09/23 16:06:13 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5.1
+ * Version: 4.0
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
@@ -62,9 +62,9 @@ extern "C" {
#include <GL/gl.h>
-#define OSMESA_MAJOR_VERSION 3
-#define OSMESA_MINOR_VERSION 5
-#define OSMESA_PATCH_VERSION 1
+#define OSMESA_MAJOR_VERSION 4
+#define OSMESA_MINOR_VERSION 0
+#define OSMESA_PATCH_VERSION 0
@@ -96,8 +96,8 @@ extern "C" {
#define OSMESA_HEIGHT 0x21
#define OSMESA_FORMAT 0x22
#define OSMESA_TYPE 0x23
-#define OSMESA_MAX_WIDTH 0x24 /* new in 3.5.1 */
-#define OSMESA_MAX_HEIGHT 0x25 /* new in 3.5.1 */
+#define OSMESA_MAX_WIDTH 0x24 /* new in 4.0 */
+#define OSMESA_MAX_HEIGHT 0x25 /* new in 4.0 */
typedef struct osmesa_context *OSMesaContext;
diff --git a/include/GL/svgamesa.h b/include/GL/svgamesa.h
index 40a9951bce..775251a05b 100644
--- a/include/GL/svgamesa.h
+++ b/include/GL/svgamesa.h
@@ -1,8 +1,8 @@
-/* $Id: svgamesa.h,v 1.5 2001/06/20 19:52:11 brianp Exp $ */
+/* $Id: svgamesa.h,v 1.6 2001/09/23 16:06:13 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 4.0
* Copyright (C) 1995-2001 Brian Paul
*
* This library is free software; you can redistribute it and/or
@@ -52,8 +52,8 @@
#define SVGAMESA_H
-#define SVGAMESA_MAJOR_VERSION 3
-#define SVGAMESA_MINOR_VERSION 5
+#define SVGAMESA_MAJOR_VERSION 4
+#define SVGAMESA_MINOR_VERSION 0
#ifdef __cplusplus
diff --git a/include/GL/uglmesa.h b/include/GL/uglmesa.h
index a70a0ae912..7ef5843504 100644
--- a/include/GL/uglmesa.h
+++ b/include/GL/uglmesa.h
@@ -4,7 +4,7 @@
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 4.0
*
* The MIT License
* Permission is hereby granted, free of charge, to any person obtaining a
@@ -38,7 +38,7 @@
extern "C" {
#endif
-#define UGL_MESA_MAJOR_VERSION 1
+#define UGL_MESA_MAJOR_VERSION 4
#define UGL_MESA_MINOR_VERSION 0
#include <GL/gl.h>
diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h
index b5aa603473..7e32d0cde8 100644
--- a/include/GL/xmesa.h
+++ b/include/GL/xmesa.h
@@ -1,8 +1,8 @@
-/* $Id: xmesa.h,v 1.11 2001/06/20 19:52:11 brianp Exp $ */
+/* $Id: xmesa.h,v 1.12 2001/09/23 16:06:13 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 4.0
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
@@ -89,8 +89,8 @@ extern struct Library *XLibBase;
#endif
-#define XMESA_MAJOR_VERSION 3
-#define XMESA_MINOR_VERSION 5
+#define XMESA_MAJOR_VERSION 4
+#define XMESA_MINOR_VERSION 0