summaryrefslogtreecommitdiff
path: root/docs/relnotes/10.6.0.html
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2015-04-29 20:33:21 +0200
committerMarek Olšák <marek.olsak@amd.com>2015-04-30 14:38:38 +0200
commit1db5d3c19ee8d91686dfe3c1927a3e2dfa83830c (patch)
tree9291195ac8eabca968f18376db9eb7ed2d4f96ea /docs/relnotes/10.6.0.html
parente70de9b0327009dd9b99ee1f388cfffd1bc93761 (diff)
docs/relnotes: document the new EGL sync extensions
Diffstat (limited to 'docs/relnotes/10.6.0.html')
-rw-r--r--docs/relnotes/10.6.0.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html
index ff248423da..fbc4d5be91 100644
--- a/docs/relnotes/10.6.0.html
+++ b/docs/relnotes/10.6.0.html
@@ -58,6 +58,10 @@ Note: some of the new features are only available with certain drivers.
<li>GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe</li>
<li>GL_ARB_uniform_buffer_object on freedreno</li>
<li>GL_EXT_draw_buffers2 on freedreno</li>
+<li>GL_OES_EGL_sync on all drivers</li>
+<li>EGL_KHR_fence_sync on freedreno, nv50, nvc0, r600, radeonsi</li>
+<li>EGL_KHR_wait_sync on freedreno, nv50, nvc0, r600, radeonsi</li>
+<li>EGL_KHR_cl_event2 on freedreno, nv50, nvc0, r600, radeonsi</li>
</ul>
<h2>Bug fixes</h2>