Re: [Mesa-dev] [PATCH 2/2] prog_to_nir: Remove OPCODE_MOV special case.

2015-06-01 Thread Eric Anholt
Kenneth Graunke writes: > On Monday, June 01, 2015 01:03:10 PM Matt Turner wrote: >> OPCODE_MOV is in the op_trans[] array. >> --- >> src/mesa/program/prog_to_nir.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/src/mesa/program/prog_to_nir.c b/src/mesa/program/prog

Re: [Mesa-dev] [PATCH 2/2] prog_to_nir: Remove OPCODE_MOV special case.

2015-06-01 Thread Kenneth Graunke
On Monday, June 01, 2015 01:03:10 PM Matt Turner wrote: > OPCODE_MOV is in the op_trans[] array. > --- > src/mesa/program/prog_to_nir.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/program/prog_to_nir.c b/src/mesa/program/prog_to_nir.c > index 5e104e7..d6f165e

[Mesa-dev] [PATCH 2/2] prog_to_nir: Remove OPCODE_MOV special case.

2015-06-01 Thread Matt Turner
OPCODE_MOV is in the op_trans[] array. --- src/mesa/program/prog_to_nir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/program/prog_to_nir.c b/src/mesa/program/prog_to_nir.c index 5e104e7..d6f165e 100644 --- a/src/mesa/program/prog_to_nir.c +++ b/src/mesa/program/pr