summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/readpix.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesa pack: handle uint and int clamping properlyJordan Justen2012-08-141-2/+2
* mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-261-1/+3
* mesa: add glformats integer type/format detection routinesJordan Justen2012-07-211-3/+4
* mesa: Check for framebuffer completeness before looking at the rb.Eric Anholt2012-05-171-6/+6
* mesa: add a couple fast-paths to fast_read_rgba_pixels_memcpy()Brian Paul2012-04-171-7/+55
* mesa: use _mesa_rebase_rgba_float/uint() in glReadPixels codeBrian Paul2012-03-081-0/+4
* mesa: Don't disable fast path for normalized typesNeil Roberts2012-02-281-7/+15
* mesa: stop using MAX_WIDTH in glReadPixels codeBrian Paul2012-02-241-45/+75
* mesa: remove unused _mesa_error_check_format_type() functionBrian Paul2012-02-071-117/+0
* mesa: stop using _mesa_error_check_format_type() in glReadPixelsBrian Paul2012-02-071-2/+7
* mesa: remove redundant format/type checks in glReadPixels()Brian Paul2012-02-071-35/+0
* mesa: new _mesa_error_check_format_and_type() functionBrian Paul2012-02-071-4/+5
* mesa: remove byteswap check in fast_read_rgba_pixels_memcpy()Brian Paul2012-01-271-5/+0
* mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()Brian Paul2012-01-271-1/+2
* mesa: remove LSB-first pixel packing check in glReadPixelsBrian Paul2012-01-271-2/+1
* mesa: Throw the required error for glReadPixels() from a multisampled FBO.Eric Anholt2012-01-121-0/+5
* mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()Brian Paul2012-01-091-1/+1
* mesa: use malloc instead of MAX_WIDTH array in glReadPixels()Brian Paul2011-12-081-9/+14
* mesa: Make formats.c "datatype" values match glGetTexLevelParameter return.Eric Anholt2011-11-221-2/+2
* mesa: handle MapRenderbuffer() failures in glReadPixelsBrian Paul2011-11-191-0/+45
* mesa: make slow_read_rgba_pixels() a void functionBrian Paul2011-11-191-3/+1
* Revert "read_rgba_pixels: Don't force clamping if the renderbuffer is normali...Michel Dänzer2011-11-171-2/+1
* read_rgba_pixels: Don't force clamping if the renderbuffer is normalized.Michel Dänzer2011-11-171-1/+2
* mesa: initialize stencilMap, Stride if stencilRb==depthRbBrian Paul2011-11-161-0/+4
* mesa: don't map depth+stencil buffer twice in glReadPixels()Brian Paul2011-11-161-3/+11
* mesa: move swrast ReadPixels code into core MesaBrian Paul2011-11-151-0/+484
* mesa: initial ARB_depth_buffer_float supportMarek Olšák2011-07-101-4/+25
* Squashed commit of the following:Brian Paul2011-04-261-12/+25
* mesa: 80-column wrappingBrian Paul2011-03-191-2/+2
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul2011-02-181-0/+8
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: rename function to _mesa_is_format_integer_color()Brian Paul2010-10-261-1/+1
* mesa: additional glReadPixels error checks for GL_EXT_texture_integerBrian Paul2010-10-251-0/+15
* mesa: added cases for GL_EXT_texture_integerBrian Paul2010-10-231-0/+10
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick2010-10-011-0/+1
* mesa: raise GL_INVALID_OPERATION for glReadPixels(GL_COLOR_INDEX)Brian Paul2010-04-201-0/+6
* mesa: Remove checks of Visual.rgbModeIan Romanick2010-03-031-12/+4
* mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-1/+1
* mesa: use _mesa_bufferobj_mapped()Brian Paul2009-08-071-1/+1
* mesa: fix some incorrect error checks in _mesa_error_check_format_type()Brian Paul2009-08-071-17/+34
* mesa: don't call ctx->Driver.ReadPixels() if width or height is zeroBrian Paul2009-04-021-0/+3
* mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul2008-09-211-0/+190