aboutsummaryrefslogtreecommitdiff
path: root/libdrm/intel/intel_bufmgr_fake.c
AgeCommit message (Expand)Author
2009-10-06intel: Add a bo_alloc function for tiled BOs.Jesse Barnes
2009-10-06intel: Reformat to the kernel coding style. Welcome to the 8-space future.Eric Anholt
2009-04-27intel: NULL fake bo block when freeing in evict_allJesse Barnes
2009-02-24intel: Don't copy dirty data out when freeing a BO in the fake bufmgr.Eric Anholt
2009-02-21intel: Add a new bufmgr alloc function to get BOs ready for rendering to.Eric Anholt
2009-01-13Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag.Owain G. Ainsworth
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes
2008-11-13Merge branch 'master' into modesetting-gemJesse Barnes
2008-10-30intel: Rename dri_ and intel_ symbols to drm_intel_.Eric Anholt
2008-10-24intel: Also total child_size of the target_bos. Partial fix #17964.Xiang, Haihao
2008-10-17intel: Protect bufmgr objects with a pthread mutex.Eric Anholt
2008-10-16intel: avoid deadlock in intel_bufmgr_fake.Xiang, Haihao
2008-10-14intel: Fix compile warning.Eric Anholt
2008-10-13intel: Avoid pthread mutex recursion in bufmgr_fake.Eric Anholt
2008-10-09Manage fences in user-mode bufmgr_fake to clean buffersKeith Packard
2008-10-09intel: Protect bufmgr objects with a pthread mutex.Eric Anholt
2008-10-09intel: fix for write_domain and static BOs.Xiang, Haihao
2008-09-30Merge remote branch 'origin/master' into modesetting-gemDave Airlie
2008-09-27intel: Copy data from card memory back to backing store when mapping.Xiang, Haihao
2008-09-23intel: Allow up to 15 seconds chewing on one buffer before acknowledging -EBUSY.Eric Anholt
2008-09-23intel: Replace wraparound test logic in bufmgr_fake. Again.Eric Anholt
2008-09-22intel: Fix driver-supplied argument to exec function (fd.o bug #17653).Xiang, Haihao
2008-09-10intel: don't forget to include config.h in bufmgr code.Eric Anholt
2008-09-10intel: move drm calls to exec buffers to libdrm_intel.Eric Anholt
2008-09-10intel: Move IRQ emit/wait from callbacks into the bufmgr.Eric Anholt
2008-09-10Move intel libdrm stuff to libdrm_intel.soEric Anholt
2008-08-14Merge branch 'radeon-gem-cs' into modesetting-gemDave Airlie
2008-08-08Drop TTM interfaces from the userland library.Eric Anholt
2008-08-08Replace the check_aperture API with one we can make thread-safe.Eric Anholt
2008-07-31drm: userspace rip out TTM APIDave Airlie
2008-06-11Move the renaming of mm.c symbols to #defines in the header.Eric Anholt
2008-06-11[gem] Move potentially device-specific ioctls to the intel driver.Eric Anholt
2008-06-05Add a function to bufmgr_fake to evict all buffers in the GTT.Eric Anholt
2008-06-03Fix and hook up bufmgr code to the build.Eric Anholt
2008-06-03Import bufmgr code to libdrm. Not yet hooked up to the build.Eric Anholt