Reviewed-by: Francisco Jerez <[email protected]> Iago Toral Quiroga <[email protected]> writes:
> ---
> src/mesa/drivers/dri/i965/brw_vec4.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h
> b/src/mesa/drivers/dri/i965/brw_vec4.h
> index 3043147..afcf31e 100644
> --- a/src/mesa/drivers/dri/i965/brw_vec4.h
> +++ b/src/mesa/drivers/dri/i965/brw_vec4.h
> @@ -79,6 +79,11 @@ public:
> return dst_reg(brw_null_reg());
> }
>
> + dst_reg dst_null_df()
> + {
> + return dst_reg(retype(brw_null_reg(), BRW_REGISTER_TYPE_DF));
> + }
> +
> dst_reg dst_null_d()
> {
> return dst_reg(retype(brw_null_reg(), BRW_REGISTER_TYPE_D));
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
signature.asc
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
