summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_readpixels.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-4/+3
* gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+3
* st/mesa: don't assume that the whole surface gets mappedIlia Mirkin2016-06-241-7/+6
* st/mesa: fix readpixels regression with MESA_pack_invertNicolai Hähnle2016-06-241-1/+1
* st/mesa: use a single memcpy in st_ReadPixels when possibleNicolai Hähnle2016-06-221-8/+15
* st/mesa: cache staging texture for glReadPixelsNicolai Hähnle2016-06-211-14/+106
* st/mesa: add readpix_cache structureNicolai Hähnle2016-06-211-0/+8
* st/mesa: move ReadPixels blit into a separate functionNicolai Hähnle2016-06-211-52/+78
* st/mesa: fix resource leak in try_pbo_readpixelsNicolai Hähnle2016-06-061-1/+1
* st/mesa: check shader image format support before using PBO downloadIlia Mirkin2016-06-061-0/+6
* st/mesa: implement PBO downloads for ReadPixelsNicolai Hähnle2016-06-011-3/+139
* st/mesa: hook up a no-op try_pbo_readpixelsNicolai Hähnle2016-06-011-20/+37
* st/mesa: Replace GLvoid with voidJakob Sinclair2016-04-121-2/+2
* st/mesa: rename st_readpixels to st_ReadPixelsBrian Paul2016-02-241-2/+2
* st/mesa: add a second pipeline for computeSamuel Pitoiset2016-02-131-1/+1
* st/readpixels: fix accel path for skipimages.Dave Airlie2015-09-021-2/+2
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-251-1/+1
* mesa/st: Add checks for signed/unsigned integer conversions in ReadPixelsIago Toral Quiroga2015-07-021-0/+28
* st/mesa: add st_context parameter to st_mesa_format_to_pipe_formatMarek Olšák2014-08-111-1/+1
* mesa/st: leave current query enabled during glBlitFramebufferIlia Mirkin2014-05-111-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: add support for layered framebuffers and consolidate codeMarek Olšák2013-12-031-2/+2
* st/mesa: add casts to silence MSVC warningsBrian Paul2013-06-261-1/+1
* st/mesa: remove leftover printfs from ReadPixelsMarek Olšák2013-03-281-3/+0
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+4
* st/mesa: implement blit-based ReadPixelsMarek Olšák2013-03-231-7/+177
* st/mesa: remove most of the ReadPixels codeBrian Paul2011-11-151-625/+8
* st/mesa: remove dependencies on code in st_cb_readpixels.cBrian Paul2011-11-151-1/+1
* mesa: replace GLstencil with GLubyteBrian Paul2011-11-151-1/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-7/+7
* st/mesa: add readpixel integer supportDave Airlie2011-10-081-2/+38
* mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV comboMarek Olšák2011-07-111-1/+1
* st/mesa: implement read/draw/copypixels for Z32F and Z32F_S8X24Marek Olšák2011-07-101-0/+43
* st/mesa: fix incorrect texture level/face/slice accessesBrian Paul2011-05-251-3/+6
* st/mesa: simplify a bit of the previous patchBrian Paul2011-04-151-5/+8
* st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM' in st_fast_readpixelsPierre-Eric Pelloux-Prayer2011-04-151-10/+20
* st/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_8_8 in st_fast_readpixelspepp2011-04-141-1/+20
* gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri2011-03-291-2/+5
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul2011-01-221-7/+13
* st/mesa: avoid large stack allocations in readpixels codeBrian Paul2010-12-021-1/+10
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-3/+3
* 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-4/+4
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-3/+0
* st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBOBrian Paul2010-08-221-0/+7
* st/mesa: clean-up pipe_get_transfer() callsBrian Paul2010-08-221-12/+12
* st/mesa: call st_flush_bitmap_cache() from st_readpixels()Brian Paul2010-05-171-0/+3
* st/mesa: Remove unnecessary header.Vinson Lee2010-05-111-1/+0
* mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-6/+3