summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/sw/drisw.h
AgeCommit message (Collapse)Author
2010-07-30st/dri: mv driDriverAPI to backendsGeorge Sapountzis
2010-04-26st/dri: Add hooks for framebuffer functionsJakob Bornecrantz
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis
I am pretty sure that this is in gallium spirit, so commit. Thanks to Chia-I for suggesting this.
2010-03-26st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz
In short: git mv ../drisw/Makefile dri/sw git mv drisw.[c|h] sw git mv dri2.[c|h] dri1.[c|h] Makefile drm git rm ../drisw ln -s <common files> drm/* ln -s <common files> sw/*