index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
common
/
dri_bufmgr_ttm.c
Age
Commit message (
Expand
)
Author
2007-10-03
i915/drmbuf: attempt to push relocations into buffer manager
Dave Airlie
2007-09-25
drm: update bufmgr code to reflect changes in drm interface
Dave Airlie
2007-09-21
Fix buffer/fence reference counting due to Destroy vs Unreference difference.
Eric Anholt
2007-09-20
Add disabled-by-default tracing of TTM bufmgr operations.
Eric Anholt
2007-09-20
Fix flipped sign to strerror.
Eric Anholt
2007-09-18
Add some error reporting and a couple of assertions to TTM bufmgr.
Eric Anholt
2007-08-16
Convert TTM code to require the server provide buffers for front/back/depth.
Eric Anholt
2007-08-16
Fix bad printf on TTM fence_wait failure.
Eric Anholt
2007-08-16
Don't forget to update buffer offset after validation.
Eric Anholt
2007-07-25
Add notes about bufmgr initialization failures.
Eric Anholt
2007-07-06
bufmgr_ttm: hook up destroy function, track buffer names.
Eric Anholt
2007-07-05
Merge branch 'i915-unification' of git+ssh://people.freedesktop.org/~anholt/m...
Eric Anholt
2007-06-18
Fix TTM static allocation flags.
Eric Anholt
2007-06-18
Test for TTM presence initially rather than test for lack of classic aperture.
Eric Anholt
2007-05-31
Add buffer manager destroy function.
Eric Anholt
2007-05-24
Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.
Eric Anholt
2007-05-16
WIP: Replace TTM buffer pool manager with a simplified interface.
Eric Anholt