summaryrefslogtreecommitdiff
path: root/src/mesa/main/colortab.c
AgeCommit message (Expand)Author
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-08-21fixed image transfer errorsBrian Paul
2000-06-29several colortable fixesBrian Paul
2000-06-27fixed GL_INTENSITY error checking bugBrian Paul
2000-05-24replaced _mesa_base_tex_format() with base_colortab_format()Brian Paul
2000-05-10more GL_EXT_convolution workBrian Paul
2000-04-18more color table and imaging workBrian Paul
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul
2000-04-17work on GL_SGI_color_tableBrian Paul
2000-04-12more GL_SGI_color_table extension workBrian Paul
2000-04-11fixed duplicate variable problemBrian Paul
2000-04-11initial work on GL_SGI_color_table extensionBrian Paul
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul
2000-02-28added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul
2000-02-24bunch of dispatch and extension-related changesBrian Paul
1999-11-19renamed struct gl_palette as struct gl_color_tableBrian Paul
1999-11-11changed a warning stringBrian Paul
1999-11-11ColorTableEXT clean-upBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-08-19Initial revisionjtg