OSDN Git Service

meson: Add support for the vc5 driver.
authorEric Anholt <eric@anholt.net>
Fri, 13 Oct 2017 01:40:16 +0000 (18:40 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 17 Oct 2017 20:41:59 +0000 (13:41 -0700)
commit4f3e380fa0f192f90e6661ecf5ca1d7e755eed8f
tree3d45032f82a2e25077ec6298e824d16977cb5373
parent1918c9b1627d5403e2efbffa03441c4b7d61a63e
meson: Add support for the vc5 driver.

v2: Default vc5 to off, since it requires the simulator currently.  Add
    missing dep on the XML generation from libbroadcom_vc5.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com> (v1)
meson.build
src/broadcom/compiler/meson.build [new file with mode: 0644]
src/broadcom/meson.build
src/broadcom/qpu/meson.build [new file with mode: 0644]
src/gallium/drivers/vc5/meson.build [new file with mode: 0644]
src/gallium/meson.build
src/gallium/targets/dri/meson.build
src/gallium/winsys/vc5/drm/meson.build [new file with mode: 0644]