index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
readpix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Check for framebuffer completeness before looking at the rb.
Eric Anholt
2012-05-17
1
-6
/
+6
*
mesa: add a couple fast-paths to fast_read_rgba_pixels_memcpy()
Brian Paul
2012-04-17
1
-7
/
+55
*
mesa: use _mesa_rebase_rgba_float/uint() in glReadPixels code
Brian Paul
2012-03-08
1
-0
/
+4
*
mesa: Don't disable fast path for normalized types
Neil Roberts
2012-02-28
1
-7
/
+15
*
mesa: stop using MAX_WIDTH in glReadPixels code
Brian Paul
2012-02-24
1
-45
/
+75
*
mesa: remove unused _mesa_error_check_format_type() function
Brian Paul
2012-02-07
1
-117
/
+0
*
mesa: stop using _mesa_error_check_format_type() in glReadPixels
Brian Paul
2012-02-07
1
-2
/
+7
*
mesa: remove redundant format/type checks in glReadPixels()
Brian Paul
2012-02-07
1
-35
/
+0
*
mesa: new _mesa_error_check_format_and_type() function
Brian Paul
2012-02-07
1
-4
/
+5
*
mesa: remove byteswap check in fast_read_rgba_pixels_memcpy()
Brian Paul
2012-01-27
1
-5
/
+0
*
mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()
Brian Paul
2012-01-27
1
-1
/
+2
*
mesa: remove LSB-first pixel packing check in glReadPixels
Brian Paul
2012-01-27
1
-2
/
+1
*
mesa: Throw the required error for glReadPixels() from a multisampled FBO.
Eric Anholt
2012-01-12
1
-0
/
+5
*
mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()
Brian Paul
2012-01-09
1
-1
/
+1
*
mesa: use malloc instead of MAX_WIDTH array in glReadPixels()
Brian Paul
2011-12-08
1
-9
/
+14
*
mesa: Make formats.c "datatype" values match glGetTexLevelParameter return.
Eric Anholt
2011-11-22
1
-2
/
+2
*
mesa: handle MapRenderbuffer() failures in glReadPixels
Brian Paul
2011-11-19
1
-0
/
+45
*
mesa: make slow_read_rgba_pixels() a void function
Brian Paul
2011-11-19
1
-3
/
+1
*
Revert "read_rgba_pixels: Don't force clamping if the renderbuffer is normali...
Michel Dänzer
2011-11-17
1
-2
/
+1
*
read_rgba_pixels: Don't force clamping if the renderbuffer is normalized.
Michel Dänzer
2011-11-17
1
-1
/
+2
*
mesa: initialize stencilMap, Stride if stencilRb==depthRb
Brian Paul
2011-11-16
1
-0
/
+4
*
mesa: don't map depth+stencil buffer twice in glReadPixels()
Brian Paul
2011-11-16
1
-3
/
+11
*
mesa: move swrast ReadPixels code into core Mesa
Brian Paul
2011-11-15
1
-0
/
+484
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
1
-4
/
+25
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-12
/
+25
*
mesa: 80-column wrapping
Brian Paul
2011-03-19
1
-2
/
+2
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebuffer
Brian Paul
2011-02-18
1
-0
/
+8
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
mesa: rename function to _mesa_is_format_integer_color()
Brian Paul
2010-10-26
1
-1
/
+1
*
mesa: additional glReadPixels error checks for GL_EXT_texture_integer
Brian Paul
2010-10-25
1
-0
/
+15
*
mesa: added cases for GL_EXT_texture_integer
Brian Paul
2010-10-23
1
-0
/
+10
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats
Ian Romanick
2010-10-01
1
-0
/
+1
*
mesa: raise GL_INVALID_OPERATION for glReadPixels(GL_COLOR_INDEX)
Brian Paul
2010-04-20
1
-0
/
+6
*
mesa: Remove checks of Visual.rgbMode
Ian Romanick
2010-03-03
1
-12
/
+4
*
mesa: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
1
-1
/
+1
*
mesa: use _mesa_bufferobj_mapped()
Brian Paul
2009-08-07
1
-1
/
+1
*
mesa: fix some incorrect error checks in _mesa_error_check_format_type()
Brian Paul
2009-08-07
1
-17
/
+34
*
mesa: don't call ctx->Driver.ReadPixels() if width or height is zero
Brian Paul
2009-04-02
1
-0
/
+3
*
mesa: refactor: move glReadPixels code into new readpix.c file
Brian Paul
2008-09-21
1
-0
/
+190