[Mesa-dev] [PATCH] nv50/ir: add missing string for SV_WORK_DIM

Hans de Goede hdegoede at redhat.com
Wed Jul 13 09:34:09 UTC 2016


Hi,

On 12-07-16 14:17, Samuel Pitoiset wrote:
> Fixes: 2aa1197 ("nouveau: Add support for SV_WORK_DIM")
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

Oops, thanks for catching this.

Reviewed-by: Hans de Goede <hdegoede at redhat.com>

Regards,

Hans


> ---
>  src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp
> index 6469f71..ae0dd78 100644
> --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp
> +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp
> @@ -312,6 +312,7 @@ static const char *SemanticStr[SV_LAST + 1] =
>     "BASEVERTEX",
>     "BASEINSTANCE",
>     "DRAWID",
> +   "WORK_DIM",
>     "?",
>     "(INVALID)"
>  };
>


More information about the mesa-dev mailing list