i965: Enable ES 3.2 sample shading extensions.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 4 Apr 2016 06:03:34 +0000 (23:03 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 17 May 2016 21:27:29 +0000 (14:27 -0700)
commit9a1936d965e92c4b4aa682f96ef63362159f4fce
treeccc0727f271a82d0bb0f53c24bc7514e8e5262a5
parent1ff212bfd3d533f03f91a18a98cca0a2637c6d79
i965: Enable ES 3.2 sample shading extensions.

This enables:
- GL_OES_sample_shading
- GL_OES_sample_variables
- GL_OES_shader_multisample_interpolation

On Gen8, we pass all the CTS tests, and all but 4 of the dEQP-GLES31
tests (dealing with 1x/2x MSAA at half rate sampling).  We believe
those 4 dEQP-GLES31 tests are incorrect.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
docs/GL3.txt
src/mesa/drivers/dri/i965/intel_extensions.c