summaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)AuthorFilesLines
2009-02-04nouveau: install libdrm_nouveau with libdrmBen Skeggs23-1/+11305
2009-01-27intel: don't count fences on 965 and later, as they don't use them.Eric Anholt3-4/+88
2009-01-27intel: Fix under-counting of fences registers required in check_aperture.Eric Anholt1-5/+21
2009-01-27intel: libdrm support for fence management in execbufJesse Barnes1-1/+48
2009-01-14intel: Retry pin ioctl on -EINTR.Eric Anholt1-1/+4
2009-01-13Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag.Owain G. Ainsworth1-1/+1
2009-01-12Remove drmModeReplaceFb after it was removed from the kernel.Owain G. Ainsworth2-28/+0
2009-01-07libdrm: add autoconf check for clock_gettimeJesse Barnes1-1/+1
2009-01-07libdrm: only check for vblank timeout if we caught EINTRJesse Barnes1-7/+10
2009-01-07libdrm: add timeout handling to drmWaitVBlankJesse Barnes2-1/+20
2008-12-17intel: Cache tiling/swizzle state in user mode. Reset tiling on reuse.Keith Packard1-17/+42
2008-12-17intel: Debug output %u vs uint64_t warning fixKeith Packard1-1/+1
2008-12-17intel: return error status from drm_intel_gem_bo_mapKeith Packard1-0/+4
2008-12-17intel: Dump out memory usage information when the kernel fails to pinKeith Packard1-15/+55
2008-12-17libdrm: add mode setting filesJesse Barnes7-11/+992
2008-12-14intel: don't skip set_domain on mapping of shared buffers.Eric Anholt1-1/+1
2008-12-14intel: don't let named buffers into the BO cache.Eric Anholt1-2/+3
2008-12-14intel: Remove the mapped flag, which is adequately covered by bo_gem->virtual.Eric Anholt1-68/+54
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes17-2310/+13
2008-12-09Merge branch 'modesetting-gem'Jesse Barnes17-13/+2310
2008-12-08libdrm: bump to 2.4 for lib versionDave Airlie1-1/+1
2008-12-03Merge branch 'master' into modesetting-gemJesse Barnes2-1/+16
2008-12-02intel: Add a function for setting (GTT,GTT) domain, for use by UXA.Eric Anholt2-1/+16
2008-11-19Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into...Jesse Barnes9-40/+369
2008-11-19libdrm_intel: fix merge errorJesse Barnes1-2/+0
2008-11-16libdrm-radeon: add print callback to cs & small fixesJerome Glisse5-6/+113
2008-11-15libdrm-radeon: unref return current BO ptr to reflect BO destructionJerome Glisse5-19/+21
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