[Mesa-dev] [PATCH] nv50/ir: fix printing of pixld
Ilia Mirkin
imirkin at alum.mit.edu
Thu May 3 17:13:48 UTC 2018
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
[Can't apply now, but will tonight if no one beats me to it.]
On Thu, May 3, 2018 at 1:02 PM, Rhys Perry <pendingchaos02 at gmail.com> wrote:
> Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
> ---
> 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[] =
> --
> 2.14.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list