summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapitemp.h
AgeCommit message (Expand)AuthorFilesLines
2000-06-12changed dispatch of GL_EXT_vertex_array functionsBrian Paul1-9/+9
2000-05-19changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...Brian Paul1-5/+5
2000-05-19added const to compressed tex image functionsBrian Paul1-7/+7
2000-05-18added glTbufferMask3DFX(), enabled texture compression functionsBrian Paul1-3/+9
2000-05-18added tbuffer and compressed teximage extension functionsBrian Paul1-186/+240
2000-04-10added some more functionsBrian Paul1-1/+112
2000-02-24now using SGI-specified dispatch orderBrian Paul1-47/+308
2000-02-23fixed a few glitchesBrian Paul1-6/+6
2000-02-11added code for all GL_MESA_window_pos functionsBrian Paul1-24/+24
2000-02-01added normal, vertex, viewport message stringsBrian Paul1-37/+43
2000-02-01added more message stringsBrian Paul1-59/+59
2000-01-31removed unneeded \n charsBrian Paul1-25/+25
2000-01-31added more function templates, changed message formatBrian Paul1-517/+773
2000-01-28added default template macrosBrian Paul1-1/+28
2000-01-10added printf-message to dispatch templatesBrian Paul1-512/+523
2000-01-08removed DISPATCH_SETUP, added RETURN_DISPATCHBrian Paul1-522/+16
2000-01-07added glHintPGI templateBrian Paul1-1/+8
2000-01-07fixed GetString template, added GL_SGI_color_table templatesBrian Paul1-3/+48
1999-12-16added more extension functionsBrian Paul1-7/+206
1999-12-15added many more extension entry pointsBrian Paul1-251/+209
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul1-1/+29
1999-11-25initial revBrian Paul1-0/+2955