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
2008-02-15
[intel] Bug #13636: Allow recursive buffer mapping in bufmgr_ttm.
Eric Anholt
2008-02-13
When mapping, wait on the buffer's fence, not hardware idle, in bufmgr_fake
Eric Anholt
2008-02-13
Remove O(n^2) debugging code from non-debug path of dri_bufmgr_fake.
Eric Anholt
2008-01-18
[intel] Fix memory leak with fake bufmgr.
Eric Anholt
2008-01-03
[intel] Convert relocations to not be cleared out on buffer submit.
Eric Anholt
2007-12-14
[intel] Initialize debug flag for dri_bufmgrs
Eric Anholt
2007-12-13
[intel] Remove broken mutex protection from dri_bufmgrs.
Eric Anholt
2007-12-13
[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.
Eric Anholt
2007-12-13
[intel] assert that buffers are not mapped at last unreference.
Eric Anholt
2007-12-12
[intel] Assert against conflicting relocation emits in bufmgr_fake.c
Eric Anholt
2007-12-07
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-11-30
[intel] Move batch bo_unmap from TTM code to shared, and add more asserts.
Eric Anholt
2007-11-30
[intel] Fix the type and naming of the flags/mask args to TTM functions.
Eric Anholt
2007-11-29
[i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake.
Eric Anholt
2007-11-16
[intel] Add some doxygen notes on what the bufmgr_fake block members mean.
Eric Anholt
2007-11-16
[intel] Add a simple relocation cache to the fake buffer manager.
Eric Anholt
2007-11-16
[intel] Assert against 0-sized buffers in dri_bufmgr_fake.c.
Eric Anholt
2007-11-16
[intel] Add support for multiple levels of relocation in bufmgr_fake.
Eric Anholt
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