summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/colortab.c
Commit message (Expand)AuthorAgeFilesLines
* more warning fixes (Karl Schultz)Brian Paul2001-09-151-3/+3
* more work on float colors (still not finished)Brian Paul2001-07-141-2/+1
* Minor fixes for Win32 (Karl Schultz).Brian Paul2001-04-201-2/+2
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-20/+20
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-37/+3
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-8/+8
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-7/+18
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-29/+29
* colortable w/ size=0 wasn't handled correctlyBrian Paul2001-02-271-97/+80
* Major rework of tnl moduleKeith Whitwell2000-12-261-14/+9
* generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul2000-12-101-3/+3
* set default table size to 0, minor error check fixBrian Paul2000-12-091-6/+12
* More auto* build system updatesJon Taylor2000-11-231-1/+2
* call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilterBrian Paul2000-11-211-1/+5
* added some RENDER_START/RENDER_FINISH macros. Minor GLchan changesBrian Paul2000-11-211-1/+5
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-16/+16
* minor changes to silence compiler warningsBrian Paul2000-11-101-1/+2
* 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