Re: [Mesa-dev] [PATCH 5/5] st/glsl_to_tgsi: fix [ui]vec[34] conversion to double

2016-10-13 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Thu, Oct 13, 2016 at 5:13 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > The corresponding opcodes for integers need to be treated the same as F2D. > > Fixes

[Mesa-dev] [PATCH 5/5] st/glsl_to_tgsi: fix [ui]vec[34] conversion to double

2016-10-13 Thread Nicolai Hähnle
From: Nicolai Hähnle The corresponding opcodes for integers need to be treated the same as F2D. Fixes GL45-CTS.gpu_shader_fp64.conversions. --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git