summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_clear.c
AgeCommit message (Collapse)Author
2008-04-22softpipe: implement SP_NO_RAST env varKeith Whitwell
2008-03-13gallium: set surface status to CLEAR or DEFINED in clearing/drawing code.Brian
Otherwise, we were never setting these flags. This confused the state tracker. Fixes progs/demos/texenv.c, probably others.
2008-02-15Code reorganization: move files into their places.José Fonseca
This is in a separate commit to ensure renames are properly preserved.