summaryrefslogtreecommitdiff
path: root/src/mesa/main/readpix.c
AgeCommit message (Expand)AuthorFilesLines
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