aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
Commit message (Expand)AuthorAgeFilesLines
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-5/+5
* fixed dumb typoBrian Paul1999-10-101-2/+2
* added memory macrosBrian Paul1999-10-101-50/+82
* texture units now share default texture objectsBrian Paul1999-10-091-22/+17
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-1/+7
* Cleaning upKeith Whitwell1999-09-191-3/+18
* Large patch:Keith Whitwell1999-09-181-2/+7
* added GL_EXT_get_proc_addressBrian Paul1999-09-111-2/+3
* removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul1999-09-071-4/+1
* fix for mga depthbuffer resizeKeith Whitwell1999-09-041-21/+29
* fixed GL_FRONT_AND_BACK cull bugKeith Whitwell1999-09-021-2/+4
* new files to support vertex-based geometryKeith Whitwell1999-08-291-1/+3
* various pipeline bugsKeith Whitwell1999-08-261-10/+40
* Initial revisionjtg1999-08-191-0/+2388