Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-17 | mesa: upgrade to glext.h version 66 | Brian Paul | |
The type of the num/count parameter to glProgramParameters4[df]vNV() changed so some API dispatch code needed updates too. | |||
2010-09-14 | mesa: update to version 64 of GL/glext.h | Brian Paul | |
A number of other files had to be updated as well because const qualifiers were added to the glMultiDrawArrays() function. Also, GL_FIXED is now defined in glext.h. | |||
2010-04-26 | glext: upgraded to version 61 | Brian Paul | |
2009-10-23 | gl: updated glext.h to version 56 | Brian Paul | |
2009-08-03 | gl: upgrade glext.h to version 54 | Brian Paul | |
2009-06-04 | mesa: upgrade glext.h to version 52 | Brian Paul | |
A number of the PFNGL* function typedefs are now in glext.h and must be omitted from the gl.h file. gl.h will be pruned in the next commit. | |||
2009-03-28 | gl: add new OGL 3.1 enums to glext.h | Roland Scheidegger | |
This is just temporary until the upstream source is updated. | |||
2009-03-28 | gl: update glext.h to version 48 | Roland Scheidegger | |
2009-03-25 | gl: update include/GL/glext.h to version 48 | Brian Paul | |
2009-03-05 | gl: update glext.h to version 46 | Brian Paul | |
2009-03-04 | fix incorrect prototype for glMapBufferRange() in glext.h | Brian Paul | |
Needs to return void * | |||
2009-01-08 | mesa: import glext.h version 44 | Brian Paul | |
2008-10-23 | mesa: version 43 of glext.h | Brian Paul | |
2008-08-11 | version 41 of glext.h | Brian Paul | |
2008-07-15 | additional preprocessor checks for stdint.h, inttypes.h, etc | Blair Sadewitz | |
The patches to glext.h and glxext.h have been sent to Khronos/bugzilla. | |||
2008-03-25 | updated to version 40 | Brian | |
2008-03-24 | fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokens | Brian | |
2007-02-26 | updated version with new Khronos license/copyright | Brian | |
2007-02-20 | updated to version 39 | Brian | |
2006-09-16 | added #ifdef tests for Windows for int64_t, uint64_t | Brian Paul | |
2006-08-30 | latest version from OpenGL ARB | Brian Paul | |
2006-06-12 | remove const qualifier from glGenVertexArraysAPPLE() parameter | Brian Paul | |
2005-06-21 | updated to version 29 | Brian Paul | |
2005-05-31 | updated to version 28 | Brian Paul | |
2005-01-20 | glext.h version 26 | Brian Paul | |
2004-07-28 | version 24 from oss.sgi.com | Brian Paul | |
2004-06-23 | updated to version 23 | Brian Paul | |
2004-02-24 | upgraded to version 22 | Brian Paul | |
2004-01-13 | updated to version 21 with OpenGL 1.5 support | Brian Paul | |
2003-12-08 | reverse Keith's 'XFree86Server' glue. | Alan Hourihane | |
2003-12-08 | Can't include <stddef.h> when building XFree86 server - define | Keith Whitwell | |
ptrdiff_t to int instead | |||
2003-09-30 | Updates required for building the SciTech SNAP version of Mesa. This includes: | Kendall Bennett | |
1. Changes to the main header files to exclude some stuff is __SCITECH_SNAP__ is defined. The main GL/gl.h header file in SciTech SNAP is actually a wrapper that defines a bunch of necessary stuff and then included GL/gl_mesa.h which is the normal Mesa GL/gl.h header file renamed. 2. Changed APIENTRY * to APIENTRYP macros in the GL/gl.h and GL/glext.h header files. This will better support other compilers like IBM VisualAge C++. I added a basic macro for APIENTRYP to GL/gl.h (inside the !SNAP block), so existing code will compile the same, but when the SNAP version is being built we will use the correc definitions for the target compiler. 3. Changed a few more void * declarations to GLvoid *'s to avoid Open Watcom compiler complaints. 4. Updates the OPENGL_VERSION macro to include a patch number (set to 0 for now). Probably not necessary, but the original macro was wrong and we use that macro in our code. 5. Changed _tnl_end() to _tnl_end_ctx() to avoid conflicts with _tnl_End when using a compiler that has a case insensitive link. | |||
2003-08-24 | fix PFNGLMULTIMODEDRAWARRAYSIBMPROC | Brian Paul | |
2003-08-24 | Fix compile problems with `glMultiModeDrawArraysIBM' | Jon Smirl | |
Adjust makefiles to create depends and not store it in CVS Remove dependency on kernel pci_ids.h | |||
2003-05-10 | version 18 of glext.h | Brian Paul | |
2003-04-28 | fix glIsBufferARB() prototype | Brian Paul | |
2003-04-23 | fix function prototypes for manging (Bill Hoffman) | Brian Paul | |
2003-04-09 | Added GL_ARB_vertex_buffer_object tokens | Brian Paul | |
2003-03-29 | added GL_ARB_vertex_buffer_object functions | Brian Paul | |
2003-01-21 | GL_ATI_texture_env_combine3 extension | Brian Paul | |
2002-10-17 | Put back the include of windows.h so we are back to version 17 of the file. | Karl Schultz | |
2002-10-17 | Change for Windows only: Make demos and examples build again. | Karl Schultz | |
Move the inclusion of windows.h from glext.h to gl.h. There are a few good reasons for this: - Including it in gl.h is more strightforward and makes it easier to troubleshoot include file problems. It was sometimes hard to find it in glext.h. - Needed to define APIENTRY correctly. APIENTRY is used in gl.h. - glut.h needs windows.h but does not include it, expecting the app to include it. Including it in gl.h if not already included by the app makes glut.h happy. This allows one to write a gl/glut app without explictly including windows.h, which may only be really important for toy apps like our samples and demos. But a "real" app can still include windows.h if it wants. | |||
2002-09-06 | version 17 | Brian Paul | |
2002-08-22 | added glXAllocate/FreeMemoryNV() | Brian Paul | |
2002-06-07 | version 15 of glext.h | Brian Paul | |
2002-06-07 | s/GL_MAX_TEXTURE_RECTANGLE_SIZE_NV/GL_MAX_RECTANGLE_TEXTURE_SIZE_NV/ | Brian Paul | |
2002-04-12 | version 13 of glext.h - fixes GL_EXT_texture_env_dot3 token values | Brian Paul | |
2002-03-23 | latest extension headers from SGI | Brian Paul | |
2001-10-17 | updated extensions | Brian Paul | |
2001-09-15 | removed carriage return chars | Brian Paul | |