Age | Commit message (Expand) | Author |
2008-09-10 | Add missing \ to libdrm_la_SOURCES | Eric Anholt |
2008-09-10 | intel: don't forget to include config.h in bufmgr code. | Eric Anholt |
2008-09-10 | intel: move drm calls to exec buffers to libdrm_intel. | Eric Anholt |
2008-09-10 | intel: Move IRQ emit/wait from callbacks into the bufmgr. | Eric Anholt |
2008-09-10 | Move intel libdrm stuff to libdrm_intel.so | Eric Anholt |
2008-08-26 | [intel_bufmgr_gem] Remember global name when creating buffer from name. | Kristian Høgsberg |
2008-08-24 | libdrm: add udev support. | Dave Airlie |
2008-08-18 | Change prototype of drmIoctl to unsigned long request. | Coleman Kane |
2008-08-14 | Merge branch 'radeon-gem-cs' into modesetting-gem | Dave Airlie |
2008-08-13 | Merge branch 'master' into modesetting-gem | Jesse Barnes |
2008-08-12 | [intel_bufmgr_gem] Fix flink buffer name caching (#17085, #17092). | Kristian Høgsberg |
2008-08-12 | Export a generic dri_bo handle for use by clients | Jesse Barnes |
2008-08-11 | libdrm: Allow build outside of source tree. | Matthieu Herrb |
2008-08-08 | Drop TTM interfaces from the userland library. | Eric Anholt |
2008-08-08 | Fix compile warning from check_aperture change. | Eric Anholt |
2008-08-08 | Replace the check_aperture API with one we can make thread-safe. | Eric Anholt |
2008-08-07 | Make flink save the kernel-assigned name and return it instead of creating an... | Keith Packard |
2008-08-07 | Merge branch 'drm-gem' into modesetting-gem | Jesse Barnes |
2008-08-04 | Expose pin/unpin/set_tiling/flink APIs | Keith Packard |
2008-07-31 | drm: userspace rip out TTM API | Dave Airlie |
2008-07-09 | Merge remote branch 'origin/modesetting-101' into modesetting-gem | Dave Airlie |
2008-07-07 | Merge commit 'origin/drm-gem' into ms-gem | Kristian Høgsberg |
2008-07-05 | modesetting-101: Make the interface variable names a little more consistent +... | Maarten Maathuis |
2008-07-04 | modesetting: rip out all of the generation code. | Dave Airlie |
2008-07-03 | libdrm: fix typo in comment | Maarten Maathuis |
2008-07-03 | [libdrm] count connectors and such has no place in a crtc object | Maarten Maathuis |
2008-06-27 | Change some obviously wrong things about property blobs, still broken though. | Maarten Maathuis |
2008-06-24 | [intel-gem] Use I915_GEM_DOMAIN_GTT in dri_gem_bo_wait_rendering. | Keith Packard |
2008-06-23 | libdrm: check for allocation failure | Maarten Maathuis |
2008-06-20 | [intel-gem] Add DRM_IOCTL_I915_GEM_SW_FINISH to flag CPU writes | Keith Packard |
2008-06-18 | Merge commit 'origin/drm-gem' into modesetting-gem | Jesse Barnes |
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-10 | Merge commit 'origin/drm-gem' into modesetting-gem | Jesse Barnes |
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-04 | libdrm: shouldn't rely on this | Dave Airlie |
2008-06-04 | drm: introduce generation counter to interface. | Dave Airlie |
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-06-02 | drm: add functions to get/set gamma ramps | Dave Airlie |
2008-06-02 | drm: fixup some interfaces so test code works again | Dave Airlie |
2008-05-30 | drm: switch possible crtc/clones over to encoders | Dave Airlie |
2008-05-30 | modesetting: the great renaming. | Dave Airlie |