diff options
author | Marek Olšák <[email protected]> | 2018-08-07 18:32:31 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-04-24 20:45:15 -0400 |
commit | e71936a731a93ddfb3325c41a5a9756175020ee9 (patch) | |
tree | 0943f1261a82d54a61e850f09aa0a4cbd5dfd304 /docs | |
parent | 503f94b43f7bcc47b77aa0ca20416b4f9aa56157 (diff) |
st/mesa: expose EXT_gpu_shader4 if GLSL 1.40 is supported
Tested-by: Dieter Nützel <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/19.1.0.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/19.1.0.html b/docs/relnotes/19.1.0.html index af516c2c4d9..950b595d200 100644 --- a/docs/relnotes/19.1.0.html +++ b/docs/relnotes/19.1.0.html @@ -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> |