summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_flush.c
AgeCommit message (Expand)Author
2008-02-14gallium: include draw_context.h to silence warningBrian
2008-02-14gallium: call draw_flush() in softpipe_flush()Brian
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ...Brian
2007-12-07shorten loops over color bufsBrian
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