diff options
author | Eric Anholt <[email protected]> | 2015-07-14 12:21:23 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-07-14 15:17:58 -0700 |
commit | 1835ce6e35e6a186c2ba1bdf39b73783a2cb2ad5 (patch) | |
tree | 89ad8c7f7c8fdf8b702385bf61dbe0e6ab6744d7 /src/gallium/drivers/vc4/Makefile.sources | |
parent | 9476b11d6edc67403dd7c5aaddbc375400e02425 (diff) |
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.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index 1eb029e67e7..c24b01d4fbb 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 \ $() |