From 075f92b2b7f7b927c37493e5ad399901a0338dd8 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 31 Oct 2018 21:36:16 +0000 Subject: [PATCH] docs/relnotes: add the EGL Device extensions Signed-off-by: Emil Velikov --- docs/relnotes/18.3.0.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html index e006187..8af225a 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.
  • GL_KHR_texture_compression_astc_sliced_3d on radeonsi.
  • GL_INTEL_fragment_shader_ordering on i965.
  • GL_NV_fragment_shader_interlock on i965.
  • +
  • EGL_EXT_device_base for all drivers.
  • +
  • EGL_EXT_device_drm for all drivers.
  • +
  • EGL_MESA_device_software for all drivers.
  • Bug fixes

    -- 2.7.4