diff options
author | Marek Olšák <marek.olsak@amd.com> | 2015-04-29 17:57:46 +0200 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2015-07-22 23:56:00 +0200 |
commit | 2f50fc040c223339dc14f2975c45d35dd4513c13 (patch) | |
tree | ea4bfe656db0ad0c199e788d5b323f8fe7a208be /docs | |
parent | 1828357629721e53a305a29047c0eb18be10915b (diff) |
docs/relnotes: document new EGL extensions and EGL 1.5
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/10.7.0.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/relnotes/10.7.0.html b/docs/relnotes/10.7.0.html index f39e272ffd..0d993313f3 100644 --- a/docs/relnotes/10.7.0.html +++ b/docs/relnotes/10.7.0.html @@ -54,6 +54,9 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_viewport_array on radeonsi</li> <li>GLX_ARB_create_context_robustness on r600, radeonsi</li> <li>EGL_EXT_create_context_robustness on r600, radeonsi</li> +<li>EGL_KHR_gl_colorspace on r600, radeonsi, nv50, nvc0</li> +<li>EGL_KHR_gl_texture_3D_image on r600, radeonsi, nv50, nvc0</li> +<li>EGL 1.5 on r600, radeonsi, nv50, nvc0</li> </ul> <h2>Bug fixes</h2> |