summaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)AuthorFilesLines
2008-11-14libdrm-radeon: unreference buffer once cs stream is submited or on cs cleanJerome Glisse1-4/+14
2008-11-14libdrm-radeon: new tracker toolsJerome Glisse4-14/+224
2008-11-13Merge branch 'master' into modesetting-gemJesse Barnes5-484/+834
2008-11-13libdrm_intel: fix warnings on 64 bitJesse Barnes1-2/+3
2008-11-13libdrm: add support for i915 GTT mapping ioctlJesse Barnes2-0/+89
2008-11-12mode: Minor reodering and renamingJakob Bornecrantz1-4/+4
2008-11-12mode: Unify userspace API to uint_tJakob Bornecrantz1-11/+11
2008-11-12mode: Remove hotplug support from ioctl interfaceJakob Bornecrantz2-14/+0
2008-11-12radeon+libdrm-radeon: change relocation informationsJerome Glisse3-56/+82
2008-11-10libdrm-radeon: be verbose on bo failure and cleanup cs a bitJerome Glisse2-42/+44
2008-11-09libdrm-radeon: update libdrm-radeon to match current CS relocation structuresJerome Glisse5-89/+143
2008-11-07intel: Restart on interrupt of bo_wait_rendering instead of complaining.Eric Anholt1-1/+3
2008-11-06radeon: lib radeon add bo & cs gem backendJerome Glisse6-38/+365
2008-11-05radeon: libdrm_radeon add handle to debug stringJerome Glisse1-2/+2
2008-11-02radeon: debug boJerome Glisse1-10/+17
2008-10-30intel: Rename dri_ and intel_ symbols to drm_intel_.Eric Anholt5-484/+538
2008-10-29radeon: libdrm_radeon updates bo & cs interfacesJerome Glisse2-22/+78
2008-10-28intel: Add dri_bufmgr_check_aperture support for bufmgr_gem.Eric Anholt1-3/+134
2008-10-27radeon: reloc are backend dependantJerome Glisse1-1/+1
2008-10-27Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into...Jerome Glisse1-2/+2
2008-10-27radeon: radeon util libraryJerome Glisse6-1/+514
2008-10-24mode: Try to settle on a standard for struct fieldsJakob Bornecrantz1-2/+2
2008-10-24intel: Also total child_size of the target_bos. Partial fix #17964.Xiang, Haihao1-2/+3
2008-10-16intel: ioctl is not defined to return -errnoKeith Packard1-1/+1
2008-10-17link libdrm_intel properlyDave Airlie2-2/+3
2008-10-17libdrm: don't depend or link to libdrm_intelDave Airlie1-1/+1
2008-10-17intel: Protect bufmgr objects with a pthread mutex.Eric Anholt4-31/+151
2008-10-16intel: avoid deadlock in intel_bufmgr_fake.Xiang, Haihao1-6/+6
2008-10-14intel: Fix compile warning.libdrm-2.4.0Eric Anholt1-1/+0
2008-10-14intel: Add interface for getting tiling mode of a bo.Eric Anholt4-0/+44
2008-10-13link libdrm_intel properlyJulien Cristau2-2/+2
2008-10-13intel: Avoid pthread mutex recursion in bufmgr_fake.Eric Anholt1-8/+13
2008-10-13libdrm: don't depend or link to libdrm_intelDave Airlie1-1/+1
2008-10-09Manage fences in user-mode bufmgr_fake to clean buffersKeith Packard1-4/+7
2008-10-09intel: Protect bufmgr objects with a pthread mutex.Eric Anholt4-29/+150
2008-10-09intel: fix for write_domain and static BOs.Xiang, Haihao1-7/+13
2008-09-30intel bufmgr: reinstate buffer handle trackingJesse Barnes2-1/+5
2008-09-30Merge remote branch 'origin/master' into modesetting-gemDave Airlie9-423/+625
2008-09-27intel: Copy data from card memory back to backing store when mapping.Xiang, Haihao1-2/+7
2008-09-23intel: Allow up to 15 seconds chewing on one buffer before acknowledging -EBUSY.Eric Anholt1-3/+20
2008-09-23intel: Replace wraparound test logic in bufmgr_fake. Again.Eric Anholt1-31/+84
2008-09-23intel: Do strerror on errno, not on the -1 return value from ioctl.Eric Anholt1-2/+2
2008-09-22intel: Fix driver-supplied argument to exec function (fd.o bug #17653).Xiang, Haihao1-1/+1
2008-09-10Add missing \ to libdrm_la_SOURCESEric Anholt1-1/+1
2008-09-10intel: don't forget to include config.h in bufmgr code.Eric Anholt3-0/+12
2008-09-10intel: move drm calls to exec buffers to libdrm_intel.Eric Anholt5-95/+168
2008-09-10intel: Move IRQ emit/wait from callbacks into the bufmgr.Eric Anholt3-51/+72
2008-09-10Move intel libdrm stuff to libdrm_intel.soEric Anholt8-324/+327
2008-08-26[intel_bufmgr_gem] Remember global name when creating buffer from name.Kristian Høgsberg1-0/+1
2008-08-24libdrm: add udev support.Dave Airlie1-0/+25