aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_readpixels.c
Commit message (Collapse)AuthorAgeFilesLines
* basic support for reading GL_DEPTH_COMPONENTBrian2007-10-031-3/+34
|
* Added st_fb_orientation() function to determine the up/down orientation of ↵Brian2007-08-131-4/+12
| | | | the framebuffer.
* flush pipe before reading imageBrian2007-08-131-1/+9
|
* readpixels handles any format/type/packing/transfer ops nowBrian2007-08-101-10/+56
|
* glReadPixelsBrian2007-08-101-0/+75