tgsi: accept a starting PC value for exec machine.
authorDave Airlie <airlied@redhat.com>
Tue, 26 Apr 2016 04:19:36 +0000 (14:19 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 26 Apr 2016 22:56:17 +0000 (08:56 +1000)
commit6cf36a7231ac38f968ee518bfaf088a14a5d2548
treea3072ed56f2d084aba3401ac545dc420f89dbeba
parent912ed84f83381330f0d616678878935cd2366293
tgsi: accept a starting PC value for exec machine.

This will be used later to restart barriered execution
threads in compute, for now we just want to change the API.

Acked-by: Roland Scheidegger <sroland@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/draw/draw_gs.c
src/gallium/auxiliary/draw/draw_vs_exec.c
src/gallium/auxiliary/tgsi/tgsi_exec.c
src/gallium/auxiliary/tgsi/tgsi_exec.h
src/gallium/drivers/softpipe/sp_fs_exec.c