summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-10Fix for miscolored rects in display lists.Keith Whitwell1-4/+3
2000-06-12added EXT version of vertex array functionsBrian Paul1-25/+33
2000-06-06more work on GL_ARB_texture_compressionBrian Paul1-5/+272
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul1-4/+4
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul1-1/+67
2000-05-19added a bunch of imaging functionsBrian Paul1-15/+469
2000-05-18replaced components with internalFormatBrian Paul1-5/+5
2000-04-07added GL_SGIX/SGIS_pixel_textureBrian Paul1-1/+72
2000-03-21added more lockingBrian Paul1-1/+9
2000-03-19fixed compiler warnings on BeOS R4Brian Paul1-2/+2
2000-03-03runtime selectable depth buffer depthBrian Paul1-2/+3
2000-03-03save ColorTable and ColorSubTable commandsBrian Paul1-3/+3
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell1-3/+6
2000-02-24bunch of dispatch and extension-related changesBrian Paul1-48/+46
2000-02-12now using dynamically allocated api dispatch tablesBrian Paul1-209/+209
2000-02-11added code for all GL_MESA_window_pos functionsBrian Paul1-1/+138
2000-02-02don't include dispatch.hBrian Paul1-2/+1
2000-02-02updated includes for source file reorgBrian Paul1-12/+3
2000-01-31added save_TexImage3DEXT()Brian Paul1-1/+17
2000-01-24prefixed hash functions with _mesa_Brian Paul1-9/+9
2000-01-13made some functions staticBrian Paul1-25/+25
2000-01-07added missing glHintPGI() functionBrian Paul1-2/+26
1999-12-15removed _GLAPI_ extension testingBrian Paul1-29/+16
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul1-1/+42
1999-11-27added call to _mesa_init_no_op_table()Brian Paul1-1/+4
1999-11-25include glapi.hBrian Paul1-1/+2
1999-11-12replaced EXT_color_table with EXT_paletted_textureBrian Paul1-2/+2
1999-11-11ColorTableEXT clean-upBrian Paul1-12/+12
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-635/+1639
1999-11-09more fixes for glDrawArraysKeith Whitwell1-4/+2
1999-11-08clean-up of header includes (Daryll)Brian Paul1-5/+1
1999-11-03new texture image processingBrian Paul1-158/+221
1999-10-31fixed a typo in a commentBrian Paul1-2/+2
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell1-19/+75
1999-10-16removed GL_EXT_get_proc_addressBrian Paul1-4/+1
1999-10-13removed GL_ prefix from memory macrosBrian Paul1-12/+12
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul1-19/+16
1999-10-09fixed reference count bug in save_TexImage3DEXT()Brian Paul1-1/+5
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-2/+8
1999-09-20Bugfix for ctx->backface_sign calculationKeith Whitwell1-10/+10
1999-09-11added GL_EXT_get_proc_addressBrian Paul1-1/+5
1999-09-04fix for mga depthbuffer resizeKeith Whitwell1-10/+13
1999-08-26various pipeline bugsKeith Whitwell1-1/+5
1999-08-19Initial revisionjtg1-0/+3501