Mesa (master): mesa: expose KHR_no_error

Timothy Arceri tarceri at kemper.freedesktop.org
Wed Apr 19 07:20:33 UTC 2017


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

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Tue Mar 28 14:47:58 2017 +1100

mesa: expose KHR_no_error

Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 src/mesa/main/extensions_table.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index d11cb0f150..dc735c5ead 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -303,6 +303,7 @@ EXT(KHR_blend_equation_advanced             , KHR_blend_equation_advanced
 EXT(KHR_blend_equation_advanced_coherent    , KHR_blend_equation_advanced_coherent   , GLL, GLC,  x , ES2, 2014)
 EXT(KHR_context_flush_control               , dummy_true                             , GLL, GLC,  x , ES2, 2014)
 EXT(KHR_debug                               , dummy_true                             , GLL, GLC,  11, ES2, 2012)
+EXT(KHR_no_error                            , dummy_true                             , GLL, GLC, ES1, ES2, 2015)
 EXT(KHR_robust_buffer_access_behavior       , ARB_robust_buffer_access_behavior      , GLL, GLC,  x , ES2, 2014)
 EXT(KHR_robustness                          , KHR_robustness                         , GLL, GLC,  x , ES2, 2012)
 EXT(KHR_texture_compression_astc_hdr        , KHR_texture_compression_astc_hdr       , GLL, GLC,  x , ES2, 2012)




More information about the mesa-commit mailing list