[Mesa-stable] [Mesa-dev] [PATCH 4/4] anv/blorp: Flush the texture cache in UpdateBuffer
Andres Gomez
agomez at igalia.com
Tue Apr 25 00:10:55 UTC 2017
On Mon, 2017-04-24 at 16:56 -0700, Lionel Landwerlin wrote:
> >
> > This patch landed in master with the suggested:
> >
> > "
> > ...
> > anv_state_flush(cmd_buffer->device, tmp_data);
> > ...
> > "
> >
> > Unfortunately, anv_state_flush is not in the stable branch in its
> > current shape.
> >
> > It should be possible to replace just with the previous form:
> >
> > "
> > ...
> > if (!cmd_buffer->device->info.has_llc)
> > anv_state_clflush(tmp_data);
> > ...
> > "
> >
> > Is that OK with you?
>
> Hi Andres,
>
> Thanks for taking care of this, your suggestion sounds good to me.
Great!
> You'll also need to adapt
> https://cgit.freedesktop.org/mesa/mesa/commit/?id=d71efbe5f2a0ff934b8e9eeb96cd680a83bc0259
Thanks for the heads up! ☺
--
Br,
Andres
More information about the mesa-stable
mailing list