aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/bifrost/meson.build
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-03-02 20:38:26 -0500
committerMarge Bot <[email protected]>2020-03-05 14:35:38 +0000
commit7ac62121e037f3d9fbd3612d936ff736835e0b1f (patch)
treeaf2a13d7acc1ab37b9e44ad6ba528e0cc89d67ef /src/panfrost/bifrost/meson.build
parent230be61f201d07ac95e32a82e688a05eb4093fcc (diff)
pan/bi: Add class properties
We need to keep track of what specific classes support. For now just track floating point modifiers. Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4061>
Diffstat (limited to 'src/panfrost/bifrost/meson.build')
-rw-r--r--src/panfrost/bifrost/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/meson.build b/src/panfrost/bifrost/meson.build
index db17294259c..f7141eb69e1 100644
--- a/src/panfrost/bifrost/meson.build
+++ b/src/panfrost/bifrost/meson.build
@@ -21,6 +21,7 @@
libpanfrost_bifrost_files = files(
'disassemble.c',
+ 'bi_tables.c',
'bifrost_compile.c',
)