I found the following by doing this experiment:
martyj:~$ find /usr/include -exec grep -H I915_EXEC_ {} \;
/usr/include/libdrm/i915_drm.h:#define I915_EXEC_RING_MASK (7<<0)
/usr/include/libdrm/i915_drm.h:#define I915_EXEC_DEFAULT (0<<0)
/usr/include/libdrm/i915_drm.h:#define I915_EXEC_RENDER (1<<0)
/usr/include/libdrm/i915_drm.h:#define I915_EXEC_BSD (2<<0)
/usr/include/libdrm/i915_drm.h:#define I915_EXEC_BLT (3<<0)
which suggests that I915_EXEC_BLT was just added and you need to upgrade libdrm
and its development headers.
(Sorry about not responding to the thread, I haven't got the digest yet. Will
turn off digest mode.)
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel