On Sat, Apr 23, 2016 at 04:39:25PM -0700, Kenneth Graunke wrote:
> From: Jason Ekstrand <[email protected]>
> 
> Reviewed-by: Kenneth Graunke <[email protected]>

Reviewed-by: Topi Pohjolainen <[email protected]>

> ---
>  src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp 
> b/src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp
> index b095421..99b4ff5 100644
> --- a/src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp
> +++ b/src/mesa/drivers/dri/i965/brw_blorp_blit_eu.cpp
> @@ -96,6 +96,7 @@ brw_blorp_eu_emitter::emit_texture_lookup(const struct 
> brw_reg &dst,
>     inst->base_mrf = base_mrf;
>     inst->mlen = msg_length;
>     inst->header_size = 0;
> +   inst->regs_written = 8;
>  
>     insts.push_tail(inst);
>  }
> -- 
> 2.8.0
> 
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to