summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_drmpool.c
AgeCommit message (Collapse)Author
2007-05-16WIP: Replace TTM buffer pool manager with a simplified interface.Eric Anholt
The interface is not solid yet (some simplification to do still, and adjustment for 0-copy), and the drivers are not converted. However, the new interface allows using the same calls to support either a TTM or a classic static allocation backend, with the static backend allowing a more limited feature set.
2006-11-01Merge texmem-0-3-branch.Keith Whitwell