summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-07-14 12:21:23 -0700
committerEric Anholt <eric@anholt.net>2015-07-14 15:17:58 -0700
commit1835ce6e35e6a186c2ba1bdf39b73783a2cb2ad5 (patch)
tree89ad8c7f7c8fdf8b702385bf61dbe0e6ab6744d7 /src/gallium/drivers/vc4/Makefile.sources
parent9476b11d6edc67403dd7c5aaddbc375400e02425 (diff)
downloadexternal_mesa3d-1835ce6e35e6a186c2ba1bdf39b73783a2cb2ad5.zip
external_mesa3d-1835ce6e35e6a186c2ba1bdf39b73783a2cb2ad5.tar.gz
external_mesa3d-1835ce6e35e6a186c2ba1bdf39b73783a2cb2ad5.tar.bz2
vc4: Move uniforms handling to a separate file.
The rest of vc4_program.c is about compiling, while this is about uniform emit at draw time.
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 1eb029e..c24b01d 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -49,4 +49,5 @@ C_SOURCES := \
vc4_state.c \
vc4_tiling.c \
vc4_tiling.h \
+ vc4_uniforms.c \
$()