summaryrefslogtreecommitdiff
path: root/src/mesa/main/colortab.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-16Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian1-213/+93
2007-03-21merge from masterBrian1-201/+112
2007-03-16Colortable re-org.Brian1-201/+112
2007-03-15in _mesa_GetColorTable, return silently if table size is 0Brian1-2/+6
2007-01-23fixes for C++ warnings/errorsBrian1-2/+2
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul1-1/+1
2006-10-13s/GL_FALSE/0x0/Brian Paul1-1/+1
2006-10-13Revamp color table code.Brian Paul1-234/+94
2006-04-27fixes for CHAN_BITS!=8Brian Paul1-14/+50
2005-10-05s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul1-18/+18
2005-09-03fudge set_component_sizes() a bit, see commentsBrian Paul1-1/+5
2005-08-28fix a few proxy color table bugs (bug 4270)Brian Paul1-8/+11
2005-04-27move set_component_sizes() to fix bug 3135Brian Paul1-1/+3
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-3/+2
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-2/+2
2004-10-31PBO support for glColorTable, glColorSubTable, glGetColorTable, etc.Brian Paul1-9/+62
2004-09-09Update the doxygen configuration file.Jose Fonseca1-5/+5
2004-04-22New glTexImage code.Brian Paul1-2/+2
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul1-2/+1
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul1-3/+3
2004-02-28consolidate some codeBrian Paul1-138/+126
2004-02-28replace color table FloatTable boolean with Type enumBrian Paul1-34/+50
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-9/+9
2003-07-22Restore more code lost during last big merge.Brian Paul1-16/+24
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-20/+46
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+1
2003-01-26Make GL_SGI_texture_color_table work per-texture unit.Brian Paul1-49/+49
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul1-9/+134
2002-10-24Header file clean-up:Brian Paul1-7/+2
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-2/+1
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-4/+2
2002-06-08added missing texture cube map targetsBrian Paul1-3/+66
2001-09-15more warning fixes (Karl Schultz)Brian Paul1-3/+3
2001-07-14more work on float colors (still not finished)Brian Paul1-2/+1
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