summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_clear.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-2/+2
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-291-15/+1
* fix bad width/height code in softpipe_clear()Brian2007-11-081-3/+2
* Make gallium compile in win32.Michal Krol2007-10-291-4/+4
* Remove remnants of softpipe_surface.Brian2007-10-271-4/+3
* a bit more work for optimizing clears in tile cache (not enabled yet)Brian2007-10-241-2/+16
* silence warningBrian2007-10-211-1/+1
* Convert Z/stencil ops to use cached tiles like colors.Brian2007-10-201-0/+2
* Initial implementation of surface tile caching.Brian2007-10-191-0/+5
* fix softpipe_clear() to handle ps->offset!=0 (such as when rendering to textu...Brian2007-10-101-2/+8
* Silence compiler warnings.michal2007-08-211-1/+1
* assertionsBrian2007-08-171-0/+3
* Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-151-1/+0
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-2/+2
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-1/+1
* Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell2007-08-051-1/+1
* pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian2007-08-021-102/+7
* Remove references to accum buffers in softpipe.Keith Whitwell2007-08-021-12/+1
* Reroute some clear functionality.Keith Whitwell2007-08-021-49/+21
* get cliprect bounds after softpipe_update_derived()Brian2007-08-011-4/+9
* Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...Brian2007-08-011-9/+26
* More work on glClear.Brian2007-08-011-43/+84
* s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian2007-08-011-1/+1
* Checkpoint: glClear changes - working, bug very rough.Brian2007-08-011-15/+75
* actually use new glClear codeBrian2007-06-201-5/+5
* implement softpipe clearing (untested)Brian2007-06-201-1/+25
* Initial work for glClear(), clear color state.Brian2007-06-201-0/+47