aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-03-28 14:47:58 +1100
committerTimothy Arceri <[email protected]>2017-04-19 16:53:24 +1000
commitd42d150ad26e29d9e894ba9f9e28f8134e2e5393 (patch)
tree1284e3afb61cddd42adc4594939fac3b9cbb7ead /src
parent2a8a569276ded3528917ddf9f006eb7b1d1d66ad (diff)
mesa: expose KHR_no_error
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/extensions_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index d11cb0f150a..dc735c5ead9 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)