gpu.c: extract out basic gpu_array_tile functions to separate file
commit86a7663e0512b36dfeb21b7700d65fa3830e270e
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Oct 2013 19:54:23 +0000 (2 21:54 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 Mar 2015 13:34:59 +0000 (16 14:34 +0100)
tree2356dc790c52653d22b35f4bc26493a073baba08
parentf40c20d99c2c62a71bcef49ab4cbcb7a9e8b4026
gpu.c: extract out basic gpu_array_tile functions to separate file

We will be extracting the array reference grouping into a separate file
and both this code and the code that remains in gpu.c need these functions.
They should therefore be extracted into a separate file.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
gpu.c
gpu_array_tile.c [new file with mode: 0644]
gpu_array_tile.h [new file with mode: 0644]