summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/drm/dri1.h
AgeCommit message (Collapse)Author
2010-05-25st/dri: Remove DRI1 supportJakob Bornecrantz
Nobody used it and the current code had been trough so many changes yet never once being tested.
2010-04-26st/dri: Add hooks for framebuffer functionsJakob Bornecrantz
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/*