intel: Rename dri_ and intel_ symbols to drm_intel_.
[profile/ivi/libdrm.git] / libdrm / intel / intel_bufmgr_fake.c
2008-10-30 Eric Anholtintel: Rename dri_ and intel_ symbols to drm_intel_.
2008-10-24 Xiang, Haihaointel: Also total child_size of the target_bos. Partial...
2008-10-16 Xiang, Haihaointel: avoid deadlock in intel_bufmgr_fake.
2008-10-14 Eric Anholtintel: Fix compile warning.
2008-10-13 Eric Anholtintel: Avoid pthread mutex recursion in bufmgr_fake.
2008-10-10 Keith PackardManage fences in user-mode bufmgr_fake to clean buffers
2008-10-09 Eric Anholtintel: Protect bufmgr objects with a pthread mutex.
2008-10-09 Xiang, Haihaointel: fix for write_domain and static BOs.
2008-09-27 Xiang, Haihaointel: Copy data from card memory back to backing store...
2008-09-24 Eric Anholtintel: Allow up to 15 seconds chewing on one buffer...
2008-09-24 Eric Anholtintel: Replace wraparound test logic in bufmgr_fake...
2008-09-22 Xiang, Haihaointel: Fix driver-supplied argument to exec function...
2008-09-10 Eric Anholtintel: don't forget to include config.h in bufmgr code.
2008-09-10 Eric Anholtintel: move drm calls to exec buffers to libdrm_intel.
2008-09-10 Eric Anholtintel: Move IRQ emit/wait from callbacks into the bufmgr.
2008-09-10 Eric AnholtMove intel libdrm stuff to libdrm_intel.so
2008-08-08 Eric AnholtDrop TTM interfaces from the userland library.
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Eric AnholtReplace the check_aperture API with one we can make...
2008-07-29 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-11 Eric AnholtMove the renaming of mm.c symbols to #defines in the...
2008-06-11 Eric Anholt[gem] Move potentially device-specific ioctls to the...
2008-06-05 Eric AnholtAdd a function to bufmgr_fake to evict all buffers...
2008-06-03 Eric AnholtFix and hook up bufmgr code to the build.
2008-06-03 Eric AnholtImport bufmgr code to libdrm. Not yet hooked up to...