summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/colortab.c
Commit message (Expand)AuthorAgeFilesLines
...
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-2/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-1/+7
* More GLchan color channel changes.Brian Paul2000-10-291-7/+7
* Basic work to support deep color channels:Brian Paul2000-10-281-70/+70
* fixed image transfer errorsBrian Paul2000-08-211-8/+8
* several colortable fixesBrian Paul2000-06-291-37/+124
* fixed GL_INTENSITY error checking bugBrian Paul2000-06-271-3/+5
* replaced _mesa_base_tex_format() with base_colortab_format()Brian Paul2000-05-241-3/+61
* more GL_EXT_convolution workBrian Paul2000-05-101-2/+3
* more color table and imaging workBrian Paul2000-04-181-11/+12
* dynamically allocate color table data, uses less memoryBrian Paul2000-04-171-74/+160
* work on GL_SGI_color_tableBrian Paul2000-04-171-34/+149
* more GL_SGI_color_table extension workBrian Paul2000-04-121-165/+536
* fixed duplicate variable problemBrian Paul2000-04-111-3/+3
* initial work on GL_SGI_color_table extensionBrian Paul2000-04-111-20/+33
* changed imaging functions to _mesa_ prefixBrian Paul2000-03-211-6/+6
* added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul2000-02-281-1/+10
* bunch of dispatch and extension-related changesBrian Paul2000-02-241-29/+29
* renamed struct gl_palette as struct gl_color_tableBrian Paul1999-11-191-5/+5
* changed a warning stringBrian Paul1999-11-111-2/+2
* ColorTableEXT clean-upBrian Paul1999-11-111-29/+28
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-81/+220
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+5
* Initial revisionjtg1999-08-191-0/+312