Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>

On Thu, Jan 19, 2017 at 5:29 AM, Topi Pohjolainen <
[email protected]> wrote:

> CC: Francisco Jerez <[email protected]>
> CC: Kenneth Graunke <[email protected]>
> CC: Jason Ekstrand <[email protected]>
> Signed-off-by: Topi Pohjolainen <[email protected]>
> ---
>  src/mesa/drivers/dri/i965/genX_blorp_exec.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/src/mesa/drivers/dri/i965/genX_blorp_exec.c
> b/src/mesa/drivers/dri/i965/genX_blorp_exec.c
> index 647a362..594bd5a 100644
> --- a/src/mesa/drivers/dri/i965/genX_blorp_exec.c
> +++ b/src/mesa/drivers/dri/i965/genX_blorp_exec.c
> @@ -261,4 +261,7 @@ retry:
>
>     if (params->dst.enabled)
>        brw_render_cache_set_add_bo(brw, params->dst.addr.buffer);
> +
> +   if (params->depth.enabled)
> +      brw_render_cache_set_add_bo(brw, params->depth.addr.buffer);
>  }
> --
> 2.5.5
>
>
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to