summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* added convolve.h headerBrian Paul2000-08-231-1/+2
* Fix for miscolored rects in display lists.Keith Whitwell2000-07-101-4/+3
* added EXT version of vertex array functionsBrian Paul2000-06-121-25/+33
* more work on GL_ARB_texture_compressionBrian Paul2000-06-061-5/+272
* changed allocation/initialization of API dispatch tablesBrian Paul2000-05-241-4/+4
* initial work for GL_ARB_texture_compressionBrian Paul2000-05-231-1/+67
* added a bunch of imaging functionsBrian Paul2000-05-191-15/+469
* replaced components with internalFormatBrian Paul2000-05-181-5/+5
* added GL_SGIX/SGIS_pixel_textureBrian Paul2000-04-071-1/+72
* added more lockingBrian Paul2000-03-211-1/+9
* fixed compiler warnings on BeOS R4Brian Paul2000-03-191-2/+2
* runtime selectable depth buffer depthBrian Paul2000-03-031-2/+3
* save ColorTable and ColorSubTable commandsBrian Paul2000-03-031-3/+3
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-3/+6
* bunch of dispatch and extension-related changesBrian Paul2000-02-241-48/+46
* now using dynamically allocated api dispatch tablesBrian Paul2000-02-121-209/+209
* added code for all GL_MESA_window_pos functionsBrian Paul2000-02-111-1/+138
* don't include dispatch.hBrian Paul2000-02-021-2/+1
* updated includes for source file reorgBrian Paul2000-02-021-12/+3
* added save_TexImage3DEXT()Brian Paul2000-01-311-1/+17
* prefixed hash functions with _mesa_Brian Paul2000-01-241-9/+9
* 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