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_fake.c
Age
Commit message (
Expand
)
Author
2007-10-09
i915: fixup up bufmgr to pass num buffers to kernel
Dave Airlie
2007-10-04
i915: add superioctl support to the ttm codepaths.
Dave Airlie
2007-10-03
i915: add superioctl initial support inside bufmgr ttm
Dave Airlie
2007-10-03
i915/drmbuf: attempt to push relocations into buffer manager
Dave Airlie
2007-08-02
Don't try to use kernel BO flags in dri_bufmgr_fake internals.
Eric Anholt
2007-07-31
bufmgr_fake: eliminate the referenced list, which is now just on_hardware.
Eric Anholt
2007-07-05
bufmgr_fake: Keep the bufmgr lock held while freeing a block.
Eric Anholt
2007-07-05
Merge branch 'i915-unification' of git+ssh://people.freedesktop.org/~anholt/m...
Eric Anholt
2007-06-21
Improve fake bufmgr debugging, and don't try to migrate static buffers.
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-18
Fix another mis-calling of _fence_wait_internal.
Eric Anholt
2007-05-18
Fix double-counting of low_offset in block->virtual.
Eric Anholt
2007-05-18
Zero out bufmgr_fake on alloc.
Eric Anholt
2007-05-18
Dead code elimination and fix bufmgr_fake_wait_idle.
Eric Anholt
2007-05-18
Fix some use-before-initialize in bufmgr_fake.
Eric Anholt
2007-05-16
WIP: Replace TTM buffer pool manager with a simplified interface.
Eric Anholt