Re: [Mesa-dev] [PATCH 00/11] anv: Convert the pipeline cache to use blob

2017-10-12 Thread Jason Ekstrand
On Thu, Oct 12, 2017 at 5:52 PM, Jordan Justen wrote: > I think my requests to split 2 patches should be pretty easy, so even > with those changes: > > Series Reviewed-by: Jordan Justen > Thanks! > On 2017-10-11 13:38:40, Jason Ekstrand wrote: > > I started trying to debug a random segfault i

Re: [Mesa-dev] [PATCH 00/11] anv: Convert the pipeline cache to use blob

2017-10-12 Thread Jordan Justen
I think my requests to split 2 patches should be pretty easy, so even with those changes: Series Reviewed-by: Jordan Justen On 2017-10-11 13:38:40, Jason Ekstrand wrote: > I started trying to debug a random segfault in the pipeline cache that I > was seeing in some of the synchronization tests.

[Mesa-dev] [PATCH 00/11] anv: Convert the pipeline cache to use blob

2017-10-11 Thread Jason Ekstrand
I started trying to debug a random segfault in the pipeline cache that I was seeing in some of the synchronization tests. After taking a longer look, It became obvious that doing so with the current implementation is nuts. Instead, we're much better off if we take advantage of the blob structure