index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_readpixels.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: don't update unrelated states in non-draw calls such as Clear
Marek Olšák
2017-02-25
1
-1
/
+1
*
st/mesa: set blend state for PBO readbacks
Marek Olšák
2017-02-25
1
-0
/
+6
*
st/mesa: reset sample_mask, min_sample, and render_condition for PBO ops
Marek Olšák
2017-02-25
1
-0
/
+7
*
st/mesa: fix SINT <-> UINT conversion during PBO upload / download
Nicolai Hähnle
2016-11-16
1
-1
/
+1
*
st/mesa: fix ReadPixels into packed formats with PBO
Nicolai Hähnle
2016-11-16
1
-2
/
+1
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
1
-4
/
+3
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+3
*
st/mesa: don't assume that the whole surface gets mapped
Ilia Mirkin
2016-06-24
1
-7
/
+6
*
st/mesa: fix readpixels regression with MESA_pack_invert
Nicolai Hähnle
2016-06-24
1
-1
/
+1
*
st/mesa: use a single memcpy in st_ReadPixels when possible
Nicolai Hähnle
2016-06-22
1
-8
/
+15
*
st/mesa: cache staging texture for glReadPixels
Nicolai Hähnle
2016-06-21
1
-14
/
+106
*
st/mesa: add readpix_cache structure
Nicolai Hähnle
2016-06-21
1
-0
/
+8
*
st/mesa: move ReadPixels blit into a separate function
Nicolai Hähnle
2016-06-21
1
-52
/
+78
*
st/mesa: fix resource leak in try_pbo_readpixels
Nicolai Hähnle
2016-06-06
1
-1
/
+1
*
st/mesa: check shader image format support before using PBO download
Ilia Mirkin
2016-06-06
1
-0
/
+6
*
st/mesa: implement PBO downloads for ReadPixels
Nicolai Hähnle
2016-06-01
1
-3
/
+139
*
st/mesa: hook up a no-op try_pbo_readpixels
Nicolai Hähnle
2016-06-01
1
-20
/
+37
*
st/mesa: Replace GLvoid with void
Jakob Sinclair
2016-04-12
1
-2
/
+2
*
st/mesa: rename st_readpixels to st_ReadPixels
Brian Paul
2016-02-24
1
-2
/
+2
*
st/mesa: add a second pipeline for compute
Samuel Pitoiset
2016-02-13
1
-1
/
+1
*
st/readpixels: fix accel path for skipimages.
Dave Airlie
2015-09-02
1
-2
/
+2
*
mesa/formats: remove compressed formats from matching function
Nanley Chery
2015-08-25
1
-1
/
+1
*
mesa/st: Add checks for signed/unsigned integer conversions in ReadPixels
Iago Toral Quiroga
2015-07-02
1
-0
/
+28
*
st/mesa: add st_context parameter to st_mesa_format_to_pipe_format
Marek Olšák
2014-08-11
1
-1
/
+1
*
mesa/st: leave current query enabled during glBlitFramebuffer
Ilia Mirkin
2014-05-11
1
-0
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
st/mesa: add support for layered framebuffers and consolidate code
Marek Olšák
2013-12-03
1
-2
/
+2
*
st/mesa: add casts to silence MSVC warnings
Brian Paul
2013-06-26
1
-1
/
+1
*
st/mesa: remove leftover printfs from ReadPixels
Marek Olšák
2013-03-28
1
-3
/
+0
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
1
-0
/
+4
*
st/mesa: implement blit-based ReadPixels
Marek Olšák
2013-03-23
1
-7
/
+177
*
st/mesa: remove most of the ReadPixels code
Brian Paul
2011-11-15
1
-625
/
+8
*
st/mesa: remove dependencies on code in st_cb_readpixels.c
Brian Paul
2011-11-15
1
-1
/
+1
*
mesa: replace GLstencil with GLubyte
Brian Paul
2011-11-15
1
-1
/
+1
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-7
/
+7
*
st/mesa: add readpixel integer support
Dave Airlie
2011-10-08
1
-2
/
+38
*
mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV combo
Marek Olšák
2011-07-11
1
-1
/
+1
*
st/mesa: implement read/draw/copypixels for Z32F and Z32F_S8X24
Marek Olšák
2011-07-10
1
-0
/
+43
*
st/mesa: fix incorrect texture level/face/slice accesses
Brian Paul
2011-05-25
1
-3
/
+6
*
st/mesa: simplify a bit of the previous patch
Brian Paul
2011-04-15
1
-5
/
+8
*
st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM' in st_fast_readpixels
Pierre-Eric Pelloux-Prayer
2011-04-15
1
-10
/
+20
*
st/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_8_8 in st_fast_readpixels
pepp
2011-04-14
1
-1
/
+20
*
gallium: implement clamping controls (ARB_color_buffer_float)
Luca Barbieri
2011-03-29
1
-2
/
+5
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB
Brian Paul
2011-01-22
1
-7
/
+13
*
st/mesa: avoid large stack allocations in readpixels code
Brian Paul
2010-12-02
1
-1
/
+10
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-3
/
+3
*
mesa: split up the image.c file
Brian Paul
2010-10-23
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-3
/
+0
[next]