[Mesa-dev] [PATCH 2/2] i965: Enable GL_ARB_ES3_1_compatibility.

Ilia Mirkin imirkin at alum.mit.edu
Mon May 16 19:58:04 UTC 2016


On Mon, May 16, 2016 at 3:51 PM, Dave Airlie <airlied at gmail.com> wrote:
> On 13 May 2016 at 11:31, Kenneth Graunke <kenneth at whitecape.org> wrote:
>> There are almost no tests in any test suite, but what little I've found
>> seems to work.  Ilia believes everything is in place.
>>
>> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
>
> I agree with Ilia,
>
> Reviewed-by: Dave Airlie <airlied at redhat.com>

The one thing that's a bit funny here is that ES3.1 includes compute
shaders, while you'd be exposing this on a driver where you
effectively can't create a GL_COMPUTE_SHADER shader, even if it has
#version 310 es, since GL_ARB_compute_shader will not be enabled.

Just a thought.

  -ilia


More information about the mesa-dev mailing list