Re: [Mesa-dev] [PATCH 5/7] tgsi/exec: implement restartable machine.

2016-04-26 Thread Brian Paul
On 04/25/2016 10:42 PM, Dave Airlie wrote: From: Dave Airlie This lets us restart the machine at a PC value, and exits the machine when we hit a barrier. Compute shaders will then execute all the threads up to the barrier, then restart the machines after the barrier once all are done. Signed-

[Mesa-dev] [PATCH 5/7] tgsi/exec: implement restartable machine.

2016-04-25 Thread Dave Airlie
From: Dave Airlie This lets us restart the machine at a PC value, and exits the machine when we hit a barrier. Compute shaders will then execute all the threads up to the barrier, then restart the machines after the barrier once all are done. Signed-off-by: Dave Airlie --- src/gallium/auxilia