vc4: Move uniforms handling to a separate file.
authorEric Anholt <eric@anholt.net>
Tue, 14 Jul 2015 19:21:23 +0000 (12:21 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 14 Jul 2015 22:17:58 +0000 (15:17 -0700)
commit1835ce6e35e6a186c2ba1bdf39b73783a2cb2ad5
tree89ad8c7f7c8fdf8b702385bf61dbe0e6ab6744d7
parent9476b11d6edc67403dd7c5aaddbc375400e02425
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.
src/gallium/drivers/vc4/Makefile.sources
src/gallium/drivers/vc4/vc4_program.c
src/gallium/drivers/vc4/vc4_uniforms.c [new file with mode: 0644]