summaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)Author
2008-10-30intel: Rename dri_ and intel_ symbols to drm_intel_.Eric Anholt
2008-10-28intel: Add dri_bufmgr_check_aperture support for bufmgr_gem.Eric Anholt
2008-10-24intel: Also total child_size of the target_bos. Partial fix #17964.Xiang, Haihao
2008-10-16intel: ioctl is not defined to return -errnoKeith Packard
2008-10-16intel: avoid deadlock in intel_bufmgr_fake.Xiang, Haihao
2008-10-14intel: Fix compile warning.Eric Anholt
2008-10-14intel: Add interface for getting tiling mode of a bo.Eric Anholt
2008-10-13link libdrm_intel properlyJulien Cristau
2008-10-13intel: Avoid pthread mutex recursion in bufmgr_fake.Eric Anholt
2008-10-13libdrm: don't depend or link to libdrm_intelDave Airlie
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-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-23intel: Do strerror on errno, not on the -1 return value from ioctl.Eric Anholt
2008-09-22intel: Fix driver-supplied argument to exec function (fd.o bug #17653).Xiang, Haihao
2008-09-10Add missing \ to libdrm_la_SOURCESEric Anholt
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-26[intel_bufmgr_gem] Remember global name when creating buffer from name.Kristian Høgsberg
2008-08-24libdrm: add udev support.Dave Airlie
2008-08-18Change prototype of drmIoctl to unsigned long request.Coleman Kane
2008-08-12[intel_bufmgr_gem] Fix flink buffer name caching (#17085, #17092).Kristian Høgsberg
2008-08-11libdrm: Allow build outside of source tree.Matthieu Herrb
2008-08-08Drop TTM interfaces from the userland library.Eric Anholt
2008-08-08Fix compile warning from check_aperture change.Eric Anholt
2008-08-08Replace the check_aperture API with one we can make thread-safe.Eric Anholt
2008-08-07Make flink save the kernel-assigned name and return it instead of creating an...Keith Packard
2008-08-04Expose pin/unpin/set_tiling/flink APIsKeith Packard
2008-06-24[intel-gem] Use I915_GEM_DOMAIN_GTT in dri_gem_bo_wait_rendering.Keith Packard
2008-06-20[intel-gem] Add DRM_IOCTL_I915_GEM_SW_FINISH to flag CPU writesKeith Packard
2008-06-13[libdrm] Restart all ioctls on signal receiptKeith Packard
2008-06-13[gem] Catch -EINTR from blocking ioctls and restart them.Eric Anholt
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-06[gem] Don't forget to munmap in the non-bo-reuse object-freeing case.Eric Anholt
2008-06-06[libdrm/intel] Eliminate extra dri_gem_bo_bucket_entry structureKeith Packard
2008-06-06[libdrm/intel] Remove unused intel_validate_entry structureKeith Packard
2008-06-06[libdrm/intel] Reuse entire dri_bo_gem structureKeith Packard
2008-06-05Add a function to bufmgr_fake to evict all buffers in the GTT.Eric Anholt
2008-06-03Fix libdrm to actually include the new code instead of just building it.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
2008-04-07Add DragonFly BSD support for device creationHasso Tepper
2008-03-06drm/ttm: add ioctl to get back memory managed area sizedDave Airlie
2008-03-04Don't shortcut the info syscall for drmBOBusy on nonshareable objects.Eric Anholt