summaryrefslogtreecommitdiff
path: root/src/mesa/main/readpix.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-17mesa: Check for framebuffer completeness before looking at the rb.Eric Anholt1-6/+6
2012-04-17mesa: add a couple fast-paths to fast_read_rgba_pixels_memcpy()Brian Paul1-7/+55
2012-03-08mesa: use _mesa_rebase_rgba_float/uint() in glReadPixels codeBrian Paul1-0/+4
2012-02-28mesa: Don't disable fast path for normalized typesNeil Roberts1-7/+15
2012-02-24mesa: stop using MAX_WIDTH in glReadPixels codeBrian Paul1-45/+75
2012-02-07mesa: remove unused _mesa_error_check_format_type() functionBrian Paul1-117/+0
2012-02-07mesa: stop using _mesa_error_check_format_type() in glReadPixelsBrian Paul1-2/+7
2012-02-07mesa: remove redundant format/type checks in glReadPixels()Brian Paul1-35/+0
2012-02-07mesa: new _mesa_error_check_format_and_type() functionBrian Paul1-4/+5
2012-01-27mesa: remove byteswap check in fast_read_rgba_pixels_memcpy()Brian Paul1-5/+0
2012-01-27mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()Brian Paul1-1/+2
2012-01-27mesa: remove LSB-first pixel packing check in glReadPixelsBrian Paul1-2/+1
2012-01-12mesa: Throw the required error for glReadPixels() from a multisampled FBO.Eric Anholt1-0/+5
2012-01-09mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()Brian Paul1-1/+1
2011-12-08mesa: use malloc instead of MAX_WIDTH array in glReadPixels()Brian Paul1-9/+14
2011-11-22mesa: Make formats.c "datatype" values match glGetTexLevelParameter return.Eric Anholt1-2/+2
2011-11-19mesa: handle MapRenderbuffer() failures in glReadPixelsBrian Paul1-0/+45
2011-11-19mesa: make slow_read_rgba_pixels() a void functionBrian Paul1-3/+1
2011-11-17Revert "read_rgba_pixels: Don't force clamping if the renderbuffer is normali...Michel Dänzer1-2/+1
2011-11-17read_rgba_pixels: Don't force clamping if the renderbuffer is normalized.Michel Dänzer1-1/+2
2011-11-16mesa: initialize stencilMap, Stride if stencilRb==depthRbBrian Paul1-0/+4
2011-11-16mesa: don't map depth+stencil buffer twice in glReadPixels()Brian Paul1-3/+11
2011-11-15mesa: move swrast ReadPixels code into core MesaBrian Paul1-0/+484
2011-07-10mesa: initial ARB_depth_buffer_float supportMarek Olšák1-4/+25
2011-04-26Squashed commit of the following:Brian Paul1-12/+25
2011-03-19mesa: 80-column wrappingBrian Paul1-2/+2
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+1
2011-02-18mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul1-0/+8
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-26mesa: rename function to _mesa_is_format_integer_color()Brian Paul1-1/+1
2010-10-25mesa: additional glReadPixels error checks for GL_EXT_texture_integerBrian Paul1-0/+15
2010-10-23mesa: added cases for GL_EXT_texture_integerBrian Paul1-0/+10
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-01ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick1-0/+1
2010-04-20mesa: raise GL_INVALID_OPERATION for glReadPixels(GL_COLOR_INDEX)Brian Paul1-0/+6
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick1-12/+4
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-1/+1
2009-08-07mesa: use _mesa_bufferobj_mapped()Brian Paul1-1/+1
2009-08-07mesa: fix some incorrect error checks in _mesa_error_check_format_type()Brian Paul1-17/+34
2009-04-02mesa: don't call ctx->Driver.ReadPixels() if width or height is zeroBrian Paul1-0/+3
2008-09-21mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul1-0/+190