Re: [Mesa-dev] [PATCH] r600g: Fix handling of TGSI_OPCODE_ARR with SB

2015-08-22 Thread Vadim Girlin
On 08/13/15 21:30, Glenn Kennard wrote: FLT_TO_INT goes in the vector pipes on evergreen/NI, not the trans unit as on earlier chips. FWIW, AFAIK it works in trans as well, just uses different rounding mode. According to the description in the EG ISA doc: "Channels 0-3 use the 32-bit round mode

Re: [Mesa-dev] [PATCH] r600g: Fix handling of TGSI_OPCODE_ARR with SB

2015-08-13 Thread Nick Sarnie
Tested-by: Nick Sarnie On Thu, Aug 13, 2015 at 2:49 PM, Nick Sarnie wrote: > Tested-by: Nick Sarnie > > On Thu, Aug 13, 2015 at 2:30 PM, Glenn Kennard > wrote: > >> FLT_TO_INT goes in the vector pipes on evergreen/NI, >> not the trans unit as on earlier chips. >> >> Signed-off-by: Glenn Kenna

[Mesa-dev] [PATCH] r600g: Fix handling of TGSI_OPCODE_ARR with SB

2015-08-13 Thread Glenn Kennard
FLT_TO_INT goes in the vector pipes on evergreen/NI, not the trans unit as on earlier chips. Signed-off-by: Glenn Kennard --- Fixes issue found on nine: https://github.com/iXit/Mesa-3D/issues/119 src/gallium/drivers/r600/r600_isa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g