glsl: lower mediump temporaries to 16 bits except structures (v2)
[mesa.git] / src / mesa / state_tracker / st_cb_readpixels.c
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-06 Marek Olšákmesa: remove no longer needed _mesa_is_bufferobj function
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-09-11 Kenneth Graunkest/mesa: Only pause queries if there are any active...
2019-03-12 Brian Paulst/mesa: move utility functions, macros into new st_uti...
2019-02-04 Kenneth Graunkest/mesa: Set pipe_image_view::shader_access in PBO...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2017-09-03 Roland Scheideggerst/mesa: fix view template initialization in try_pbo_re...
2017-04-20 Marek Olšákst/mesa: inline and optimize st_invalidate_readpix_cache
2017-02-24 Marek Olšákst/mesa: don't update unrelated states in non-draw...
2017-02-24 Marek Olšákst/mesa: set blend state for PBO readbacks
2017-02-24 Marek Olšákst/mesa: reset sample_mask, min_sample, and render_cond...
2016-11-16 Nicolai Hähnlest/mesa: fix SINT <-> UINT conversion during PBO upload...
2016-11-16 Nicolai Hähnlest/mesa: fix ReadPixels into packed formats with PBO
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-08-17 Marek Olšákgallium: change pipe_image_view::first_element/last_ele...
2016-06-24 Ilia Mirkinst/mesa: don't assume that the whole surface gets mapped
2016-06-24 Nicolai Hähnlest/mesa: fix readpixels regression with MESA_pack_invert
2016-06-22 Nicolai Hähnlest/mesa: use a single memcpy in st_ReadPixels when...
2016-06-21 Nicolai Hähnlest/mesa: cache staging texture for glReadPixels
2016-06-21 Nicolai Hähnlest/mesa: add readpix_cache structure
2016-06-21 Nicolai Hähnlest/mesa: move ReadPixels blit into a separate function
2016-06-06 Nicolai Hähnlest/mesa: fix resource leak in try_pbo_readpixels
2016-06-06 Ilia Mirkinst/mesa: check shader image format support before using...
2016-06-01 Nicolai Hähnlest/mesa: implement PBO downloads for ReadPixels
2016-06-01 Nicolai Hähnlest/mesa: hook up a no-op try_pbo_readpixels
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Jakob Sinclairst/mesa: Replace GLvoid with void
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-24 Brian Paulst/mesa: rename st_readpixels to st_ReadPixels
2016-02-13 Samuel Pitoisetst/mesa: add a second pipeline for compute
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-01 Dave Airliest/readpixels: fix accel path for skipimages.
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-25 Nanley Cherymesa/formats: remove compressed formats from matching...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-02 Iago Toral Quirogamesa/st: Add checks for signed/unsigned integer convers...
2014-08-11 Marek Olšákst/mesa: add st_context parameter to st_mesa_format_to_...
2014-05-11 Ilia Mirkinmesa/st: leave current query enabled during glBlitFrame...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-03 Marek Olšákst/mesa: add support for layered framebuffers and conso...
2013-06-26 Brian Paulst/mesa: add casts to silence MSVC warnings
2013-03-28 Marek Olšákst/mesa: remove leftover printfs from ReadPixels
2013-03-23 Marek Olšákgallium,st/mesa: don't use blit-based transfers with...
2013-03-23 Marek Olšákst/mesa: implement blit-based ReadPixels
2011-11-15 Brian Paulst/mesa: remove most of the ReadPixels code
2011-11-15 Brian Paulst/mesa: remove dependencies on code in st_cb_readpixels.c
2011-11-15 Brian Paulmesa: replace GLstencil with GLubyte
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-10-08 Dave Airliest/mesa: add readpixel integer support
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-11 Marek Olšákmesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNS...
2011-07-10 Marek Olšákst/mesa: implement read/draw/copypixels for Z32F and...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-26 Brian Paulst/mesa: fix incorrect texture level/face/slice accesses
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-15 Brian Paulst/mesa: simplify a bit of the previous patch
2011-04-15 Pierre-Eric Pellou... st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM...
2011-04-14 peppst/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_...
2011-03-29 Luca Barbierigallium: implement clamping controls (ARB_color_buffer_...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-23 Brian Paulst/mesa: ensure that all pixel paths operation on linea...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-02 Brian Paulst/mesa: avoid large stack allocations in readpixels...
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-23 Brian Paulmesa: split up the image.c file
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-23 Eric Anholtmesa: Remove EXT_convolution.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-23 Brian Paulst/mesa: fix ReadPixels crashes when reading depth...
2010-08-23 Brian Paulst/mesa: clean-up pipe_get_transfer() calls
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-11 Vinson Leest/mesa: Remove unnecessary header.
2010-05-11 José Fonsecamesa/st: Remove internal flushes from Mesa state tracker.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-17 Brian Paulst/mesa: call st_flush_bitmap_cache() from st_readpixels()
2010-04-23 Brian Paulst/mesa: clean-up: use st_context() everywhere
next