aboutsummaryrefslogtreecommitdiffstats
path: root/include/GL/glext.h
Commit message (Collapse)AuthorAgeFilesLines
* version 18 of glext.hBrian Paul2003-05-101-79/+538
|
* fix glIsBufferARB() prototypeBrian Paul2003-04-281-1/+1
|
* fix function prototypes for manging (Bill Hoffman)Brian Paul2003-04-231-10/+10
|
* Added GL_ARB_vertex_buffer_object tokensBrian Paul2003-04-091-0/+32
|
* added GL_ARB_vertex_buffer_object functionsBrian Paul2003-03-291-0/+22
|
* GL_ATI_texture_env_combine3 extensionBrian Paul2003-01-211-0/+8
|
* Put back the include of windows.h so we are back to version 17 of the file.Karl Schultz2002-10-171-0/+5
|
* Change for Windows only: Make demos and examples build again.Karl Schultz2002-10-171-5/+0
| | | | | | | | | | | | | | | 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.
* version 17Brian Paul2002-09-061-24/+385
|
* added glXAllocate/FreeMemoryNV()Brian Paul2002-08-221-2/+15
|
* version 15 of glext.hBrian Paul2002-06-071-65/+69
|
* s/GL_MAX_TEXTURE_RECTANGLE_SIZE_NV/GL_MAX_RECTANGLE_TEXTURE_SIZE_NV/Brian Paul2002-06-071-1/+1
|
* version 13 of glext.h - fixes GL_EXT_texture_env_dot3 token valuesBrian Paul2002-04-121-4/+27
|
* latest extension headers from SGIBrian Paul2002-03-231-224/+445
|
* updated extensionsBrian Paul2001-10-171-96/+1402
|
* removed carriage return charsBrian Paul2001-09-151-3096/+3096
|
* Win32 updates (Karl Schultz)Brian Paul2001-09-141-3096/+3096
|
* added GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 ↵Brian Paul2001-04-191-2/+44
| | | | GL_ARB_texture_border_clamp (temporary until SGI updates this file)
* Upgrade to (patched) version 7 of glext.hGareth Hughes2001-01-301-15/+138
|
* Implementation of GL_EXT_texture_env_dot3.Gareth Hughes2001-01-061-4/+9
|
* ----------------------------------------------------------------------Jouk Jansen2000-06-151-0/+6
| | | | | | | | | | Committing in . VMS : >31 character-external problem Modified Files: Mesa/include/GL/glext.h ----------------------------------------------------------------------
* now using SGI's glext.h instead of original Mesa fileBrian Paul2000-06-131-2937/+2374
|
* replaced __CYGWIN32__ with __CYGWIN__Brian Paul2000-05-221-1/+1
|
* changed internalFormat to GLenum in TexImage4DSGI and all compressed ↵Brian Paul2000-05-191-8/+8
| | | | textimage calls
* protect PFNGLCOLORSUBTABLEEXTPROC from multi-definedBrian Paul2000-05-191-0/+2
|
* updated to version 10Brian Paul2000-05-181-15/+193
|
* added a bunch of missing token valuesBrian Paul2000-05-041-71/+99
|
* added GL_NV_texgen_embossBrian Paul2000-04-151-1/+17
|
* added some missing NV token valuesBrian Paul2000-04-151-9/+63
|
* more clean-upBrian Paul2000-04-151-27/+27
|
* version 8, added GL_EXT_texture_cube_mapBrian Paul2000-04-151-12/+33
|
* removed bogus GL_ALLOW_DRAW_SPN_HINT_PGI tokenBrian Paul2000-04-101-1/+0
|
* fixed a typoBrian Paul2000-04-071-1/+1
|
* version 7 check-inBrian Paul2000-04-071-28/+32
|
* updated to version 6Brian Paul2000-04-051-4/+49
|
* version 5: added texture compression extensionBrian Paul2000-03-291-1/+41
|
* version 4, all extensions up to 197, added some missing enum valuesBrian Paul2000-03-241-40/+698
|
* added more extensions, now at version 3Brian Paul2000-03-201-15/+801
|
* added final GL_HP_occlusion_test valuesBrian Paul2000-03-131-2/+2
|
* gave temp values to GL_HP_occlusion_test tokensBrian Paul2000-03-111-2/+2
|
* added GL_HP_occlusion_test, GL_EXT_texture_lod_biasBrian Paul2000-03-071-1/+34
|
* changes to _WIN32 test and APIENTRY testBrian Paul2000-03-031-2/+2
|
* added GL_GLEXT_VERSION_EXTBrian Paul2000-03-011-0/+2
|
* added a bit of GLAPIENTRY, APIENTRY setupBrian Paul2000-02-271-0/+4
|
* added all the PFNGL...PROC typedefsBrian Paul2000-02-261-159/+291
|
* Committing in .Jouk Jansen2000-02-251-1/+8
| | | | | | | | VMS & type-mismatch problems Modified Files: Mesa/include/GL/glext.h Mesa/include/GL/glx.h ----------------------------------------------------------------------
* fixed a typo in GL_MESA_resize_buffersBrian Paul2000-02-231-1/+1
|
* added a bunch of extensionsBrian Paul2000-02-231-1/+446
|
* added some missing tokens, fixed some errorsBrian Paul2000-02-231-6/+63
|
* initial revisionBrian Paul2000-02-231-0/+972