summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapitemp.h
AgeCommit message (Expand)Author
2002-01-15Fixed Windows compile problem with gl__unused413() function.Brian Paul
2001-12-15better api trace/log messagesBrian Paul
2001-12-14added newline characters to trace stringsBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-26avoid using near and far as variable names since they are reserved wordsKarl Schultz
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-11-01added some (void *) casts to silence gcc 2.96 warningsBrian Paul
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
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
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-06-12changed dispatch of GL_EXT_vertex_array functionsBrian Paul
2000-05-19changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...Brian Paul
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