summaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)AuthorFilesLines
2009-03-30libdrm: speed up connector & mode fetchingJesse Barnes1-7/+32
2009-03-26libdrm/intel: support GTT maps correctlyJesse Barnes2-16/+42
2009-03-25libdrm/nouveau: fix typo in nouveau_device_close()Ben Skeggs1-1/+1
2009-03-20libdrm/nouveau: ask the kernel for vram/gart aperture sizesBen Skeggs2-0/+19
2009-03-20libdrm/nouveau: remove unneccesary null ptr checksBen Skeggs1-4/+2
2009-03-20libdrm/nouveau: incr refcount on ref fence before decr on old fenceBen Skeggs1-11/+5
2009-03-20libdrm/nouveau: unref fences when deleting boMaarten Maathuis1-0/+4
2009-03-18libdrm/nouveau: implement bo_handle_get for !mm_enabledBen Skeggs1-11/+12
2009-03-16libdrm_nouveau: The handle that is passed to mmap needs to be drm_handle_tRobert Noland1-1/+1
2009-02-27intel: Update reloc_tree_size of the first buffer when we count the tree size.Eric Anholt1-1/+14
2009-02-24intel: Don't copy dirty data out when freeing a BO in the fake bufmgr.Eric Anholt1-7/+12
2009-02-24nouveau: Dist nouvea_dma.h as well.Kristian Høgsberg1-0/+1
2009-02-24nouveau: Also dist nouveau_private.h.Kristian Høgsberg1-1/+2
2009-02-23Fix DRM_CAS() on Alpha. (#16549)Ivan Kokshaysky1-23/+25
2009-02-21Fix distcheck for optional nouveau stuff.Eric Anholt1-1/+5
2009-02-21intel: Add a new bufmgr alloc function to get BOs ready for rendering to.Eric Anholt6-25/+80
2009-02-20libdrm/nouveau: free drmVersion after we're done with itBen Skeggs1-0/+1
2009-02-20libdrm/nouveau: fix dma debuggingBen Skeggs1-0/+1
2009-02-15intel: Clear ioctl parameter outvalues and pads that confuse valgrind.Eric Anholt1-0/+7
2009-02-15libdrm: make libdrm_nouveau conditional, disabled by defaultBen Skeggs1-1/+1
2009-02-11mode: Make xfdrmMode.[c|h] not depend on drm_mode.hJakob Bornecrantz2-11/+124
2009-02-11nouveau: fix type warnings: void* arith, un/signedPekka Paalanen6-8/+8
2009-02-05nouveau: fix some issues where buffer objects never get freedBen Skeggs2-4/+22
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