vc4: Move LT tiling code to a separate file.
authorEric Anholt <eric@anholt.net>
Fri, 6 Jan 2017 18:51:22 +0000 (10:51 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 26 Jan 2017 20:23:31 +0000 (12:23 -0800)
commit347b69e7d74f61f3b08853ccdfad72bdae683e12
tree2fb7d2e303c3025a68d6ee4182c6e0a775f010ea
parent14cf5c60b8274cf1a454c4d00b71cf9935494425
vc4: Move LT tiling code to a separate file.

This paves the way for building it twice, with NEON assembly or not.
src/gallium/drivers/vc4/Makefile.sources
src/gallium/drivers/vc4/vc4_tiling.c
src/gallium/drivers/vc4/vc4_tiling.h
src/gallium/drivers/vc4/vc4_tiling_lt.c [new file with mode: 0644]