summaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)Author
2008-11-12mode: Remove hotplug support from ioctl interfaceJakob Bornecrantz
2008-11-12radeon+libdrm-radeon: change relocation informationsJerome Glisse
2008-11-10libdrm-radeon: be verbose on bo failure and cleanup cs a bitJerome Glisse
2008-11-09libdrm-radeon: update libdrm-radeon to match current CS relocation structuresJerome Glisse
2008-11-06radeon: lib radeon add bo & cs gem backendJerome Glisse
2008-11-05radeon: libdrm_radeon add handle to debug stringJerome Glisse
2008-11-02radeon: debug boJerome Glisse
2008-10-29radeon: libdrm_radeon updates bo & cs interfacesJerome Glisse
2008-10-27radeon: reloc are backend dependantJerome Glisse
2008-10-27Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into...Jerome Glisse
2008-10-27radeon: radeon util libraryJerome Glisse
2008-10-24mode: Try to settle on a standard for struct fieldsJakob Bornecrantz
2008-10-17link libdrm_intel properlyDave Airlie
2008-10-17libdrm: don't depend or link to libdrm_intelDave Airlie
2008-10-17intel: Protect bufmgr objects with a pthread mutex.Eric Anholt
2008-09-30intel bufmgr: reinstate buffer handle trackingJesse Barnes
2008-09-30Merge remote branch 'origin/master' into modesetting-gemDave Airlie
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-14Merge branch 'radeon-gem-cs' into modesetting-gemDave Airlie
2008-08-13Merge branch 'master' into modesetting-gemJesse Barnes
2008-08-12[intel_bufmgr_gem] Fix flink buffer name caching (#17085, #17092).Kristian Høgsberg
2008-08-12Export a generic dri_bo handle for use by clientsJesse Barnes
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-07Merge branch 'drm-gem' into modesetting-gemJesse Barnes
2008-08-04Expose pin/unpin/set_tiling/flink APIsKeith Packard
2008-07-31drm: userspace rip out TTM APIDave Airlie
2008-07-09Merge remote branch 'origin/modesetting-101' into modesetting-gemDave Airlie
2008-07-07Merge commit 'origin/drm-gem' into ms-gemKristian Høgsberg
2008-07-05modesetting-101: Make the interface variable names a little more consistent +...Maarten Maathuis
2008-07-04modesetting: rip out all of the generation code.Dave Airlie
2008-07-03libdrm: fix typo in commentMaarten Maathuis
2008-07-03[libdrm] count connectors and such has no place in a crtc objectMaarten Maathuis
2008-06-27Change 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-23libdrm: check for allocation failureMaarten Maathuis