diff options
author | Emil Velikov <[email protected]> | 2018-10-31 21:36:16 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-11-01 00:05:43 +0000 |
commit | 075f92b2b7f7b927c37493e5ad399901a0338dd8 (patch) | |
tree | f5338ae7951ff078df94856b0bb7d46e95008ba5 /docs | |
parent | 83c7fbb4e4c0adcd0d3f2177725e78904a90e3c1 (diff) |
docs/relnotes: add the EGL Device extensions
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/18.3.0.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html index e0061872de4..8af225a61e1 100644 --- a/docs/relnotes/18.3.0.html +++ b/docs/relnotes/18.3.0.html @@ -63,6 +63,9 @@ Note: some of the new features are only available with certain drivers. <li>GL_KHR_texture_compression_astc_sliced_3d on radeonsi.</li> <li>GL_INTEL_fragment_shader_ordering on i965.</li> <li>GL_NV_fragment_shader_interlock on i965.</li> +<li>EGL_EXT_device_base for all drivers.</li> +<li>EGL_EXT_device_drm for all drivers.</li> +<li>EGL_MESA_device_software for all drivers.</li> </ul> <h2>Bug fixes</h2> |