broadcom/vc5: Switch to using the C++ interface for the simulator.
authorEric Anholt <eric@anholt.net>
Thu, 21 Dec 2017 00:51:29 +0000 (16:51 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 3 Jan 2018 22:25:23 +0000 (14:25 -0800)
commit7d8b19f0ddda502227a7baccfa0df3db7ed67051
treeec1e3571f175ec327289971485eab7f8eecc097b
parent190ac52827da3b6e094102df54c7cbc04c77e3e3
broadcom/vc5: Switch to using the C++ interface for the simulator.

In newer versions they've removed the C interface, so make one here.  This
also isolates the Mesa codebase from the simulator codebase, so we don't
have conflicts over things like "unreachable"
src/gallium/drivers/vc5/.editorconfig
src/gallium/drivers/vc5/meson.build
src/gallium/drivers/vc5/vc5_simulator.c
src/gallium/drivers/vc5/vc5_simulator_wrapper.cpp [new file with mode: 0644]
src/gallium/drivers/vc5/vc5_simulator_wrapper.h [new file with mode: 0644]