summaryrefslogtreecommitdiff
path: root/src/gallium/include/state_tracker/sw_winsys.h
AgeCommit message (Collapse)Author
2010-03-16gallium: Silence warning.José Fonseca
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz
2010-03-09cell: fix up assorted compilation problemsBrian Paul
The driver is pretty much totally broken though.
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
Promote the llvmpipe winsys more or less unchanged to state_trackers/sw_winsys.h. Some minor breakages: - softpipe::texture_blanket is broken, but scheduled for removal anyway. - haven't fixed up g3vdl yet.