st/mesa: expose EXT_gpu_shader4 if GLSL 1.40 is supported

Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Marek Olšák
2018-08-07 18:32:31 -04:00
parent 503f94b43f
commit e71936a731
2 changed files with 9 additions and 0 deletions

View File

@@ -40,7 +40,9 @@ TBD.
<ul>
<li>GL_ARB_parallel_shader_compile on all drivers.</li>
<li>GL_EXT_gpu_shader4 on all GL 3.1 drivers.</li>
<li>GL_EXT_shader_image_load_formatted on radeonsi.</li>
<li>GL_EXT_texture_buffer_object on all GL 3.1 drivers.</li>
<li>GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension).</li>
<li>GL_NV_compute_shader_derivatives on iris and i965.</li>
<li>GL_KHR_parallel_shader_compile on all drivers.</li>