summaryrefslogtreecommitdiff
path: root/src/mesa/main/colortab.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-29mesa: have old glColorTable functions generate GL_INVALID_OPERATIONBrian Paul1-10/+10
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-10/+0
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-18/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-8/+8
2012-09-15mesa: remove FEATURE_colortable define.Oliver McFadden1-5/+0
2011-09-06mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick1-678/+11
2011-04-26Squashed commit of the following:Brian Paul1-4/+14
2011-03-29mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák1-1/+6
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+1
2011-02-28mesa: always generate error in glColorTableParameter[fi]v()Brian Paul1-23/+6
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul1-98/+1
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-23mesa: split up the image.c fileBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-09-23mesa: Remove SGI_color_table.Eric Anholt1-203/+1
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-4/+4
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-1/+1
2009-09-24mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu1-7/+30
2009-09-19mesa: move readbuffer testsBrian Paul1-1/+8
2009-09-19mesa: use _mesa_get_current_tex_unit() helperBrian Paul1-5/+6
2009-09-03mesa: use new combined PBO validate/map helpersBrian Paul1-29/+10
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul1-39/+24
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-4/+4
2008-11-10mesa: new _mesa_is_pow_two() functionBrian1-1/+1
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