Re: [Mesa-dev] [PATCH] tgsi: add ucmp to the list of opcodes

2013-07-31 Thread Jose Fonseca
- Original Message - > we forgot to add ucmp to the list of opcodes, so it was never > generated for ureg. > > Signed-off-by: Zack Rusin > --- > src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/gallium/auxiliary/tgsi/tgsi_o

Re: [Mesa-dev] [PATCH] tgsi: add ucmp to the list of opcodes

2013-07-30 Thread Roland Scheidegger
Am 30.07.2013 22:12, schrieb Zack Rusin: > we forgot to add ucmp to the list of opcodes, so it was never > generated for ureg. > > Signed-off-by: Zack Rusin > --- > src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/gallium/auxiliary/t

[Mesa-dev] [PATCH] tgsi: add ucmp to the list of opcodes

2013-07-30 Thread Zack Rusin
we forgot to add ucmp to the list of opcodes, so it was never generated for ureg. Signed-off-by: Zack Rusin --- src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_op