summaryrefslogtreecommitdiff
path: root/src/mesa/main/colortab.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-29several colortable fixesBrian Paul1-37/+124
2000-06-27fixed GL_INTENSITY error checking bugBrian Paul1-3/+5
2000-05-24replaced _mesa_base_tex_format() with base_colortab_format()Brian Paul1-3/+61
2000-05-10more GL_EXT_convolution workBrian Paul1-2/+3
2000-04-18more color table and imaging workBrian Paul1-11/+12
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul1-74/+160
2000-04-17work on GL_SGI_color_tableBrian Paul1-34/+149
2000-04-12more GL_SGI_color_table extension workBrian Paul1-165/+536
2000-04-11fixed duplicate variable problemBrian Paul1-3/+3
2000-04-11initial work on GL_SGI_color_table extensionBrian Paul1-20/+33
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul1-6/+6
2000-02-28added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul1-1/+10
2000-02-24bunch of dispatch and extension-related changesBrian Paul1-29/+29
1999-11-19renamed struct gl_palette as struct gl_color_tableBrian Paul1-5/+5
1999-11-11changed a warning stringBrian Paul1-2/+2
1999-11-11ColorTableEXT clean-upBrian Paul1-29/+28
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-81/+220
1999-11-08clean-up of header includes (Daryll)Brian Paul1-4/+1
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-1/+5
1999-08-19Initial revisionjtg1-0/+312