v3d: Stop doing pretty-printed colorful booleans in CLIF output.
authorEric Anholt <eric@anholt.net>
Mon, 25 Jun 2018 22:18:51 +0000 (15:18 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 28 Jul 2018 00:55:57 +0000 (17:55 -0700)
commit3c02838d2956692101ae205f1aff362fa3a93c76
tree29212902352d823cf674c5afb94fc3b3bb3cd5e5
parent422910d2e75063b80ffcc16aa4087880f20319c1
v3d: Stop doing pretty-printed colorful booleans in CLIF output.

The parser wants to see a 1 or 0.  We can put "true" and "false" in a
comment to clarify that it's a boolean and the parser will skip it.
src/broadcom/cle/v3d_decoder.c
src/broadcom/cle/v3d_decoder.h
src/broadcom/clif/clif_dump.c
src/broadcom/clif/v3dx_dump.c
src/gallium/drivers/vc4/vc4_cl_dump.c