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: 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
*
st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBO
Brian Paul
2010-08-22
1
-0
/
+7
*
st/mesa: clean-up pipe_get_transfer() calls
Brian Paul
2010-08-22
1
-12
/
+12
*
st/mesa: call st_flush_bitmap_cache() from st_readpixels()
Brian Paul
2010-05-17
1
-0
/
+3
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-05-11
1
-1
/
+0
*
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
1
-6
/
+3
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-5
/
+6
*
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-13
1
-14
/
+0
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-15
/
+15
*
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-5
/
+5
*
Merge remote branch 'origin/gallium-st-api'
Chia-I Wu
2010-03-16
1
-0
/
+3
|
\
|
*
st/mesa: Validate the state in st_readpixels.
Chia-I Wu
2010-03-13
1
-0
/
+3
*
|
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-11
/
+11
*
|
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-11
/
+9
|
/
*
st/mesa: add some comments in glReadPixels code
Brian Paul
2010-03-10
1
-0
/
+7
*
mesa: Rename pipe formats.
José Fonseca
2010-03-01
1
-9
/
+9
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-2
/
+0
|
\
|
*
st/mesa: Remove unnecessary headers from st_cb_readpixels.c.
Vinson Lee
2010-01-14
1
-2
/
+0
*
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-7
/
+7
*
|
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-1
/
+1
|
/
*
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
2009-10-05
1
-0
/
+4
*
mesa: consolidate PBO map/unmap helpers
Brian Paul
2009-09-03
1
-3
/
+3
*
mesa: Reverse s8z24 into z24s8 as required by EXT_packed_depth_stencil.
José Fonseca
2009-06-10
1
-2
/
+7
*
mesa: Single precision constants.
José Fonseca
2009-06-10
1
-2
/
+2
*
gallium: Reinstate unconditional flushes.
Thomas Hellstrom
2009-04-22
1
-0
/
+2
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-15
/
+13
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-1
/
+9
*
st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()
Brian Paul
2009-04-07
1
-14
/
+40
[next]