summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-07mesa: inline update_image_transfer_state() into _mesa_update_pixel()Samuel Pitoiset1-14/+6
2017-06-07mesa: remove useless check in _mesa_update_pixel()Samuel Pitoiset1-3/+2
2015-07-29mesa: Avoid double promotion.Matt Turner1-2/+2
2015-04-01mesa: remove unneeded #include of colormac.hBrian Paul1-1/+0
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-12/+0
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-20/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-11/+11
2012-09-15mesa: remove FEATURE_pixel_transfer define.Oliver McFadden1-6/+0
2012-02-10mesa: remove unused gl_pixelmap::Map8[] arrayBrian Paul1-2/+0
2011-09-30meta: fix GetTexImage() for luminance, l/a, intensity formatsBrian Paul1-1/+1
2011-09-19mesa: fix error handling for glPixelZoomYuanhan Liu1-0/+2
2011-04-26Squashed commit of the following:Brian Paul1-21/+53
2011-03-23mesa: remove _MESA_NEW_TRANSFER_STATEBrian Paul1-1/+1
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+1
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul1-3/+0
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-6/+6
2010-09-23mesa: Remove EXT_convolution.Eric Anholt1-82/+0
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt1-66/+0
2010-09-23mesa: Remove SGI_color_table.Eric Anholt1-14/+0
2010-09-23mesa: Remove EXT_histogram.Eric Anholt1-8/+0
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2010-02-25mesa: Remove dead error condition.Vinson Lee1-1/+1
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul1-2/+2
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol1-2/+6
2010-01-18mesa: Remove unnecessary header from pixel.c.Vinson Lee1-1/+0
2009-09-24mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu1-9/+31
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul1-158/+81
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-12/+12
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-6/+6
2009-04-22mesa: fix comment typoBrian Paul1-1/+1
2009-02-10mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul1-1/+1
2008-11-10mesa: new _mesa_is_pow_two() functionBrian1-3/+3
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-1/+1
2008-09-21mesa: refactor: move initialization of DefaultPacking state.Brian Paul1-20/+0
2008-09-21mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul1-407/+11
2008-09-21mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul1-28/+0
2008-09-21mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul1-196/+0
2007-03-21merge from masterBrian1-311/+172
2007-03-16Colortable re-org.Brian1-12/+8
2007-03-14pixelmap code simplificationBrian1-253/+124
2007-03-14Re-org of gl_pixel_attrib struct.Brian1-112/+106
2007-03-13fix ctx->Pixel.PostConvolutionScale/Bias subscript bugsBrian1-6/+6
2006-10-24s/GLchan/GLubyte/Brian Paul1-4/+4
2006-10-13Consolidate, move, fix code related to color index and stencil image transferBrian Paul1-81/+0