summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixel.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Avoid double promotion.Matt Turner2015-07-291-2/+2
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* 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-12/+0
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-20/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-11/+11
* mesa: remove FEATURE_pixel_transfer define.Oliver McFadden2012-09-151-6/+0
* mesa: remove unused gl_pixelmap::Map8[] arrayBrian Paul2012-02-101-2/+0
* meta: fix GetTexImage() for luminance, l/a, intensity formatsBrian Paul2011-09-301-1/+1
* mesa: fix error handling for glPixelZoomYuanhan Liu2011-09-191-0/+2
* Squashed commit of the following:Brian Paul2011-04-261-21/+53
* mesa: remove _MESA_NEW_TRANSFER_STATEBrian Paul2011-03-231-1/+1
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* mesa: remove GL_SGI_texture_color_table supportBrian Paul2011-02-281-3/+0
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-82/+0
* mesa: Remove SGI_color_matrix.Eric Anholt2010-09-231-66/+0
* mesa: Remove SGI_color_table.Eric Anholt2010-09-231-14/+0
* mesa: Remove EXT_histogram.Eric Anholt2010-09-231-8/+0
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* mesa: Remove dead error condition.Vinson Lee2010-02-251-1/+1
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-2/+2
* mesa: Enable true refcounting for NullBufferObj.Michal Krol2010-02-091-2/+6
* mesa: Remove unnecessary header from pixel.c.Vinson Lee2010-01-181-1/+0
* mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu2009-09-241-9/+31
* mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul2009-09-031-158/+81
* mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-12/+12
* mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-6/+6
* mesa: fix comment typoBrian Paul2009-04-221-1/+1
* mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul2009-02-101-1/+1
* mesa: new _mesa_is_pow_two() functionBrian2008-11-101-3/+3
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-09-231-1/+1
* mesa: refactor: move initialization of DefaultPacking state.Brian Paul2008-09-211-20/+0
* mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul2008-09-211-407/+11
* mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul2008-09-211-28/+0
* mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul2008-09-211-196/+0
* merge from masterBrian2007-03-211-311/+172
|\
| * Colortable re-org.Brian2007-03-161-12/+8
| * pixelmap code simplificationBrian2007-03-141-253/+124
| * Re-org of gl_pixel_attrib struct.Brian2007-03-141-112/+106
* | fix ctx->Pixel.PostConvolutionScale/Bias subscript bugsBrian2007-03-131-6/+6
|/
* s/GLchan/GLubyte/Brian Paul2006-10-241-4/+4
* Consolidate, move, fix code related to color index and stencil image transferBrian Paul2006-10-131-81/+0
* Revamp color table code.Brian Paul2006-10-131-416/+176
* remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()Brian Paul2006-10-121-68/+4