summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)Author
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-30pixel pack/unpack ImageHeight and SkipImages was not initializedBrian Paul
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10fixed dumb typoBrian Paul
1999-10-10added memory macrosBrian Paul
1999-10-09texture units now share default texture objectsBrian 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-11added GL_EXT_get_proc_addressBrian Paul
1999-09-07removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul
1999-09-04fix for mga depthbuffer resizeKeith Whitwell
1999-09-02fixed GL_FRONT_AND_BACK cull bugKeith Whitwell
1999-08-29new files to support vertex-based geometryKeith Whitwell
1999-08-26various pipeline bugsKeith Whitwell
1999-08-19Initial revisionjtg