summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapitemp.h
AgeCommit message (Collapse)Author
2001-10-17minor updates for new glext.hBrian Paul
2001-08-28OpenGL 1.3 supportBrian Paul
2001-06-05filled in a bunch of the function template stringsBrian Paul
2001-03-28New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul
Folded glapinoop.c code into glapi.c. Added code to glapitemp.h to fill in dispatch tables. Updated Makefiles.
2001-03-26removed DO_GEOMETRYBrian Paul
2001-03-26change glTexImage3D() internalFormat to GLenum to match other OpenGLsBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2000-12-26Major rework of tnl moduleKeith Whitwell
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges.
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
and state.c file for plugging those functions into the dispatch table. Don't use Mesa 3.5 for DRI until SGI approves the new dispatch offsets. Commented-out references to ctx->FogMode and VB->Specular in FX driver. Minor clean-up in extensions.c Removed unused prototype in fog.h
2000-06-12changed dispatch of GL_EXT_vertex_array functionsBrian Paul
2000-05-19changed internalFormat to GLenum in TexImage4DSGI and all compressed ↵Brian Paul
textimage calls
2000-05-19added const to compressed tex image functionsBrian Paul
2000-05-18added glTbufferMask3DFX(), enabled texture compression functionsBrian Paul
2000-05-18added tbuffer and compressed teximage extension functionsBrian Paul
2000-04-10added some more functionsBrian Paul
2000-02-24now using SGI-specified dispatch orderBrian Paul
2000-02-23fixed a few glitchesBrian Paul
2000-02-11added code for all GL_MESA_window_pos functionsBrian Paul
2000-02-01added normal, vertex, viewport message stringsBrian Paul
2000-02-01added more message stringsBrian Paul
2000-01-31removed unneeded \n charsBrian Paul
2000-01-31added more function templates, changed message formatBrian Paul
2000-01-28added default template macrosBrian Paul
2000-01-10added printf-message to dispatch templatesBrian Paul
2000-01-08removed DISPATCH_SETUP, added RETURN_DISPATCHBrian Paul
2000-01-07added glHintPGI templateBrian Paul
2000-01-07fixed GetString template, added GL_SGI_color_table templatesBrian Paul
1999-12-16added more extension functionsBrian Paul
1999-12-15added many more extension entry pointsBrian Paul
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul
1999-11-25initial revBrian Paul