Re: [Mesa-dev] [PATCH] gallium: add FMA and DFMA opcodes (v3)

2015-03-15 Thread Ilia Mirkin
Looks like you may have missed the DFMA update in src/gallium/drivers/r600/r600_shader.c, but that's not too important... it can be updated when r600 gains doubles support. As with the previous version, Reviewed-by: Ilia Mirkin On Sun, Mar 15, 2015 at 2:51 PM, Marek Olšák wrote: > From: Marek O

[Mesa-dev] [PATCH] gallium: add FMA and DFMA opcodes (v3)

2015-03-15 Thread Marek Olšák
From: Marek Olšák Needed by ARB_gpu_shader5. v2: select DMAD for FMA with double precision v3: add and select DFMA --- src/gallium/auxiliary/gallivm/lp_bld_limits.h| 1 + src/gallium/auxiliary/tgsi/tgsi_exec.h | 1 + src/gallium/auxiliary/tgsi/tgsi_info.c | 4 ++-- sr