summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_readpixels.h
AgeCommit message (Collapse)Author
2009-04-07st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()Brian Paul
2008-04-09gallium: more elaborate tracking of front color buffer stateBrian Paul
This fixes the case where the app calls SwapBuffers then calls glReadPixels to read the front color buffer. We now keep track of when the front buffer is a _logically_ copy of the back buffer (after SwapBuffers) and read from the back color buffer instead of the front.
2007-10-18make read_stencil_pixels() non-staticBrian
2007-08-10glReadPixelsBrian