summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_clear.c
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* softpipe: implement separate depth-stencil clearMarek Olšák2013-01-151-3/+12
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-031-2/+2
* softpipe: remove unused vars in softpipe_clear()Brian Paul2011-10-181-3/+0
* softpipe: add integer supportDave Airlie2011-10-111-4/+3
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-3/+4
* softpipe: use the polygon stipple utility moduleBrian Paul2011-07-211-1/+1
* softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca2010-04-251-10/+0
* softpipe: implement conditional renderingBrian Paul2009-12-311-0/+4
* gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-3/+4
* softpipe: remove unneeded #includesBrian Paul2009-09-101-2/+0
* softpipe: minor indentation fixBrian Paul2009-09-101-1/+1
* softpipe: set dirty_render_cache in softpipe_clear()Brian Paul2009-09-101-0/+2
* softpipe: clean up the buffer clear and tile cache code a littleBrian Paul2009-04-061-2/+3
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-41/+24
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-2/+0
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-1/+1
* softpipe: convert clear color to surface format if neededBrian Paul2008-09-051-1/+30
* softpipe: implement SP_NO_RAST env varKeith Whitwell2008-04-221-0/+3
* gallium: set surface status to CLEAR or DEFINED in clearing/drawing code.Brian2008-03-131-0/+2
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+73