summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* made some functions staticBrian Paul2000-01-131-25/+25
* added missing glHintPGI() functionBrian Paul2000-01-071-2/+26
* removed _GLAPI_ extension testingBrian Paul1999-12-151-29/+16
* implemented GL_ARB_tranpose_matrixBrian Paul1999-12-101-1/+42
* added call to _mesa_init_no_op_table()Brian Paul1999-11-271-1/+4
* include glapi.hBrian Paul1999-11-251-1/+2
* replaced EXT_color_table with EXT_paletted_textureBrian Paul1999-11-121-2/+2
* ColorTableEXT clean-upBrian Paul1999-11-111-12/+12
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-635/+1639
* more fixes for glDrawArraysKeith Whitwell1999-11-091-4/+2
* clean-up of header includes (Daryll)Brian Paul1999-11-081-5/+1
* new texture image processingBrian Paul1999-11-031-158/+221
* fixed a typo in a commentBrian Paul1999-10-311-2/+2
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-191-19/+75
* removed GL_EXT_get_proc_addressBrian Paul1999-10-161-4/+1
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-12/+12
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-19/+16
* fixed reference count bug in save_TexImage3DEXT()Brian Paul1999-10-091-1/+5
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-2/+8
* Bugfix for ctx->backface_sign calculationKeith Whitwell1999-09-201-10/+10
* added GL_EXT_get_proc_addressBrian Paul1999-09-111-1/+5
* fix for mga depthbuffer resizeKeith Whitwell1999-09-041-10/+13
* various pipeline bugsKeith Whitwell1999-08-261-1/+5
* Initial revisionjtg1999-08-191-0/+3501