[intel] Move batch bo_unmap from TTM code to shared, and add more asserts.
[mesa.git] / src / mesa / drivers / dri / common / dri_bufmgr_fake.c
2007-12-01 Eric Anholt[intel] Move batch bo_unmap from TTM code to shared...
2007-12-01 Eric Anholt[intel] Fix the type and naming of the flags/mask args...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-29 Eric Anholt[i915] Make INTEL_DEBUG=bufmgr actually do things for...
2007-11-16 Eric Anholt[intel] Add some doxygen notes on what the bufmgr_fake...
2007-11-16 Eric Anholt[intel] Add a simple relocation cache to the fake buffe...
2007-11-16 Eric Anholt[intel] Assert against 0-sized buffers in dri_bufmgr_fa...
2007-11-16 Eric Anholt[intel] Add support for multiple levels of relocation...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-09 Dave Airliei915: fixup up bufmgr to pass num buffers to kernel
2007-10-04 Dave Airliei915: add superioctl support to the ttm codepaths.
2007-10-03 Dave Airliei915: add superioctl initial support inside bufmgr ttm
2007-10-03 Dave Airliei915/drmbuf: attempt to push relocations into buffer...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-22 Eric AnholtMerge branch 'i915-unification'
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-02 Eric AnholtDon't try to use kernel BO flags in dri_bufmgr_fake...
2007-07-31 Eric Anholtbufmgr_fake: eliminate the referenced list, which is...
2007-07-05 Eric Anholtbufmgr_fake: Keep the bufmgr lock held while freeing...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-21 Eric AnholtImprove fake bufmgr debugging, and don't try to migrate...
2007-05-31 Eric AnholtAdd buffer manager destroy function.
2007-05-24 Eric AnholtReplace the flags/hint arguments to bo_alloc{,_static...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-18 Eric AnholtFix another mis-calling of _fence_wait_internal.
2007-05-18 Eric AnholtFix double-counting of low_offset in block->virtual.
2007-05-18 Eric AnholtZero out bufmgr_fake on alloc.
2007-05-18 Eric AnholtDead code elimination and fix bufmgr_fake_wait_idle.
2007-05-18 Eric AnholtFix some use-before-initialize in bufmgr_fake.
2007-05-16 Eric AnholtWIP: Replace TTM buffer pool manager with a simplified...