Re: [Mesa-dev] [PATCH] st/mesa: update inst->info along with inst->op

2016-05-23 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sun, May 22, 2016 at 10:52 PM, Ilia Mirkin wrote: > Otherwise we still have TGSI_OPCODE_CMP's info, which causes a number of > later logic to go wrong. This fixes > > dEQP-GLES2.functional.shaders.functions.control_flow.return_in_if_vertex > > on nv30. > > Sign

[Mesa-dev] [PATCH] st/mesa: update inst->info along with inst->op

2016-05-22 Thread Ilia Mirkin
Otherwise we still have TGSI_OPCODE_CMP's info, which causes a number of later logic to go wrong. This fixes dEQP-GLES2.functional.shaders.functions.control_flow.return_in_if_vertex on nv30. Signed-off-by: Ilia Mirkin --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 1 + 1 file changed, 1 inse