compiling mesa
Marty Jack
martyj19 at comcast.net
Mon Jan 3 11:17:53 PST 2011
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.)
More information about the wayland-devel
mailing list