diff options
author | Rhys Perry <[email protected]> | 2018-05-03 18:02:14 +0100 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2018-05-03 22:57:46 -0400 |
commit | b30949a9c253f8ab534f966fbc0dd36fbceb31a7 (patch) | |
tree | 348310eaed83ea5819c862e5803d66e8f741eb3e /src/gallium/drivers/nouveau | |
parent | 4373dd32154a232efde65859568eb0259c5f885c (diff) |
nv50/ir: fix printing of pixld
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r-- | src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp index ab39f9fdf63..cbb21f5f721 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[] = |