From: Rhys Perry Date: Thu, 3 May 2018 17:02:14 +0000 (+0100) Subject: nv50/ir: fix printing of pixld X-Git-Tag: upstream/19.0.0~5300 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b30949a9c253f8ab534f966fbc0dd36fbceb31a7;p=platform%2Fupstream%2Fmesa.git nv50/ir: fix printing of pixld Signed-off-by: Rhys Perry Reviewed-by: Ilia Mirkin --- diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp index ab39f9f..cbb21f5 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp @@ -217,7 +217,7 @@ static const char *shflOpStr[] = static const char *pixldOpStr[] = { - "count", "covmask", "offset", "cent_offset", "sampleid" + "count", "covmask", "covered", "offset", "cent_offset", "sampleid" }; static const char *rcprsqOpStr[] =