search for: generatedi

Displaying 1 result from an estimated 1 matches for "generatedi".

Did you mean: generated
2019 Oct 14
1
[PATCH] nv50/ir: mark STORE destination inputs as used
Observed an issue when looking at the code generatedy by the image-vertex-attrib-input-output piglit test. Even though the test itself worked fine (due to TIC 0 being used for the image), this needs to be fixed. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git