Age | Commit message (Expand) | Author |
2008-08-07 | Make flink save the kernel-assigned name and return it instead of creating an... | Keith Packard |
2008-08-04 | Expose pin/unpin/set_tiling/flink APIs | Keith 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 writes | Keith Packard |
2008-06-13 | [libdrm] Restart all ioctls on signal receipt | Keith Packard |
2008-06-13 | [gem] Catch -EINTR from blocking ioctls and restart them. | Eric Anholt |
2008-06-11 | Move 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 structure | Keith Packard |
2008-06-06 | [libdrm/intel] Remove unused intel_validate_entry structure | Keith Packard |
2008-06-06 | [libdrm/intel] Reuse entire dri_bo_gem structure | Keith Packard |
2008-06-05 | Add a function to bufmgr_fake to evict all buffers in the GTT. | Eric Anholt |
2008-06-03 | Fix libdrm to actually include the new code instead of just building it. | Eric Anholt |
2008-06-03 | Fix and hook up bufmgr code to the build. | Eric Anholt |
2008-06-03 | Import bufmgr code to libdrm. Not yet hooked up to the build. | Eric Anholt |
2008-04-07 | Add DragonFly BSD support for device creation | Hasso Tepper |
2008-03-06 | drm/ttm: add ioctl to get back memory managed area sized | Dave Airlie |
2008-03-04 | Don't shortcut the info syscall for drmBOBusy on nonshareable objects. | Eric Anholt |
2007-12-21 | Rename inappropriately named 'mask' fields to 'proposed_flags' instead. | Keith Packard |
2007-11-05 | Fill fence sequence after emit ioctl. | Ben Skeggs |
2007-11-02 | User buffer support. | Thomas Hellstrom |
2007-11-02 | Return fence errors. | Thomas Hellstrom |
2007-10-26 | Minor libdrm fixes. | Thomas Hellstrom |
2007-10-25 | Tighten permissions on some buffer manager ioctls. | Thomas Hellstrom |
2007-10-25 | Buffer manager: | Thomas Hellstrom |
2007-10-22 | Setstatus header. | Thomas Hellstrom |
2007-10-21 | Get the lock flags right in libdrm. | Thomas Hellstrom |
2007-10-21 | Remove the need for the hardware lock in the buffer manager. | Thomas Hellstrom |
2007-10-20 | Simple replacement for hardware lock in some cases. | Thomas Hellstrom |
2007-10-19 | No fence_class argument on drmBOSetStatus since it's not | Thomas Hellstrom |
2007-10-17 | Remove the op ioctl, and replace it with a setuser ioctl. | Thomas Hellstrom |
2007-10-17 | Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set... | Thomas Hellstrom |
2007-10-16 | drm: drop drm bo list handling code | Dave Airlie |
2007-10-16 | drm: rename drmBOUnReference to drmBOUnreference for consistency | Dave Airlie |
2007-10-16 | Drop destroy ioctls for fences and buffer objects. | Kristian Høgsberg |
2007-10-16 | Take bo type argument out of the ioctl interface. | Kristian Høgsberg |
2007-10-16 | Eliminate support for fake buffers. | [utf-8] Kristian Høgsberg |
2007-09-25 | drm: use fence_class as name instead of class | Dave Airlie |
2007-09-21 | Fix mapCount refcounting on unmap, even though the value is unused. | Eric Anholt |
2007-07-26 | Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning. | Eric Anholt |
2007-07-18 | drm: remove drm_u64_t, replace with uint64_t everwhere | Dave Airlie |
2007-07-11 | Merge branch 'master' into cleanup | Dave Airlie |
2007-06-13 | Fix drmMMUnlock / drmMMLock return values. | Thomas Hellstrom |
2007-06-12 | Try to make buffer object / fence object ioctl args 64-bit safe. | Thomas Hellstrom |
2007-05-29 | reformatting, clean-ups | Brian |
2007-05-29 | Clean-ups and reformatting. | Brian |
2007-05-26 | Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls." | Dave Airlie |
2007-05-26 | Revert "drm/ttm: cleanup most of fence ioctl split out" | Dave Airlie |
2007-05-26 | drm/ttm: cleanup most of fence ioctl split out | Dave Airlie |