Mesa (master): docs/relnotes: document parallel_shader_compile changes in 19.1.0, not 19.0.0

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 2 14:48:31 UTC 2019


Module: Mesa
Branch: master
Commit: 40b9eec8bd01940d1478fb7e6425e1b4fb93b316
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=40b9eec8bd01940d1478fb7e6425e1b4fb93b316

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Tue Apr  2 10:47:37 2019 -0400

docs/relnotes: document parallel_shader_compile changes in 19.1.0, not 19.0.0

---

 docs/relnotes/19.0.0.html | 2 --
 docs/relnotes/19.1.0.html | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/relnotes/19.0.0.html b/docs/relnotes/19.0.0.html
index b0a3cc6c29f..ea22d660f37 100644
--- a/docs/relnotes/19.0.0.html
+++ b/docs/relnotes/19.0.0.html
@@ -41,13 +41,11 @@ 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>
diff --git a/docs/relnotes/19.1.0.html b/docs/relnotes/19.1.0.html
index 69f8abbf17e..b0bbd75e7f8 100644
--- a/docs/relnotes/19.1.0.html
+++ b/docs/relnotes/19.1.0.html
@@ -39,7 +39,9 @@ TBD.
 <h2>New features</h2>
 
 <ul>
+<li>GL_ARB_parallel_shader_compile on all drivers.</li>
 <li>GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension).</li>
+<li>GL_KHR_parallel_shader_compile on all drivers.</li>
 <li>VK_EXT_buffer_device_address on Intel and RADV.</li>
 </ul>
 




More information about the mesa-commit mailing list