Age | Commit message (Expand) | Author |
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 |
2008-11-13 | Merge branch 'master' into modesetting-gem | Jesse Barnes |
2008-11-13 | libdrm_intel: fix warnings on 64 bit | Jesse Barnes |
2008-11-13 | libdrm: add support for i915 GTT mapping ioctl | Jesse Barnes |
2008-11-12 | mode: Minor reodering and renaming | Jakob Bornecrantz |
2008-11-12 | mode: Unify userspace API to uint_t | Jakob Bornecrantz |
2008-11-12 | mode: Remove hotplug support from ioctl interface | Jakob Bornecrantz |
2008-11-12 | radeon+libdrm-radeon: change relocation informations | Jerome Glisse |
2008-11-10 | libdrm-radeon: be verbose on bo failure and cleanup cs a bit | Jerome Glisse |
2008-11-09 | libdrm-radeon: update libdrm-radeon to match current CS relocation structures | Jerome Glisse |
2008-11-07 | intel: Restart on interrupt of bo_wait_rendering instead of complaining. | Eric Anholt |
2008-11-06 | radeon: lib radeon add bo & cs gem backend | Jerome Glisse |
2008-11-05 | radeon: libdrm_radeon add handle to debug string | Jerome Glisse |
2008-11-02 | radeon: debug bo | Jerome Glisse |
2008-10-30 | intel: Rename dri_ and intel_ symbols to drm_intel_. | Eric Anholt |
2008-10-29 | radeon: libdrm_radeon updates bo & cs interfaces | Jerome Glisse |
2008-10-28 | intel: Add dri_bufmgr_check_aperture support for bufmgr_gem. | Eric Anholt |
2008-10-27 | radeon: reloc are backend dependant | Jerome Glisse |
2008-10-27 | Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into... | Jerome Glisse |
2008-10-27 | radeon: radeon util library | Jerome Glisse |
2008-10-24 | mode: Try to settle on a standard for struct fields | Jakob Bornecrantz |
2008-10-24 | intel: Also total child_size of the target_bos. Partial fix #17964. | Xiang, Haihao |
2008-10-16 | intel: ioctl is not defined to return -errno | Keith Packard |
2008-10-17 | link libdrm_intel properly | Dave Airlie |
2008-10-17 | libdrm: don't depend or link to libdrm_intel | Dave Airlie |
2008-10-17 | intel: Protect bufmgr objects with a pthread mutex. | Eric Anholt |
2008-10-16 | intel: avoid deadlock in intel_bufmgr_fake. | Xiang, Haihao |
2008-10-14 | intel: Fix compile warning. | Eric Anholt |
2008-10-14 | intel: Add interface for getting tiling mode of a bo. | Eric Anholt |
2008-10-13 | link libdrm_intel properly | Julien Cristau |
2008-10-13 | intel: Avoid pthread mutex recursion in bufmgr_fake. | Eric Anholt |