summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03mesa: Move glheader.h from mesa/main/glheader.h to util/glheader.hYonggang Luo1-1/+1
2022-06-02include: drop c99_math.hErik Faye-Lund1-1/+1
2021-12-14mesa: remove all GL func forward declarations because they are autogeneratedMarek Olšák1-0/+1
2021-10-25mesa: move setting USAGE_PIXEL_PACK_BUFFER out of BindBuffer to reduce overheadMarek Olšák1-0/+9
2021-01-30mesa: for every state change, remember states we changed for glPopAttribMarek Olšák1-18/+18
2020-04-21replace IROUND with util functionsDylan Baker1-1/+2
2020-04-21replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker1-3/+3
2020-04-06mesa: remove no longer needed _mesa_is_bufferobj functionMarek Olšák1-7/+7
2020-04-06mesa: don't ever bind NullBufferObj for glBindBuffer targetsMarek Olšák1-2/+1
2018-04-12mesa: include dispatch.h lessMarek Olšák1-1/+0
2017-10-18mesa: fix trivial typo in _mesa_PixelMapusv() error stringBrian Paul1-1/+1
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