Re: [Mesa-dev] [PATCH] gallivm: Fix TGSI_OPCODE_ARR's translation.

2012-02-20 Thread Dave Airlie
On Mon, Feb 20, 2012 at 8:51 PM, wrote: > From: José Fonseca > > Like TGSI_OPCODE_ARL, destination should be an integer. > > This fixes invalid LLVM IR on an internal state tracker (currently Mesa > never emits this opcode). > > In the future consider making ADDR register also a integer-as-float

[Mesa-dev] [PATCH] gallivm: Fix TGSI_OPCODE_ARR's translation.

2012-02-20 Thread jfonseca
From: José Fonseca Like TGSI_OPCODE_ARL, destination should be an integer. This fixes invalid LLVM IR on an internal state tracker (currently Mesa never emits this opcode). In the future consider making ADDR register also a integer-as-float array, like all other register kinds, or simply replac