aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_clear.c
Commit message (Expand)AuthorAgeFilesLines
* 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