summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.c
AgeCommit message (Expand)Author
2000-08-21implemented new ImageTransferState bitmaskBrian Paul
2000-07-19restore driver depth test enable/disable state in PopAttrib()Brian Paul
2000-07-05added texture cube map state save/restoreBrian Paul
2000-05-07Err, initial code for GL_EXT_convolution, not histogramBrian Paul
2000-05-07initial code for GL_EXT_histogram extensionBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-03-10glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functionsBrian Paul
2000-03-03added LineWidth device driver functionBrian Paul
2000-02-27add callbacks for stippleKeith Whitwell
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
2000-02-02replaced gl_ prefix with _mesa_ prefixBrian Paul
2000-02-02updated includes for source file reorgBrian Paul
1999-11-23another typoKeith Whitwell
1999-11-22fixed shade model bug (A.Borrmann)Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08changes to silence MSVC warningsBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-11#include <stdlib.h>Jouk Jansen
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-19Cleaning upKeith Whitwell
1999-09-18Large patch:Keith Whitwell
1999-09-16Do pop for GL_VIEWPORT_BIT via. the apiKeith Whitwell
1999-08-19Initial revisionjtg