diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/19.0.0.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 038bbfc45a6..201e600adff 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -302,7 +302,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_ES3_2_compatibility DONE (i965/gen8+, radeonsi, virgl) GL_ARB_fragment_shader_interlock DONE (i965) GL_ARB_gpu_shader_int64 DONE (i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe) - GL_ARB_parallel_shader_compile not started, but Chia-I Wu did some related work in 2014 + GL_ARB_parallel_shader_compile DONE (all drivers) GL_ARB_post_depth_coverage DONE (i965, nvc0) GL_ARB_robustness_isolation not started GL_ARB_sample_locations DONE (nvc0) 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> |