summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_bufmgr.h
AgeCommit message (Collapse)Author
2007-10-11Initial support for user-space buffer objects.Brian
Basically, add userBuffer/Data/Size fields to _DriBufferObject, check those fields in driBOMap/Unmap(). New driGenUserBuffer() function.
2006-11-01Merge texmem-0-3-branch.Keith Whitwell