Iago Toral Quiroga <ito...@igalia.com> writes:

> From: Connor Abbott <connor.w.abb...@intel.com>
>
Reviewed-by: Francisco Jerez <curroje...@riseup.net>

> ---
>  src/mesa/drivers/dri/i965/brw_reg.h | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_reg.h 
> b/src/mesa/drivers/dri/i965/brw_reg.h
> index 38cf8e3..e4c3e7a 100644
> --- a/src/mesa/drivers/dri/i965/brw_reg.h
> +++ b/src/mesa/drivers/dri/i965/brw_reg.h
> @@ -716,6 +716,12 @@ brw_vec16_grf(unsigned nr, unsigned subnr)
>     return brw_vec16_reg(BRW_GENERAL_REGISTER_FILE, nr, subnr);
>  }
>  
> +static inline struct brw_reg
> +brw_vecn_grf(unsigned width, unsigned nr, unsigned subnr)
> +{
> +   return brw_vecn_reg(width, BRW_GENERAL_REGISTER_FILE, nr, subnr);
> +}
> +
>  
>  static inline struct brw_reg
>  brw_uw8_grf(unsigned nr, unsigned subnr)
> -- 
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Attachment: signature.asc
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to