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