diff options
author | Eric Anholt <[email protected]> | 2017-01-06 10:51:22 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-01-26 12:23:31 -0800 |
commit | 347b69e7d74f61f3b08853ccdfad72bdae683e12 (patch) | |
tree | 2fb7d2e303c3025a68d6ee4182c6e0a775f010ea /src/gallium/drivers/vc4/Makefile.sources | |
parent | 14cf5c60b8274cf1a454c4d00b71cf9935494425 (diff) |
vc4: Move LT tiling code to a separate file.
This paves the way for building it twice, with NEON assembly or not.
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 f09dac24848..10de3436126 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -55,6 +55,7 @@ C_SOURCES := \ vc4_simulator_validate.h \ vc4_state.c \ vc4_tiling.c \ + vc4_tiling_lt.c \ vc4_tiling.h \ vc4_uniforms.c \ $() |