summaryrefslogtreecommitdiffstats
path: root/src/broadcom/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* broadcom/vc5: Enable CLIF dumping of V3D 4.2.Eric Anholt2018-01-271-1/+1
|
* broadcom/vc5: Fix a race between XML codegen build and CLIF build.Eric Anholt2018-01-271-1/+4
|
* broadcom/vc5: Add support for V3D 4.1 CLIF dumping.Eric Anholt2018-01-121-1/+1
|
* broadcom/vc5: Move the body of CLIF dumping to a per-version file.Eric Anholt2018-01-121-1/+14
| | | | | I want the library's entrypoints to still be unversioned, but the actual packet dumping needs to be per-version.
* meson: Use consistent styleDylan Baker2018-01-111-4/+1
| | | | | | | | | | | | | | | | | | | | Currently the meosn build has a mix of two styles: arg : [foo, ... bar], and arg : [ foo, ..., bar, ] For consistency let's pick one. I've picked the later style, which I think is more readable, and is more common in the mesa code base. v2: - fix commit message Acked-by: Eric Engestrom <[email protected]> Signed-off-by: Dylan Baker <[email protected]>
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-071-1/+1
| | | | | | Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104141 Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
* meson: Add support for the vc5 driver.Eric Anholt2017-10-171-0/+21
| | | | | | | 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 <[email protected]> (v1)
* meson: Add support for the vc4 driver.Eric Anholt2017-10-171-0/+23
Reviewed-by: Dylan Baker <[email protected]>