[Piglit] [PATCH 1/4] generators/gen_extensions_defined.py: fix ES_3_1_compatiblity

Dylan Baker dylan at pnwbakers.com
Fri Jun 17 01:21:25 UTC 2016


This spec actually wants 4.4, plus the other two ES compat extensions.
Mesa chooses to ignore this, so set it to 4.3 (which allows most mesa
drivers to test it.)

At the very least though this should be bumped to 3.2, since this
extension is never valid in a GL < 3.2 context.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 generated_tests/gen_extensions_defined.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generated_tests/gen_extensions_defined.py b/generated_tests/gen_extensions_defined.py
index 12e0788..9f3dd91 100644
--- a/generated_tests/gen_extensions_defined.py
+++ b/generated_tests/gen_extensions_defined.py
@@ -62,7 +62,7 @@ EXTENSIONS = [
     ("GL_ARB_texture_rectangle", "110"),
     ("GL_AMD_shader_trinary_minmax", "110"),
     ("GL_EXT_texture_array", "110"),
-    ("GL_ARB_ES3_1_compatibility", "110"),
+    ("GL_ARB_ES3_1_compatibility", "430"),
     ("GL_ARB_arrays_of_arrays", "110"),
     ("GL_ARB_fragment_coord_conventions", "110"),
     ("GL_ARB_fragment_layer_viewport", "110"),
-- 
2.8.3



More information about the Piglit mailing list