On Thursday, January 18, 2018 7:05:46 PM PST Jason Ekstrand wrote:
> On Thu, Jan 18, 2018 at 4:30 PM, Kenneth Graunke
> wrote:
>
> > On Friday, January 12, 2018 1:28:00 AM PST Chris Wilson wrote:
> > > Quoting Jason Ekstrand (2018-01-12 01:40:52)
> > > > This helper should be used carefully as se
On Thu, Jan 18, 2018 at 4:30 PM, Kenneth Graunke
wrote:
> On Friday, January 12, 2018 1:28:00 AM PST Chris Wilson wrote:
> > Quoting Jason Ekstrand (2018-01-12 01:40:52)
> > > This helper should be used carefully as setting tiling is a racy
> > > operation since it potentially interacts with othe
On Friday, January 12, 2018 1:28:00 AM PST Chris Wilson wrote:
> Quoting Jason Ekstrand (2018-01-12 01:40:52)
> > This helper should be used carefully as setting tiling is a racy
> > operation since it potentially interacts with other processes. Still,
> > it is a useful thing to be able to do.
>
On Fri, Jan 12, 2018 at 1:28 AM, Chris Wilson
wrote:
> Quoting Jason Ekstrand (2018-01-12 01:40:52)
> > This helper should be used carefully as setting tiling is a racy
> > operation since it potentially interacts with other processes. Still,
> > it is a useful thing to be able to do.
> >
> > Cc
Quoting Jason Ekstrand (2018-01-12 01:40:52)
> This helper should be used carefully as setting tiling is a racy
> operation since it potentially interacts with other processes. Still,
> it is a useful thing to be able to do.
>
> Cc: mesa-sta...@lists.freedesktop.org
> ---
> src/mesa/drivers/dri/
This helper should be used carefully as setting tiling is a racy
operation since it potentially interacts with other processes. Still,
it is a useful thing to be able to do.
Cc: mesa-sta...@lists.freedesktop.org
---
src/mesa/drivers/dri/i965/brw_bufmgr.c | 27 +++
src/mes