Re: [Mesa-dev] [PATCH 08/14] mesa_to_tgsi: drop support for instructions that can't occur here

2016-10-17 Thread Ian Romanick
I am in favor of these. One of these days I'm planning to remove these instructions from Mesa IR altogether... unless someone beats me to it. Patches 8 and 9 are Reviewed-by: Ian Romanick On 10/17/2016 06:39 AM, Marek Olšák wrote: > From: Marek Olšák > > --- > src/mesa/state_tracker/st_mesa

[Mesa-dev] [PATCH 08/14] mesa_to_tgsi: drop support for instructions that can't occur here

2016-10-17 Thread Marek Olšák
From: Marek Olšák --- src/mesa/state_tracker/st_mesa_to_tgsi.c | 72 1 file changed, 72 deletions(-) diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c index b989257..c8ed26c 100644 --- a/src/mesa/state_tracker/st_m