summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_flush.c
AgeCommit message (Expand)Author
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-21silence warningBrian
2007-10-20Call softpipe_unmap_surfaces() in softpipe_flush().Brian
2007-10-20Convert Z/stencil ops to use cached tiles like colors.Brian
2007-10-19Initial implementation of surface tile caching.Brian
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell
2007-08-10Handle glFlush/glFinish through the state tracker.Keith Whitwell
2007-08-09Add flush/finish functionality to pipe.Keith Whitwell