[Mesa-dev] [PATCH] relnotes: Add documentation for newly supported extensions

Gert Wollny gw.fossdev at gmail.com
Wed Feb 6 11:55:06 UTC 2019


EXT_sRGB_write_control and EXT_texture_sRGB_R8 are now supported
on all drivers that support sRGB.

Signed-off-by: Gert Wollny <gert.wollny at collabora.com>
CC: <mesa-stable at lists.freedesktop.org>
---
 docs/relnotes/19.0.0.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/relnotes/19.0.0.html b/docs/relnotes/19.0.0.html
index 1b4edd7ce76..33b35ab8cb0 100644
--- a/docs/relnotes/19.0.0.html
+++ b/docs/relnotes/19.0.0.html
@@ -41,8 +41,10 @@ TBD.
 <ul>
 <li>GL_AMD_texture_texture4 on all GL 4.0 drivers.</li>
 <li>GL_EXT_shader_implicit_conversions on all drivers (ES extension).</li>
+<li>GL_EXT_sRGB_write_control on all GL 3.0 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_texture_sRGB_R8 on all GL 3.0 drivers.</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_OES_texture_view on drivers supporting texture views (ES extension).</li>
-- 
2.19.2



More information about the mesa-dev mailing list