summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/colortab.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: have old glColorTable functions generate GL_INVALID_OPERATIONBrian Paul2013-11-291-10/+10
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-10/+0
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-18/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-8/+8
* mesa: remove FEATURE_colortable define.Oliver McFadden2012-09-151-5/+0
* mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick2011-09-061-678/+11
* Squashed commit of the following:Brian Paul2011-04-261-4/+14
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-1/+6
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* mesa: always generate error in glColorTableParameter[fi]v()Brian Paul2011-02-281-23/+6
* mesa: remove GL_SGI_texture_color_table supportBrian Paul2011-02-281-98/+1
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: split up the image.c fileBrian Paul2010-10-231-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: Remove SGI_color_table.Eric Anholt2010-09-231-203/+1
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-4/+4
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+1
* mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu2009-09-241-7/+30
* mesa: move readbuffer testsBrian Paul2009-09-191-1/+8
* mesa: use _mesa_get_current_tex_unit() helperBrian Paul2009-09-191-5/+6
* mesa: use new combined PBO validate/map helpersBrian Paul2009-09-031-29/+10
* mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul2009-09-031-39/+24
* mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-4/+4
* mesa: new _mesa_is_pow_two() functionBrian2008-11-101-1/+1
* Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian2007-08-161-213/+93
* merge from masterBrian2007-03-211-201/+112
|\
| * Colortable re-org.Brian2007-03-161-201/+112
* | in _mesa_GetColorTable, return silently if table size is 0Brian2007-03-151-2/+6
|/
* fixes for C++ warnings/errorsBrian2007-01-231-2/+2
* In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul2006-10-131-1/+1
* s/GL_FALSE/0x0/Brian Paul2006-10-131-1/+1
* Revamp color table code.Brian Paul2006-10-131-234/+94
* fixes for CHAN_BITS!=8Brian Paul2006-04-271-14/+50
* s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul2005-10-051-18/+18
* fudge set_component_sizes() a bit, see commentsBrian Paul2005-09-031-1/+5
* fix a few proxy color table bugs (bug 4270)Brian Paul2005-08-281-8/+11
* move set_component_sizes() to fix bug 3135Brian Paul2005-04-271-1/+3
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-3/+2
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-2/+2
* PBO support for glColorTable, glColorSubTable, glGetColorTable, etc.Brian Paul2004-10-311-9/+62
* Update the doxygen configuration file.Jose Fonseca2004-09-091-5/+5
* New glTexImage code.Brian Paul2004-04-221-2/+2
* Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul2004-02-281-2/+1