Mesa (master): nv50/ir: fix printing of pixld

Ilia Mirkin imirkin at kemper.freedesktop.org
Fri May 4 02:58:12 UTC 2018


Module: Mesa
Branch: master
Commit: b30949a9c253f8ab534f966fbc0dd36fbceb31a7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b30949a9c253f8ab534f966fbc0dd36fbceb31a7

Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Thu May  3 18:02:14 2018 +0100

nv50/ir: fix printing of pixld

Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 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[] =




More information about the mesa-commit mailing list