vc4: Move the blit code to a separate file.
authorEric Anholt <eric@anholt.net>
Thu, 9 Apr 2015 19:12:20 +0000 (12:12 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 14 Apr 2015 06:20:45 +0000 (23:20 -0700)
commit43b20795b742b9f1608dd6f2dc586337408760ad
treeb6e92875a9b9907c8b562f9124610bab522b08c2
parente214a596352e67c89ce379a1e5a060dbc1ce31e1
vc4: Move the blit code to a separate file.

There will be other blit code showing up, and it seems like the place
you'd look.
src/gallium/drivers/vc4/Makefile.sources
src/gallium/drivers/vc4/vc4_blit.c [new file with mode: 0644]
src/gallium/drivers/vc4/vc4_context.h
src/gallium/drivers/vc4/vc4_resource.c