aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_flush.c
Commit message (Expand)AuthorAgeFilesLines
* Move the get/put_tile() functions to pipe_context.Brian2007-10-251-3/+3
* silence warningBrian2007-10-211-0/+1
* Call softpipe_unmap_surfaces() in softpipe_flush().Brian2007-10-201-0/+8
* Convert Z/stencil ops to use cached tiles like colors.Brian2007-10-201-5/+9
* Initial implementation of surface tile caching.Brian2007-10-191-0/+12
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-101-19/+0
* Handle glFlush/glFinish through the state tracker.Keith Whitwell2007-08-101-3/+16
* Add flush/finish functionality to pipe.Keith Whitwell2007-08-091-0/+57