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