[Mesa-dev] [PATCH 2/3] radeonsi: implement PK2H and UP2H opcodes

2016-01-29 Thread Marek Olšák
From: Marek Olšák Based on a gallivm patch by Ilia Mirkin. +8 piglit regressions due to precision issues --- .../drivers/radeon/radeon_setup_tgsi_llvm.c| 72 ++ src/gallium/drivers/radeonsi/si_pipe.c | 2 +- 2 files changed, 73 insertions(+), 1 deletion(

[Mesa-dev] [PATCH] glsl: remove unrequired forward declaration

2016-01-29 Thread Timothy Arceri
This was added in 2548092ad80156a4 although I don't see why as it was already in the linker.h header. --- src/compiler/glsl/linker.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/glsl/linker.cpp b/src/compiler/glsl/linker.cpp index 7f41a4e..73a4b6a 100644 --- a/src/compiler/g

Re: [Mesa-dev] [PATCH 3/3] r600g: add support for PK2H/UP2H

2016-01-29 Thread Ilia Mirkin
IIRC this needed to be updated for the new versions of those opcode specs -- they now replicate(ish). Maybe Glenn had sent a better version? On Fri, Jan 29, 2016 at 6:46 PM, Marek Olšák wrote: > From: Ilia Mirkin > > Signed-off-by: Ilia Mirkin > --- > src/gallium/drivers/r600/r600_shader.c | 1

Re: [Mesa-dev] [PATCH 3/3] r600g: add support for PK2H/UP2H

2016-01-29 Thread Marek Olšák
On Sat, Jan 30, 2016 at 12:54 AM, Ilia Mirkin wrote: > IIRC this needed to be updated for the new versions of those opcode > specs -- they now replicate(ish). Maybe Glenn had sent a better > version? Yeah, I guess so. I'll drop this patch. Thanks, Marek __

<    1   2