summaryrefslogtreecommitdiff
path: root/src/mesa/main/colortab.c
AgeCommit message (Expand)Author
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-28mesa: always generate error in glColorTableParameter[fi]v()Brian Paul
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-10-23mesa: split up the image.c fileBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-23mesa: Remove SGI_color_table.Eric Anholt
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2009-09-24mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu
2009-09-19mesa: move readbuffer testsBrian Paul
2009-09-19mesa: use _mesa_get_current_tex_unit() helperBrian Paul
2009-09-03mesa: use new combined PBO validate/map helpersBrian Paul
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2008-11-10mesa: new _mesa_is_pow_two() functionBrian
2007-08-16Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian
2007-03-21merge from masterBrian
2007-03-16Colortable re-org.Brian
2007-03-15in _mesa_GetColorTable, return silently if table size is 0Brian
2007-01-23fixes for C++ warnings/errorsBrian
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul
2006-10-13s/GL_FALSE/0x0/Brian Paul
2006-10-13Revamp color table code.Brian Paul
2006-04-27fixes for CHAN_BITS!=8Brian Paul
2005-10-05s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul
2005-09-03fudge set_component_sizes() a bit, see commentsBrian Paul
2005-08-28fix a few proxy color table bugs (bug 4270)Brian Paul
2005-04-27move set_component_sizes() to fix bug 3135Brian Paul
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-31PBO support for glColorTable, glColorSubTable, glGetColorTable, etc.Brian Paul
2004-09-09Update the doxygen configuration file.Jose Fonseca
2004-04-22New glTexImage code.Brian Paul
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul
2004-02-28consolidate some codeBrian Paul
2004-02-28replace color table FloatTable boolean with Type enumBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-22Restore more code lost during last big merge.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-26Make GL_SGI_texture_color_table work per-texture unit.Brian Paul
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul