Module: Mesa
Branch: master
Commit: b8547a50631649bf19fc29cb339bdb3992537607
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8547a50631649bf19fc29cb339bdb3992537607

Author: Boyan Ding <[email protected]>
Date:   Fri Nov 20 11:11:19 2015 +0000

mesa: re-enable KHR_debug for ES contexts

With the earlier issues resolved we can expose the extension.

Signed-off-by: Boyan Ding <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>

---

 docs/relnotes/11.1.0.html        |    1 +
 src/mesa/main/extensions_table.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html
index 2e20bb3..2f462f7 100644
--- a/docs/relnotes/11.1.0.html
+++ b/docs/relnotes/11.1.0.html
@@ -63,6 +63,7 @@ Note: some of the new features are only available with 
certain drivers.
 <li>GL_EXT_buffer_storage implemented for when ES 3.1 support is gained</li>
 <li>GL_EXT_draw_elements_base_vertex on all drivers</li>
 <li>GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)</li>
+<li>GL_KHR_debug (GLES)</li>
 <li>GL_NV_conditional_render on freedreno</li>
 <li>GL_OES_draw_elements_base_vertex on all drivers</li>
 <li>EGL_KHR_create_context on softpipe, llvmpipe</li>
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index 7facc7f..051d69a 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -258,7 +258,7 @@ EXT(INGR_blend_func_separate                , 
EXT_blend_func_separate
 EXT(INTEL_performance_query                 , INTEL_performance_query          
      , GLL, GLC,  x , ES2, 2013)
 
 EXT(KHR_context_flush_control               , dummy_true                       
      , GLL, GLC,  x , ES2, 2014)
-EXT(KHR_debug                               , dummy_true                       
      , GLL, GLC,  x ,  x , 2012)
+EXT(KHR_debug                               , dummy_true                       
      , GLL, GLC, ES1, ES2, 2012)
 EXT(KHR_texture_compression_astc_hdr        , KHR_texture_compression_astc_hdr 
      , GLL, GLC,  x , ES2, 2012)
 EXT(KHR_texture_compression_astc_ldr        , KHR_texture_compression_astc_ldr 
      , GLL, GLC,  x , ES2, 2012)
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to