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