Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | broadcom/vc5: Add XML for V3D 4.2. | Eric Anholt | 2018-01-27 | 1 | -0/+3 |
| | |||||
* | broadcom/vc5: Introduce v3dx_macros.h and v3dx_pack.h headers. | Eric Anholt | 2018-01-12 | 1 | -0/+45 |
| | | | | | This will be used by vc5 for prefixing functions and including the pack header in v3d-version-dependent code, following the model of anv. | ||||
* | broadcom: Introduce a v3d_debug.h header for vc5 and broadcom Vulkan. | Eric Anholt | 2017-10-10 | 2 | -0/+171 |
| | | | | | | | Unlike vc4, where the compiler and gallium driver live together, for vc5 the compiler will live up in the shared broadcom directory, and need access to the debug flags. Define a set of debug flags and helpers there, so it can be shared between compiler, vc5, and vulkan. | ||||
* | broadcom: Introduce a header for talking about chip revisions. | Eric Anholt | 2017-07-13 | 1 | -0/+39 |
This will be used by the VC5 driver and various shared VC4/VC5 tooling, like the XML decoder. |