aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/meson.build
diff options
context:
space:
mode:
authorAndreas Baierl <[email protected]>2019-10-25 16:38:52 +0200
committerVasily Khoruzhick <[email protected]>2019-11-17 05:39:17 +0000
commitef9635d0bce9383a22bb3a8506da4d55726e5d59 (patch)
tree82371488ea0862513a006946d3c9f2d317d42f28 /src/gallium/drivers/lima/meson.build
parentc76eb7ea8490e630451beb056b4294fd846902d2 (diff)
lima: Parse VS and PLBU command stream while making a dump
This makes the streams more readable and comparable with the blob's parser as it parses the VS and PLBU stream and shows the currently known values. Reviewed-by: Qiang Yu <[email protected]> Signed-off-by: Andreas Baierl <[email protected]>
Diffstat (limited to 'src/gallium/drivers/lima/meson.build')
-rw-r--r--src/gallium/drivers/lima/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/lima/meson.build b/src/gallium/drivers/lima/meson.build
index 6fa5795e0d2..01c41c31728 100644
--- a/src/gallium/drivers/lima/meson.build
+++ b/src/gallium/drivers/lima/meson.build
@@ -64,6 +64,8 @@ files_lima = files(
'lima_bo.h',
'lima_submit.c',
'lima_submit.h',
+ 'lima_parser.c',
+ 'lima_parser.h',
'lima_util.c',
'lima_util.h',
'lima_texture.c',