Module: Mesa Branch: master Commit: b30949a9c253f8ab534f966fbc0dd36fbceb31a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b30949a9c253f8ab534f966fbc0dd36fbceb31a7
Author: Rhys Perry <[email protected]> Date: Thu May 3 18:02:14 2018 +0100 nv50/ir: fix printing of pixld Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]> --- src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp index ab39f9fdf6..cbb21f5f72 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[] = _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
