aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_bufmgr.c
Commit message (Expand)AuthorAgeFilesLines
* i915: make i915 use the cached mappings for batch/buffer objects.Dave Airlie2007-11-011-3/+2
* i915: fixup up bufmgr to pass num buffers to kernelDave Airlie2007-10-091-14/+2
* i915: add superioctl support to the ttm codepaths.Dave Airlie2007-10-041-2/+2
* i915: add superioctl initial support inside bufmgr ttmDave Airlie2007-10-031-2/+2
* i915/drmbuf: attempt to push relocations into buffer managerDave Airlie2007-10-031-0/+16
* Add buffer manager destroy function.Eric Anholt2007-05-311-0/+6
* Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.Eric Anholt2007-05-241-5/+17
* Merge branch 'master' into i915-unificationEric Anholt2007-05-181-1/+0
|\
| * Make sure we are locked when creating drm buffer objects.Thomas Hellstrom2007-04-161-3/+9
* | Allow unreference with a NULL argument.Eric Anholt2007-05-181-0/+6
* | Convert i915tex to the new interface and make it compile.Eric Anholt2007-05-171-0/+6
* | WIP: Replace TTM buffer pool manager with a simplified interface.Eric Anholt2007-05-161-438/+68
|/
* use passed target parameterAlan Hourihane2007-03-201-1/+1
* Merge texmem-0-3-branch.Keith Whitwell2006-11-011-0/+493