Brian Paul
371f7cdb7a
fix PFNGLMULTIMODEDRAWARRAYSIBMPROC
22 years ago
Jon Smirl
dc22a652c9
Fix compile problems with `glMultiModeDrawArraysIBM'
Adjust makefiles to create depends and not store it in CVS
Remove dependency on kernel pci_ids.h
22 years ago
Brian Paul
3ef8ed72ca
version 18 of glext.h
22 years ago
Brian Paul
c6506004d4
fix glIsBufferARB() prototype
22 years ago
Brian Paul
e78f823724
fix function prototypes for manging (Bill Hoffman)
22 years ago
Brian Paul
ef393cbb54
Added GL_ARB_vertex_buffer_object tokens
22 years ago
Brian Paul
997d468afe
added GL_ARB_vertex_buffer_object functions
22 years ago
Brian Paul
943f0c6a41
GL_ATI_texture_env_combine3 extension
22 years ago
Karl Schultz
6afdc0bec2
Put back the include of windows.h so we are back to version 17 of the file.
22 years ago
Karl Schultz
3e2fa3fd5c
Change for Windows only: Make demos and examples build again.
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.
22 years ago
Brian Paul
e14c151f0a
version 17
22 years ago
Brian Paul
fb657ef91d
added glXAllocate/FreeMemoryNV()
23 years ago
Brian Paul
3f058cd2c5
version 15 of glext.h
23 years ago
Brian Paul
9800adaed2
s/GL_MAX_TEXTURE_RECTANGLE_SIZE_NV/GL_MAX_RECTANGLE_TEXTURE_SIZE_NV/
23 years ago
Brian Paul
cb445412fc
version 13 of glext.h - fixes GL_EXT_texture_env_dot3 token values
23 years ago
Brian Paul
e3af5354a6
latest extension headers from SGI
23 years ago
Brian Paul
3d16c369d9
updated extensions
23 years ago
Brian Paul
1f20952a92
removed carriage return chars
23 years ago
Brian Paul
04120f6cce
Win32 updates (Karl Schultz)
23 years ago
Brian Paul
4c00e30ef0
added GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_border_clamp (temporary until SGI updates this file)
24 years ago
Gareth Hughes
f2515fa83e
Upgrade to (patched) version 7 of glext.h
24 years ago
Gareth Hughes
ba8f6172bd
Implementation of GL_EXT_texture_env_dot3.
24 years ago
Jouk Jansen
55336ae09d
----------------------------------------------------------------------
Committing in .
VMS : >31 character-external problem
Modified Files:
Mesa/include/GL/glext.h
----------------------------------------------------------------------
25 years ago
Brian Paul
e7268d8341
now using SGI's glext.h instead of original Mesa file
25 years ago
Brian Paul
8da58f3184
replaced __CYGWIN32__ with __CYGWIN__
25 years ago
Brian Paul
cc2b08ddf0
changed internalFormat to GLenum in TexImage4DSGI and all compressed textimage calls
25 years ago
Brian Paul
b1bc367ab3
protect PFNGLCOLORSUBTABLEEXTPROC from multi-defined
25 years ago
Brian Paul
0914fbaec1
updated to version 10
25 years ago
Brian Paul
474e2f4dbb
added a bunch of missing token values
25 years ago
Brian Paul
825fb31e58
added GL_NV_texgen_emboss
25 years ago
Brian Paul
e9cd76e239
added some missing NV token values
25 years ago
Brian Paul
eae28ca68c
more clean-up
25 years ago
Brian Paul
76713fb0b0
version 8, added GL_EXT_texture_cube_map
25 years ago
Brian Paul
a28a4f7820
removed bogus GL_ALLOW_DRAW_SPN_HINT_PGI token
25 years ago
Brian Paul
ede4887b16
fixed a typo
25 years ago
Brian Paul
985d6b2987
version 7 check-in
25 years ago
Brian Paul
db5c274851
updated to version 6
25 years ago
Brian Paul
a1cfd0f7a1
version 5: added texture compression extension
25 years ago
Brian Paul
afb8c93470
version 4, all extensions up to 197, added some missing enum values
25 years ago
Brian Paul
d7c4f043fe
added more extensions, now at version 3
25 years ago
Brian Paul
3cb1121299
added final GL_HP_occlusion_test values
25 years ago
Brian Paul
9aafc4fd5d
gave temp values to GL_HP_occlusion_test tokens
25 years ago
Brian Paul
64eef48741
added GL_HP_occlusion_test, GL_EXT_texture_lod_bias
25 years ago
Brian Paul
4c7e3c29f7
changes to _WIN32 test and APIENTRY test
25 years ago
Brian Paul
6b729d41f0
added GL_GLEXT_VERSION_EXT
25 years ago
Brian Paul
0f21a5d36b
added a bit of GLAPIENTRY, APIENTRY setup
25 years ago
Brian Paul
4c5fb70380
added all the PFNGL...PROC typedefs
25 years ago
Jouk Jansen
eaba005f18
Committing in .
VMS & type-mismatch problems
Modified Files:
Mesa/include/GL/glext.h Mesa/include/GL/glx.h
----------------------------------------------------------------------
25 years ago
Brian Paul
7d4d54cf94
fixed a typo in GL_MESA_resize_buffers
25 years ago
Brian Paul
4278ec184d
added a bunch of extensions
25 years ago