aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/dri_bufmgr_ttm.c
Commit message (Expand)AuthorAgeFilesLines
* drm: update bufmgr code to reflect changes in drm interfaceDave Airlie2007-09-251-2/+2
* Fix buffer/fence reference counting due to Destroy vs Unreference difference.Eric Anholt2007-09-211-7/+39
* Add disabled-by-default tracing of TTM bufmgr operations.Eric Anholt2007-09-201-0/+34
* Fix flipped sign to strerror.Eric Anholt2007-09-201-2/+2
* Add some error reporting and a couple of assertions to TTM bufmgr.Eric Anholt2007-09-181-0/+8
* Convert TTM code to require the server provide buffers for front/back/depth.Eric Anholt2007-08-161-28/+18
* Fix bad printf on TTM fence_wait failure.Eric Anholt2007-08-161-1/+1
* Don't forget to update buffer offset after validation.Eric Anholt2007-08-161-0/+2
* Add notes about bufmgr initialization failures.Eric Anholt2007-07-251-0/+1
* bufmgr_ttm: hook up destroy function, track buffer names.Eric Anholt2007-07-061-1/+5
* Merge branch 'i915-unification' of git+ssh://people.freedesktop.org/~anholt/m...Eric Anholt2007-07-051-1/+14
|\
| * Fix TTM static allocation flags.Eric Anholt2007-06-181-1/+1
| * Test for TTM presence initially rather than test for lack of classic aperture.Eric Anholt2007-06-181-0/+13
* | Add buffer manager destroy function.Eric Anholt2007-05-311-0/+9
|/
* Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.Eric Anholt2007-05-241-4/+24
* WIP: Replace TTM buffer pool manager with a simplified interface.Eric Anholt2007-05-161-0/+356