aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBoyan Ding <[email protected]>2015-11-20 11:11:19 +0000
committerEmil Velikov <[email protected]>2015-11-20 11:14:05 +0000
commitb8547a50631649bf19fc29cb339bdb3992537607 (patch)
treee6952095efbbb26493eb12dbbf74f63250f7d328 /src/mesa/main
parentab7294668cb245fbe8c925be6fd6f0242bdd6a0f (diff)
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]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/extensions_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index 7facc7ff3ca..051d69a3613 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)