summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_clear.c
AgeCommit message (Expand)Author
2007-10-27Remove remnants of softpipe_surface.Brian
2007-10-24a bit more work for optimizing clears in tile cache (not enabled yet)Brian
2007-10-21silence warningBrian
2007-10-20Convert Z/stencil ops to use cached tiles like colors.Brian
2007-10-19Initial implementation of surface tile caching.Brian
2007-10-10fix softpipe_clear() to handle ps->offset!=0 (such as when rendering to textu...Brian
2007-08-21Silence compiler warnings.michal
2007-08-17assertionsBrian
2007-08-15Remove mesa include directories, be stricter about include paths.Keith Whitwell
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
2007-08-13Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell
2007-08-05Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell
2007-08-02pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian
2007-08-02Remove references to accum buffers in softpipe.Keith Whitwell
2007-08-02Reroute some clear functionality.Keith Whitwell
2007-08-01get cliprect bounds after softpipe_update_derived()Brian
2007-08-01Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...Brian
2007-08-01More work on glClear.Brian
2007-08-01s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian
2007-06-20actually use new glClear codeBrian
2007-06-20implement softpipe clearing (untested)Brian
2007-06-20Initial work for glClear(), clear color state.Brian