Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | broadcom/vc5: Enable CLIF dumping of V3D 4.2. | Eric Anholt | 2018-01-27 | 1 | -1/+1 |
| | |||||
* | broadcom/vc5: Fix a race between XML codegen build and CLIF build. | Eric Anholt | 2018-01-27 | 1 | -1/+4 |
| | |||||
* | broadcom/vc5: Add support for V3D 4.1 CLIF dumping. | Eric Anholt | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | broadcom/vc5: Move the body of CLIF dumping to a per-version file. | Eric Anholt | 2018-01-12 | 1 | -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 style | Dylan Baker | 2018-01-11 | 1 | -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.h | Eric Engestrom | 2017-12-07 | 1 | -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 Anholt | 2017-10-17 | 1 | -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 Anholt | 2017-10-17 | 1 | -0/+23 |
Reviewed-by: Dylan Baker <[email protected]> |