summaryrefslogtreecommitdiff
path: root/src/mesa/main/colortab.c
AgeCommit message (Expand)Author
2002-06-08added missing texture cube map targetsBrian Paul
2001-09-15more warning fixes (Karl Schultz)Brian Paul
2001-07-14more work on float colors (still not finished)Brian Paul
2001-04-20Minor fixes for Win32 (Karl Schultz).Brian Paul
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-27colortable w/ size=0 wasn't handled correctlyBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-10generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul
2000-12-09set default table size to 0, minor error check fixBrian Paul
2000-11-23More auto* build system updatesJon Taylor
2000-11-21call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilterBrian Paul
2000-11-21added some RENDER_START/RENDER_FINISH macros. Minor GLchan changesBrian Paul
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-10minor changes to silence compiler warningsBrian Paul
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
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