Re: [Mesa-dev] [PATCH] i965/gen8+: Enable GL_OES_viewport_array

2016-09-29 Thread Ilia Mirkin
On Thu, Sep 29, 2016 at 2:40 PM, Anuj Phogat wrote: > On Thu, Sep 22, 2016 at 5:59 PM, Ilia Mirkin wrote: >> On Wed, Sep 21, 2016 at 2:15 PM, Anuj Phogat wrote: >>> Signed-off-by: Anuj Phogat >>> >>> --- >>> This patch requires below series: >>> https://patchwork.freedesktop.org/series/12594/ >

Re: [Mesa-dev] [PATCH] i965/gen8+: Enable GL_OES_viewport_array

2016-09-29 Thread Anuj Phogat
On Thu, Sep 22, 2016 at 5:59 PM, Ilia Mirkin wrote: > On Wed, Sep 21, 2016 at 2:15 PM, Anuj Phogat wrote: >> Signed-off-by: Anuj Phogat >> >> --- >> This patch requires below series: >> https://patchwork.freedesktop.org/series/12594/ > > FYI, this is now pushed. Given that the ext relies on > OE

Re: [Mesa-dev] [PATCH] i965/gen8+: Enable GL_OES_viewport_array

2016-09-22 Thread Ilia Mirkin
On Wed, Sep 21, 2016 at 2:15 PM, Anuj Phogat wrote: > Signed-off-by: Anuj Phogat > > --- > This patch requires below series: > https://patchwork.freedesktop.org/series/12594/ FYI, this is now pushed. Given that the ext relies on OES_geometry_shader, the placement of the enable makes sense. Howev