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