Author: greatlrd
Date: Fri Oct 13 23:54:59 2006
New Revision: 24506
URL:
http://svn.reactos.org/svn/reactos?rev=24506&view=rev
Log:
include/GL folders files update to mingw w32s api version 3.6
Modified:
trunk/reactos/include/GL/gl.h
trunk/reactos/include/GL/glext.h
trunk/reactos/include/GL/glu.h
Modified: trunk/reactos/include/GL/gl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/GL/gl.h?rev=24506&…
==============================================================================
--- trunk/reactos/include/GL/gl.h (original)
+++ trunk/reactos/include/GL/gl.h Fri Oct 13 23:54:59 2006
@@ -1,4 +1,4 @@
-/* $Id: gl.h 12852 2005-01-06 13:58:04Z mf $ */
+/* $Id: gl.h,v 1.3 2003/08/25 02:02:37 dannysmith Exp $ */
/*
* Mesa 3-D graphics library
@@ -1452,7 +1452,7 @@
/* Include external definitions of OpenGL extensions */
/* Removed, see this bug report for reference:
*
http://sourceforge.net/tracker/index.php?func=detail&aid=610178&gro…
- *
+ *
* #include <GL/glext.h>
*/
Modified: trunk/reactos/include/GL/glext.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/GL/glext.h?rev=245…
==============================================================================
--- trunk/reactos/include/GL/glext.h (original)
+++ trunk/reactos/include/GL/glext.h Fri Oct 13 23:54:59 2006
@@ -13,21 +13,21 @@
** this file except in compliance with the License. You may obtain a copy
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
-**
+**
**
http://oss.sgi.com/projects/FreeB
-**
+**
** Note that, as provided in the License, the Software is distributed on an
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
-**
+**
** Original Code. The Original Code is: OpenGL Sample Implementation,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
** Copyright in any portions created by third parties is as indicated
** elsewhere herein. All Rights Reserved.
-**
+**
** Additional Notice Provisions: This software was created using the
** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has
** not been independently verified as being compliant with the OpenGL(R)
Modified: trunk/reactos/include/GL/glu.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/GL/glu.h?rev=24506…
==============================================================================
--- trunk/reactos/include/GL/glu.h (original)
+++ trunk/reactos/include/GL/glu.h Fri Oct 13 23:54:59 2006
@@ -6,21 +6,21 @@
** this file except in compliance with the License. You may obtain a copy
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
-**
+**
**
http://oss.sgi.com/projects/FreeB
-**
+**
** Note that, as provided in the License, the Software is distributed on an
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
-**
+**
** Original Code. The Original Code is: OpenGL Sample Implementation,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
** Copyright in any portions created by third parties is as indicated
** elsewhere herein. All Rights Reserved.
-**
+**
** Additional Notice Provisions: This software was created using the
** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has
** not been independently verified as being compliant with the OpenGL(R)
@@ -34,6 +34,7 @@
#pragma GCC system_header
#endif
+#include <stddef.h> /* for wchar_t */
#include <GL/gl.h>
#ifdef __cplusplus
@@ -104,6 +105,16 @@
#define GLU_NURBS_ERROR36 100286
#define GLU_NURBS_ERROR37 100287
+/* NurbsProperty */
+#define GLU_AUTO_LOAD_MATRIX 100200
+#define GLU_CULLING 100201
+#define GLU_SAMPLING_TOLERANCE 100203
+#define GLU_DISPLAY_MODE 100204
+#define GLU_PARAMETRIC_TOLERANCE 100202
+#define GLU_SAMPLING_METHOD 100205
+#define GLU_U_STEP 100206
+#define GLU_V_STEP 100207
+
/* NurbsSampling */
#define GLU_PATH_LENGTH 100215
#define GLU_PARAMETRIC_ERROR 100216
@@ -120,7 +131,7 @@
#define GLU_SILHOUETTE 100013
/* QuadricCallback */
-/* GLU_ERROR */
+#define GLU_ERROR 100103
/* QuadricNormal */
#define GLU_SMOOTH 100000