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 >>> >>> ---

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: >>

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,

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

2016-09-21 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- This patch requires below series: https://patchwork.freedesktop.org/series/12594/ --- src/mesa/drivers/dri/i965/intel_extensions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c