i965: Enable GL_ARB_ES3_1_compatibility on Gen8+ if CS are available.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 13 May 2016 01:08:49 +0000 (18:08 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 16 Jun 2016 21:33:24 +0000 (14:33 -0700)
commit32b1c0b694bf660d48054a6e859deaa8f9556efe
treecea687af27bb2405c965c5ec858f3953060d54d2
parent6bec55a780b0e95445c6d77c6e35cc0c74290ac0
i965: Enable GL_ARB_ES3_1_compatibility on Gen8+ if CS are available.

There are almost no tests in any test suite, but what little I've found
seems to work.  Ilia believes everything is in place.

v2: Predicate the enable on ES 3.1 being available (Gen8+) and also
    ARB_compute_shader being available (requested by Ilia).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
src/mesa/drivers/dri/i965/intel_extensions.c