summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-09-13 12:36:54 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-10-07 15:18:03 +0100
commit4ea5ed9f51c2ec851ac2d81108035bf7046bbc69 (patch)
tree9f3ee3bd2e3e66cd0ddac2f2605c5cde7ee27a13 /docs
parent858f2f2ae6d72f338fdd6d544b0c733814e22724 (diff)
downloadexternal_mesa3d-4ea5ed9f51c2ec851ac2d81108035bf7046bbc69.zip
external_mesa3d-4ea5ed9f51c2ec851ac2d81108035bf7046bbc69.tar.gz
external_mesa3d-4ea5ed9f51c2ec851ac2d81108035bf7046bbc69.tar.bz2
egl/dri2: enable EGL_KHR_gl_colorspace for swrast
No driver changes needed for softpipe/llvmpipe - things just work. v2: Whitespace fixes. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Boyan Ding <boyan.j.ding@gmail.com> Acked-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes/11.1.0.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html
index 88c34dd..543ddc7 100644
--- a/docs/relnotes/11.1.0.html
+++ b/docs/relnotes/11.1.0.html
@@ -51,6 +51,7 @@ Note: some of the new features are only available with certain drivers.
<li>GL_ARB_texture_barrier / GL_NV_texture_barrier on i965</li>
<li>GL_ARB_texture_query_lod on softpipe</li>
<li>GL_KHR_debug (GLES)</li>
+<li>EGL_KHR_gl_colorspace on softpipe, llvmpipe</li>
</ul>
<h2>Bug fixes</h2>