Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the get/put_tile() functions to pipe_context. | Brian | 2007-10-25 | 1 | -3/+3 |
* | silence warning | Brian | 2007-10-21 | 1 | -0/+1 |
* | Call softpipe_unmap_surfaces() in softpipe_flush(). | Brian | 2007-10-20 | 1 | -0/+8 |
* | Convert Z/stencil ops to use cached tiles like colors. | Brian | 2007-10-20 | 1 | -5/+9 |
* | Initial implementation of surface tile caching. | Brian | 2007-10-19 | 1 | -0/+12 |
* | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell | 2007-08-10 | 1 | -19/+0 |
* | Handle glFlush/glFinish through the state tracker. | Keith Whitwell | 2007-08-10 | 1 | -3/+16 |
* | Add flush/finish functionality to pipe. | Keith Whitwell | 2007-08-09 | 1 | -0/+57 |