projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44482d5
)
mesa: expose GL_EXT_robustness
author
Tapani Pälli
<tapani.palli@intel.com>
Tue, 25 Oct 2016 11:00:15 +0000
(14:00 +0300)
committer
Tapani Pälli
<tapani.palli@intel.com>
Thu, 27 Oct 2016 04:06:41 +0000
(07:06 +0300)
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 <tapani.palli@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98343
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/mesa/main/extensions_table.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions_table.h
b/src/mesa/main/extensions_table.h
index b6286fc6d59d04c34474d634664b0d4a58b2def6..2dbd7da6c900343f2acbf1bdce31d2e5d8959017 100644
(file)
--- 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)