[Mesa-dev] [PATCH] nir: fix a typo

Dylan Baker dylan at pnwbakers.com
Tue Nov 7 02:12:45 UTC 2017


Thanks,
I went ahead and pushed this with my r-b.

Quoting Gwan-gyeong Mun (2017-11-06 15:28:25)
> Signed-off-by: Mun Gwan-gyeong <elongbug at gmail.com>
> ---
>  src/compiler/nir/nir.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
> index 87c725625d..0174c30504 100644
> --- a/src/compiler/nir/nir.h
> +++ b/src/compiler/nir/nir.h
> @@ -1155,7 +1155,7 @@ typedef enum {
>     nir_texop_tex,                /**< Regular texture look-up */
>     nir_texop_txb,                /**< Texture look-up with LOD bias */
>     nir_texop_txl,                /**< Texture look-up with explicit LOD */
> -   nir_texop_txd,                /**< Texture look-up with partial derivatvies */
> +   nir_texop_txd,                /**< Texture look-up with partial derivatives */
>     nir_texop_txf,                /**< Texel fetch with explicit LOD */
>     nir_texop_txf_ms,                /**< Multisample texture fetch */
>     nir_texop_txf_ms_mcs,         /**< Multisample compression value fetch */
> -- 
> 2.15.0
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171106/5bcb68f8/attachment.sig>


More information about the mesa-dev mailing list