diff options
author | Tapani Pälli <[email protected]> | 2016-10-25 14:00:15 +0300 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2016-10-27 07:06:41 +0300 |
commit | 671da8d8ba6f1a319351a2738eb420a148ea6697 (patch) | |
tree | 7cfcceaa1008a2c56752715bdc58ed0d41b81299 | |
parent | 44482d5a3e923652ba8e720cf6a2fb39f13ca6d0 (diff) |
mesa: expose GL_EXT_robustness
Fixes 8 failing dEQP tests:
dEQP-EGL.functional.create_context_ext.robust_gles*
(now 42 tests pass in dEQP-EGL*robust*, 0 fail and rest are skipped)
Signed-off-by: Tapani Pälli <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98343
Reviewed-by: Eric Engestrom <[email protected]>
-rw-r--r-- | src/mesa/main/extensions_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index b6286fc6d59..2dbd7da6c90 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -231,6 +231,7 @@ EXT(EXT_primitive_bounding_box , OES_primitive_bounding_box EXT(EXT_provoking_vertex , EXT_provoking_vertex , GLL, GLC, x , x , 2009) EXT(EXT_read_format_bgra , dummy_true , x , x , ES1, ES2, 2009) EXT(EXT_rescale_normal , dummy_true , GLL, x , x , x , 1997) +EXT(EXT_robustness , KHR_robustness , x, x, x , ES2, 2011) EXT(EXT_secondary_color , dummy_true , GLL, x , x , x , 1999) EXT(EXT_separate_shader_objects , dummy_true , x , x , x , ES2, 2013) EXT(EXT_separate_specular_color , dummy_true , GLL, x , x , x , 1997) |