i965: Enable ARB_shader_precision on Gen8+.

Graphics / Mesa 3D Graphics Library / Mesa - Kenneth Graunke [whitecape.org] - 16 May 2016 19:52 UTC

I recently fixed a bug in the Piglit tests: https://lists.freedesktop.org/archives/piglit/2016-May/019802.html

With that patch in place, we pass all the tests. So, turn it on.

We could probably expose this earlier than Gen8, but the extension says that OpenGL 4.0 is required, and all of our tests are written against GLSL 4.00 (which is only supported on Gen8+).

aae0865 i965: Enable ARB_shader_precision on Gen8+.
src/mesa/drivers/dri/i965/intel_extensions.c | 1 +
1 file changed, 1 insertion(+)

Upstream: cgit.freedesktop.org


  • Share