Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | broadcom: use NDEBUG to guard asserts | Eric Engestrom | 2017-11-28 | 1 | -5/+5 |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> | ||||
* | broadcom/genxml: Support unpacking fixed-point fractional values. | Eric Anholt | 2017-07-13 | 1 | -0/+16 |
| | | | | | This was an oversight in the original XML support, because unpacking wasn't used much. The new XML-based CL dumper will want it, though. | ||||
* | vc4: Introduce XML-based packet header generation like Intel's. | Eric Anholt | 2017-06-30 | 1 | -0/+189 |
I really liked this idea, as it should help with management of packet parsing tools like the CL dump. The python script is forked off of theirs because our packets are byte-based instead of dwords, and the changes to do so while avoiding performance regressions due to unaligned accesses were quite invasive. v2: Fix Android.mk paths, drop shebang for python script, fix overlap detection. Acked-by: Jason Ekstrand <[email protected]> Acked-by: Kenneth Graunke <[email protected]> Tested-by: Rob Herring <[email protected]> |