summaryrefslogtreecommitdiff
path: root/src/via_memmgr.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-21Integrate the different formats now supported by libdrm. This makes allocatin...James Simmons1-1/+1
2013-01-12Support older X servers for RHEL5James Simmons1-0/+2
2012-04-01Pass in the pitch variable for allocating a surface. Will be used for EXA dyn...James Simmons1-1/+1
2012-03-31Handle mmap failure case.James Simmons1-1/+1
2012-02-25drm_bo_alloc allocates a raw chunk of memory. A new function drm_bo_alloc_sur...James Simmons1-4/+8
2012-02-21passed wrong flags to gem allocation ioctlJames Simmons1-3/+3
2011-12-18add in aligment and map handles to the buffer managerJames Simmons1-1/+2
2011-12-10Make exa allocation even genericJames Simmons1-1/+0
2011-12-09Add in which domain to allocate memory fromJames Simmons1-2/+7
2011-12-08Cleanup dri layer to use buffer managerJames Simmons1-2/+0
2011-12-05More buffer management cleanupJames Simmons1-3/+0
2011-12-03Always pass ScrenInfoPtr to every buffer management function. Cleanup buffer_...James Simmons1-8/+4
2011-11-29Implement drm_bo_map and drm_bo_unmap. Have hardware cursor use it.James Simmons1-3/+5
2011-11-28Move DRI1 and no DRI case to new buffer allocator. Some more work needs to be...James Simmons1-17/+13
2011-11-17cleanup framebuffer handling for pre TTM codeJames Simmons1-1/+0
2011-11-13Make AGP setup DRIInfo independent. Will wrap inside a memory manager.James Simmons1-1/+10
2011-10-29organize to create a buffer managerJames Simmons1-0/+48