summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_winsys.h
AgeCommit message (Collapse)Author
2009-02-02r300: Take care of some XXXes.Corbin Simpson
2009-02-01amd/r300: Wire up GETPARAM ioctls.Corbin Simpson
Whoo, stuff is starting to look cleaner and cleaner.
2009-02-01r300: Add path for pci_id in winsys.Corbin Simpson
Needs to be hooked up to the getparam from the kernel.
2009-02-01r300, amd: Add the ability to flush the CS.Corbin Simpson
This is probably important, yeah?
2009-02-01r300, amd: Make everything build. (Not necessarily work, mind you.)Corbin Simpson
Lots of structural work, especially in getting the two parts to talk nicely. Todo: - Get damn blitter working. - Add CS flush. - Reverse order of above two items.