summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/readpix.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Plus, simplify the code a bit.
* 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