summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_clear.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-01-15softpipe: implement separate depth-stencil clearMarek Olšák1-3/+12
2012-01-03softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand1-2/+2
2011-10-18softpipe: remove unused vars in softpipe_clear()Brian Paul1-3/+0
2011-10-11softpipe: add integer supportDave Airlie1-4/+3
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-3/+4
2011-07-21softpipe: use the polygon stipple utility moduleBrian Paul1-1/+1
2010-04-25softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca1-10/+0
2009-12-31softpipe: implement conditional renderingBrian Paul1-0/+4
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger1-3/+4
2009-09-10softpipe: remove unneeded #includesBrian Paul1-2/+0
2009-09-10softpipe: minor indentation fixBrian Paul1-1/+1
2009-09-10softpipe: set dirty_render_cache in softpipe_clear()Brian Paul1-0/+2
2009-04-06softpipe: clean up the buffer clear and tile cache code a littleBrian Paul1-2/+3
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer1-41/+24
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer1-2/+0
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin1-1/+1
2008-09-05softpipe: convert clear color to surface format if neededBrian Paul1-1/+30
2008-04-22softpipe: implement SP_NO_RAST env varKeith Whitwell1-0/+3
2008-03-13gallium: set surface status to CLEAR or DEFINED in clearing/drawing code.Brian1-0/+2
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+73