Re: [Mesa-dev] [PATCH] i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext

2018-01-22 Thread Emil Velikov
On 22 January 2018 at 10:27, Chris Wilson wrote: > Quoting Jason Ekstrand (2018-01-22 09:45:55) >> On Mon, Jan 22, 2018 at 1:22 AM, Chris Wilson >> wrote: >> >> Quoting Tapani Pälli (2018-01-22 08:26:15) >> > Reviewed-by: Tapani Pälli >> > >> > On 01/20/2018 02:29 AM, Chris Wils

Re: [Mesa-dev] [PATCH] i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext

2018-01-22 Thread Chris Wilson
Quoting Jason Ekstrand (2018-01-22 09:45:55) > On Mon, Jan 22, 2018 at 1:22 AM, Chris Wilson > wrote: > > Quoting Tapani Pälli (2018-01-22 08:26:15) > > Reviewed-by: Tapani Pälli > > > > On 01/20/2018 02:29 AM, Chris Wilson wrote: > > > The forward port of commit 6d87500fe12

Re: [Mesa-dev] [PATCH] i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext

2018-01-22 Thread Jason Ekstrand
On Mon, Jan 22, 2018 at 1:22 AM, Chris Wilson wrote: > Quoting Tapani Pälli (2018-01-22 08:26:15) > > Reviewed-by: Tapani Pälli > > > > On 01/20/2018 02:29 AM, Chris Wilson wrote: > > > The forward port of commit 6d87500fe12e ("dri: Change > > > __DriverApiRec::CreateContext to take a struct for

Re: [Mesa-dev] [PATCH] i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext

2018-01-22 Thread Chris Wilson
Quoting Tapani Pälli (2018-01-22 08:26:15) > Reviewed-by: Tapani Pälli > > On 01/20/2018 02:29 AM, Chris Wilson wrote: > > The forward port of commit 6d87500fe12e ("dri: Change > > __DriverApiRec::CreateContext to take a struct for attribs") failed to > > adapt the set of allowed attributes for t

Re: [Mesa-dev] [PATCH] i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext

2018-01-22 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 01/20/2018 02:29 AM, Chris Wilson wrote: The forward port of commit 6d87500fe12e ("dri: Change __DriverApiRec::CreateContext to take a struct for attribs") failed to adapt the set of allowed attributes for the earlier introduction of context priorities (commit 1617f

[Mesa-dev] [PATCH] i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext

2018-01-19 Thread Chris Wilson
The forward port of commit 6d87500fe12e ("dri: Change __DriverApiRec::CreateContext to take a struct for attribs") failed to adapt the set of allowed attributes for the earlier introduction of context priorities (commit 1617fca6d12e "i965: Pass the EGL/DRI context priority through to the kernel").