Re: [Mesa-dev] [PATCH] tgsi: drop unused set_exec/kill_mask interfaces.

2016-03-21 Thread Brian Paul
On 03/21/2016 06:29 PM, Dave Airlie wrote: From: Dave Airlie These don't get used and haven't been in git history from what I can see, so drop them. Well, tgsi_set_exec_mask() was used, but had no effect. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/draw/draw_gs.c | 6 ---

Re: [Mesa-dev] [PATCH] tgsi: drop unused set_exec/kill_mask interfaces.

2016-03-21 Thread eocallaghan
Reviewed-by: Edward O'Callaghan On 2016-03-22 11:29, Dave Airlie wrote: From: Dave Airlie These don't get used and haven't been in git history from what I can see, so drop them. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/draw/draw_gs.c | 6 -- src/gallium/auxiliary/draw

[Mesa-dev] [PATCH] tgsi: drop unused set_exec/kill_mask interfaces.

2016-03-21 Thread Dave Airlie
From: Dave Airlie These don't get used and haven't been in git history from what I can see, so drop them. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/draw/draw_gs.c | 6 -- src/gallium/auxiliary/draw/draw_vs_exec.c | 6 -- src/gallium/auxiliary/tgsi/tgsi_exec.h| 25