diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-09-13 12:36:54 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-10-07 15:18:03 +0100 |
commit | 4ea5ed9f51c2ec851ac2d81108035bf7046bbc69 (patch) | |
tree | 9f3ee3bd2e3e66cd0ddac2f2605c5cde7ee27a13 /docs/relnotes | |
parent | 858f2f2ae6d72f338fdd6d544b0c733814e22724 (diff) |
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/relnotes')
-rw-r--r-- | docs/relnotes/11.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 88c34dd808..543ddc7958 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> |