added Window-isms previously in gl.h
[mesa.git] / src / mesa / main / attrib.c
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-10 Brian PaulglPopAttrib() now calls Driver's ClearColor, ClearIndex...
2000-03-03 Brian Pauladded LineWidth device driver function
2000-02-27 Keith Whitwelladd callbacks for stipple
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix
2000-02-02 Brian Paulupdated includes for source file reorg
1999-11-23 Keith Whitwellanother typo
1999-11-22 Brian Paulfixed shade model bug (A.Borrmann)
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulchanges to silence MSVC warnings
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-11 Jouk Jansen#include <stdlib.h>
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-19 Keith WhitwellCleaning up
1999-09-18 Keith WhitwellLarge patch:
1999-09-16 Keith WhitwellDo pop for GL_VIEWPORT_BIT via. the api
1999-08-19 jtgInitial revision