summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-04-13 21:36:24 -0700
committerEric Anholt <eric@anholt.net>2015-08-14 11:39:18 -0700
commitbf3c50fba221f216e38d3f60f89161ced4c684c0 (patch)
tree27547a49c8ed44d54f4f02031fa70118160a2ab7 /src/gallium/drivers/vc4/Makefile.sources
parent38c6c0f5b499e2bcff2cc9607f67c0f1836f305b (diff)
downloadexternal_mesa3d-bf3c50fba221f216e38d3f60f89161ced4c684c0.zip
external_mesa3d-bf3c50fba221f216e38d3f60f89161ced4c684c0.tar.gz
external_mesa3d-bf3c50fba221f216e38d3f60f89161ced4c684c0.tar.bz2
vc4: Move all of our fixed function fragment color handling to NIR.
This massively reduces our dependency on VC4-specific optimization passes. shader-db: total uniforms in shared programs: 32077 -> 32067 (-0.03%) uniforms in affected programs: 149 -> 139 (-6.71%) total instructions in shared programs: 98208 -> 98182 (-0.03%) instructions in affected programs: 2154 -> 2128 (-1.21%)
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 b09ffa6..6fb40c2 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -19,6 +19,7 @@ C_SOURCES := \
vc4_fence.c \
vc4_formats.c \
vc4_job.c \
+ vc4_nir_lower_blend.c \
vc4_nir_lower_io.c \
vc4_opt_algebraic.c \
vc4_opt_constant_folding.c \