Re: [Mesa-dev] [PATCH] i965: Enable ES 3.2 on Skylake.

2016-09-20 Thread Matt Turner
On Wed, Sep 21, 2016 at 7:35 AM, Kenneth Graunke wrote: > It's already advertised because the version.c extension checks are > fulfilled, but we didn't actually claim support, so trying to create > a ES 3.2 context would fail. > > It's all done, and the CTS results look good, so let's turn it on.

[Mesa-dev] [PATCH] i965: Enable ES 3.2 on Skylake.

2016-09-20 Thread Kenneth Graunke
It's already advertised because the version.c extension checks are fulfilled, but we didn't actually claim support, so trying to create a ES 3.2 context would fail. It's all done, and the CTS results look good, so let's turn it on. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/in