Age | Commit message (Expand) | Author |
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-29 | Remove executable from modeprint test dir | Jesse Barnes |
2008-12-23 | [FreeBSD] Fix build on FreeBSD after modesetting import. | Robert Noland |
2008-12-23 | radeon: only write irq regs if irq is enabled | Dave Airlie |
2008-12-22 | intel: Rename plane[AB]* back to pipe[AB]*. | Eric Anholt |
2008-12-22 | intel: Remove linux build of i915 DRM, as it's unmaintained and a user trap. | Eric Anholt |
2008-12-22 | intel: Sync GEM ioctl comments for easier diffing against the kernel. | Eric Anholt |
2008-12-18 | modetest: Print more stuff. Prettier. | Kristian Høgsberg |
2008-12-17 | libdrm: Fix modetest/modeprint to use automake stuff. | Eric Anholt |
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-10 | Bump version to 2.4.3 to reflect addition of mode setting header | Jesse Barnes |
2008-12-10 | Update .gitignore with new modetest program | 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-03 | Merge branch 'master' into modesetting-gem | Jesse Barnes |
2008-12-02 | Bump version to 2.4.2 to signal new libdrm_intel functions. | Eric Anholt |
2008-12-02 | intel: Add a function for setting (GTT,GTT) domain, for use by UXA. | Eric Anholt |
2008-11-23 | nv50: support NV94 chipset | Ben Skeggs |
2008-11-21 | nv50: update context-related tables for original 8800GTS | Ben Skeggs |
2008-11-20 | Merge branch 'master' into modesetting-gem | Jesse Barnes |
2008-11-20 | DRM: make drm_map_type match upstream kernel | Jesse Barnes |
2008-11-20 | DRM: make drm_map_type match kernel | Jesse Barnes |
2008-11-19 | Unbreak drm build. | Stephane Marchesin |
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-19 | Update modetest | Jesse Barnes |
2008-11-17 | Revert "gem: protect idr_pre with the spinlock" | Jerome Glisse |
2008-11-16 | gem: protect idr_pre with the spinlock | Jerome Glisse |
2008-11-16 | radeon: protect cs ioctl atomic part with a mutex | Jerome Glisse |
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-15 | drm/bo: fix stupid lock imbalance | Dave Airlie |
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: Reorder the ioctls and numbering | Jakob Bornecrantz |
2008-11-12 | mode: Unify userspace API to uint_t | Jakob Bornecrantz |