summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)Author
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-09more fixes for glDrawArraysKeith Whitwell
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-11-03new texture image processingBrian Paul
1999-10-31fixed a typo in a commentBrian Paul
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-16removed GL_EXT_get_proc_addressBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-09fixed reference count bug in save_TexImage3DEXT()Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-20Bugfix for ctx->backface_sign calculationKeith Whitwell
1999-09-11added GL_EXT_get_proc_addressBrian Paul
1999-09-04fix for mga depthbuffer resizeKeith Whitwell
1999-08-26various pipeline bugsKeith Whitwell
1999-08-19Initial revisionjtg