[Mesa-dev] [PATCH 2/6] i965/blorp: Set regs_written on texturing instructions
Pohjolainen, Topi
topi.pohjolainen at intel.com
Mon Apr 25 08:11:03 UTC 2016
On Sat, Apr 23, 2016 at 04:39:25PM -0700, Kenneth Graunke wrote:
> From: Jason Ekstrand <jason.ekstrand at intel.com>
>
> Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
> ---
> 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
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list