summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/readpix.c
Commit message (Expand)AuthorAgeFilesLines
* 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