gpu.c: remove_local_accesses: take gpu_prog instead of gpu_gen
commit189f252e76397ecf44cda3d105c9d7a08bb83353
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Oct 2013 19:54:23 +0000 (2 21:54 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 7 Apr 2015 07:58:12 +0000 (7 09:58 +0200)
treed58f6e134d01e8b915b89b1d29a0dddf452a4c51
parent2ceb2d0c781ab70cb8093dee9e8d8bf121f22a5f
gpu.c: remove_local_accesses: take gpu_prog instead of gpu_gen

Now that this function no longer depends on data in gpu_gen,
we can pass in a gpu_prog instead.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
gpu.c