diff options
author | Marek Olšák <[email protected]> | 2018-08-06 07:05:19 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-04-01 12:37:52 -0400 |
commit | c5c38e831ee8113cf97fb5308fbb687464ae2f0e (patch) | |
tree | c2002b59dd135f4cef33177d06bbe9fa0dda1c21 /docs/relnotes | |
parent | 3ad2a9b3faa19e29fe1c2a28c712f265ee29423b (diff) |
mesa: implement ARB/KHR_parallel_shader_compile
Tested by piglit.
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/19.0.0.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/19.0.0.html b/docs/relnotes/19.0.0.html index ea22d660f37..b0a3cc6c29f 100644 --- a/docs/relnotes/19.0.0.html +++ b/docs/relnotes/19.0.0.html @@ -41,11 +41,13 @@ Compatibility contexts may report a lower version depending on each driver. <ul> <li>GL_AMD_texture_texture4 on all GL 4.0 drivers.</li> +<li>GL_ARB_parallel_shader_compile on all drivers.</li> <li>GL_EXT_shader_implicit_conversions on all drivers (ES extension).</li> <li>GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension).</li> <li>GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension).</li> <li>GL_EXT_render_snorm on gallium drivers (ES extension).</li> <li>GL_EXT_texture_view on drivers supporting texture views (ES extension).</li> +<li>GL_KHR_parallel_shader_compile on all drivers.</li> <li>GL_OES_texture_view on drivers supporting texture views (ES extension).</li> <li>GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only).</li> <li>Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965.</li> |