Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: more elaborate tracking of front color buffer state | Brian Paul | 2008-04-09 | 1 | -0/+3 |
| | | | | | | | 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. | ||||
* | make read_stencil_pixels() non-static | Brian | 2007-10-18 | 1 | -0/+6 |
| | |||||
* | glReadPixels | Brian | 2007-08-10 | 1 | -0/+36 |