Age | Commit message (Expand) | Author |
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 |
2008-10-13 | libdrm: don't depend or link to libdrm_intel | Dave Airlie |
2008-10-09 | Manage fences in user-mode bufmgr_fake to clean buffers | Keith Packard |
2008-10-09 | intel: Protect bufmgr objects with a pthread mutex. | Eric Anholt |
2008-10-09 | intel: fix for write_domain and static BOs. | Xiang, Haihao |
2008-09-30 | intel bufmgr: reinstate buffer handle tracking | Jesse Barnes |
2008-09-30 | Merge remote branch 'origin/master' into modesetting-gem | Dave Airlie |
2008-09-27 | intel: Copy data from card memory back to backing store when mapping. | Xiang, Haihao |
2008-09-23 | intel: Allow up to 15 seconds chewing on one buffer before acknowledging -EBUSY. | Eric Anholt |
2008-09-23 | intel: Replace wraparound test logic in bufmgr_fake. Again. | Eric Anholt |
2008-09-23 | intel: Do strerror on errno, not on the -1 return value from ioctl. | Eric Anholt |
2008-09-22 | intel: Fix driver-supplied argument to exec function (fd.o bug #17653). | Xiang, Haihao |
2008-09-10 | Add missing \ to libdrm_la_SOURCES | Eric Anholt |
2008-09-10 | intel: don't forget to include config.h in bufmgr code. | Eric Anholt |
2008-09-10 | intel: move drm calls to exec buffers to libdrm_intel. | Eric Anholt |
2008-09-10 | intel: Move IRQ emit/wait from callbacks into the bufmgr. | Eric Anholt |
2008-09-10 | Move intel libdrm stuff to libdrm_intel.so | Eric Anholt |
2008-08-26 | [intel_bufmgr_gem] Remember global name when creating buffer from name. | Kristian Høgsberg |
2008-08-24 | libdrm: add udev support. | Dave Airlie |
2008-08-18 | Change prototype of drmIoctl to unsigned long request. | Coleman Kane |
2008-08-14 | Merge branch 'radeon-gem-cs' into modesetting-gem | Dave Airlie |
2008-08-13 | Merge branch 'master' into modesetting-gem | Jesse Barnes |
2008-08-12 | [intel_bufmgr_gem] Fix flink buffer name caching (#17085, #17092). | Kristian Høgsberg |
2008-08-12 | Export a generic dri_bo handle for use by clients | Jesse Barnes |
2008-08-11 | libdrm: Allow build outside of source tree. | Matthieu Herrb |
2008-08-08 | Drop TTM interfaces from the userland library. | Eric Anholt |
2008-08-08 | Fix compile warning from check_aperture change. | Eric Anholt |
2008-08-08 | Replace the check_aperture API with one we can make thread-safe. | Eric Anholt |