Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-02 | libdrm/intel: execbuf2 support | Jesse Barnes | |
This patch to libdrm adds support for the new execbuf2 ioctl. If detected, it will be used instead of the old ioctl. By using the new drm_intel_bufmgr_gem_enable_fenced_relocs(), you can indicate that any time a fence register is actually required for a relocation target you will call drm_intel_bo_emit_reloc_fence instead of drm_intel_bo_emit_reloc, which will reduce fence register pressure. Signed-off-by: Eric Anholt <eric@anholt.net> | |||
2009-12-03 | Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drm | Jesse Barnes | |
Conflicts: include/drm/drm.h - RMFB had its signature changed to avoid uint32_t | |||
2009-11-24 | Finish fixing the build on FreeBSD | Robert Noland | |
2009-11-17 | Fix typo in i915 pipe_from_crtc_id ioctl struct name | Kristian Høgsberg | |
2009-11-17 | Copy headers from kernel v2.6.32-rc6-130-g5b8f0be | Kristian Høgsberg | |