summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2016-05-02 12:21:45 -0700
committerEric Anholt <[email protected]>2016-05-06 10:25:55 -0700
commit8e2d0843c02daf5280184f179ae8ed440ac90d7f (patch)
treeafe35224d88a666ff210bc7bc2ebb4a668982137 /src/gallium/drivers/vc4/Makefile.sources
parentdaaa9d579de4e776d8a6e9efafbbb587269a33db (diff)
vc4: Add a small QIR validate pass.
This has caught a couple of bugs during loop development so far, and I should probably have written it long ago.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r--src/gallium/drivers/vc4/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index 78d77c6b288..0d1d4f799dc 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -32,6 +32,7 @@ C_SOURCES := \
vc4_qir.c \
vc4_qir_lower_uniforms.c \
vc4_qir_schedule.c \
+ vc4_qir_validate.c \
vc4_qir.h \
vc4_qpu.c \
vc4_qpu_defines.h \