summaryrefslogtreecommitdiff
path: root/src/mesa/main/colortab.c
AgeCommit message (Collapse)Author
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
based on the GL attribute groups. Introduced constants describing the circumstances under which some key derived values can change: _SWRAST_NEW_RASTERMASK -- ctx->RasterMask _SWRAST_NEW_TRIANGLE -- The software rasterizer's triangle function _DD_NEW_FEEDBACK -- the 'DD_FEEDBACK' bit in ctx->TriangleCaps These are helpful in deciding whether you need to recalculate state if your recalculation involves reference to a derived value.
2000-10-29More GLchan color channel changes.Brian Paul
Some header file re-org: Move matrix, vertex buffer structs to types.h to fix #include mess. Remove typedef, extern declarations from config.h
2000-10-28Basic work to support deep color channels:Brian Paul
Replace GLubyte with GLchan Replace 255 with CHAN_MAX
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