Age | Commit message (Expand) | Author |
2009-03-25 | libdrm/nouveau: fix typo in nouveau_device_close() | Ben Skeggs |
2009-03-20 | libdrm/nouveau: ask the kernel for vram/gart aperture sizes | Ben Skeggs |
2009-03-20 | libdrm/nouveau: remove unneccesary null ptr checks | Ben Skeggs |
2009-03-20 | libdrm/nouveau: incr refcount on ref fence before decr on old fence | Ben Skeggs |
2009-03-20 | libdrm/nouveau: unref fences when deleting bo | Maarten Maathuis |
2009-03-18 | libdrm/nouveau: implement bo_handle_get for !mm_enabled | Ben Skeggs |
2009-03-16 | libdrm_nouveau: The handle that is passed to mmap needs to be drm_handle_t | Robert Noland |
2009-02-27 | intel: Update reloc_tree_size of the first buffer when we count the tree size. | Eric Anholt |
2009-02-24 | intel: Don't copy dirty data out when freeing a BO in the fake bufmgr. | Eric Anholt |
2009-02-24 | nouveau: Dist nouvea_dma.h as well. | Kristian Høgsberg |
2009-02-24 | nouveau: Also dist nouveau_private.h. | Kristian Høgsberg |
2009-02-23 | Fix DRM_CAS() on Alpha. (#16549) | Ivan Kokshaysky |
2009-02-21 | Fix distcheck for optional nouveau stuff. | Eric Anholt |
2009-02-21 | intel: Add a new bufmgr alloc function to get BOs ready for rendering to. | Eric Anholt |
2009-02-20 | libdrm/nouveau: free drmVersion after we're done with it | Ben Skeggs |
2009-02-20 | libdrm/nouveau: fix dma debugging | Ben Skeggs |
2009-02-15 | intel: Clear ioctl parameter outvalues and pads that confuse valgrind. | Eric Anholt |
2009-02-15 | libdrm: make libdrm_nouveau conditional, disabled by default | Ben Skeggs |
2009-02-11 | mode: Make xfdrmMode.[c|h] not depend on drm_mode.h | Jakob Bornecrantz |
2009-02-11 | nouveau: fix type warnings: void* arith, un/signed | Pekka Paalanen |
2009-02-05 | nouveau: fix some issues where buffer objects never get freed | Ben Skeggs |
2009-02-04 | nouveau: install libdrm_nouveau with libdrm | Ben Skeggs |
2009-01-27 | intel: don't count fences on 965 and later, as they don't use them. | Eric Anholt |
2009-01-27 | intel: Fix under-counting of fences registers required in check_aperture. | Eric Anholt |
2009-01-27 | intel: libdrm support for fence management in execbuf | Jesse Barnes |
2009-01-14 | intel: Retry pin ioctl on -EINTR. | Eric Anholt |
2009-01-13 | Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag. | Owain G. Ainsworth |
2009-01-12 | Remove drmModeReplaceFb after it was removed from the kernel. | Owain G. Ainsworth |
2009-01-07 | libdrm: add autoconf check for clock_gettime | Jesse Barnes |
2009-01-07 | libdrm: only check for vblank timeout if we caught EINTR | Jesse Barnes |
2009-01-07 | libdrm: add timeout handling to drmWaitVBlank | Jesse Barnes |
2008-12-17 | intel: Cache tiling/swizzle state in user mode. Reset tiling on reuse. | Keith Packard |
2008-12-17 | intel: Debug output %u vs uint64_t warning fix | Keith Packard |
2008-12-17 | intel: return error status from drm_intel_gem_bo_map | Keith Packard |
2008-12-17 | intel: Dump out memory usage information when the kernel fails to pin | Keith Packard |
2008-12-17 | libdrm: add mode setting files | Jesse Barnes |
2008-12-14 | intel: don't skip set_domain on mapping of shared buffers. | Eric Anholt |
2008-12-14 | intel: don't let named buffers into the BO cache. | Eric Anholt |
2008-12-14 | intel: Remove the mapped flag, which is adequately covered by bo_gem->virtual. | Eric Anholt |
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes |
2008-12-09 | Merge branch 'modesetting-gem' | Jesse Barnes |
2008-12-08 | libdrm: bump to 2.4 for lib version | Dave Airlie |
2008-12-03 | Merge branch 'master' into modesetting-gem | Jesse Barnes |
2008-12-02 | intel: Add a function for setting (GTT,GTT) domain, for use by UXA. | Eric Anholt |
2008-11-19 | Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into... | Jesse Barnes |
2008-11-19 | libdrm_intel: fix merge error | Jesse Barnes |
2008-11-16 | libdrm-radeon: add print callback to cs & small fixes | Jerome Glisse |
2008-11-15 | libdrm-radeon: unref return current BO ptr to reflect BO destruction | Jerome Glisse |
2008-11-14 | libdrm-radeon: unreference buffer once cs stream is submited or on cs clean | Jerome Glisse |
2008-11-14 | libdrm-radeon: new tracker tools | Jerome Glisse |