vc4: Add dmabuf support.
authorEric Anholt <eric@anholt.net>
Tue, 14 Oct 2014 10:21:04 +0000 (11:21 +0100)
committerEric Anholt <eric@anholt.net>
Thu, 18 Dec 2014 00:07:01 +0000 (16:07 -0800)
commit39bc9360116e1c944c1d0d04f67a6ec5f010371f
treec241e633ec5bdbdf736b46db9e4b33faaac07e27
parent113044e1b9d8f70a26f826f7c03adcbbc8ecb138
vc4: Add dmabuf support.

This gets DRI3 working on modesetting with glamor.  It's not enabled under
simulation, because it looks like handing our dumb-allocated buffers off
to the server doesn't actually work for the server's rendering.
src/gallium/auxiliary/target-helpers/inline_drm_helper.h
src/gallium/drivers/vc4/vc4_bufmgr.c
src/gallium/drivers/vc4/vc4_bufmgr.h
src/gallium/drivers/vc4/vc4_screen.c