summaryrefslogtreecommitdiff
path: root/src/mesa/main/colortab.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-20Minor fixes for Win32 (Karl Schultz).Brian Paul1-2/+2
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul1-20/+20
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-37/+3
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-8/+8
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-7/+18
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-29/+29
2001-02-27colortable w/ size=0 wasn't handled correctlyBrian Paul1-97/+80
2000-12-26Major rework of tnl moduleKeith Whitwell1-14/+9
2000-12-10generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul1-3/+3
2000-12-09set default table size to 0, minor error check fixBrian Paul1-6/+12
2000-11-23More auto* build system updatesJon Taylor1-1/+2
2000-11-21call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilterBrian Paul1-1/+5
2000-11-21added some RENDER_START/RENDER_FINISH macros. Minor GLchan changesBrian Paul1-1/+5
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-16/+16
2000-11-10minor changes to silence compiler warningsBrian Paul1-1/+2
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-2/+1
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-1/+7
2000-10-29More GLchan color channel changes.Brian Paul1-7/+7
2000-10-28Basic work to support deep color channels:Brian Paul1-70/+70
2000-08-21fixed image transfer errorsBrian Paul1-8/+8
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