Re: [Mesa-dev] [PATCH] nv50/ir: fix use of getUniqueInsn() in loadProjTexCoords

2018-07-17 Thread Karol Herbst
the big problem with all that is, that the code was correct and turned out to do the right thing. Last time I was looking into that, the projection value was overwritten with the newest projection and this turned out to be returned into insn and just ended up doing the right thing. I would expect

[Mesa-dev] [PATCH] nv50/ir: fix use of getUniqueInsn() in loadProjTexCoords

2018-07-08 Thread Rhys Perry
Fixes "value not uniquely defined" messages during shader-db runs. Fixes: 57594065c30feec9376b "nv50/ir: import new shader backend code" Signed-off-by: Rhys Perry --- src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff