From the ARB_internalformat_query2 spec:
"Dependencies
OpenGL 2.0 or OpenGL ES 2.0 is required."
So the extension should be also supported on gles2.
Khronos public bug created:
https://www.khronos.org/bugzilla/show_bug.cgi?id=1496
Acked-by: Eduardo Lima <[email protected]>
Acked-by: Antia Puentes <[email protected]>
---
registry/gl.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/registry/gl.xml b/registry/gl.xml
index 579a8e4..a628158 100644
--- a/registry/gl.xml
+++ b/registry/gl.xml
@@ -37518,7 +37518,7 @@ typedef unsigned int GLhandleARB;
<command name="glGetInternalformativ"/>
</require>
</extension>
- <extension name="GL_ARB_internalformat_query2" supported="gl|glcore">
+ <extension name="GL_ARB_internalformat_query2"
supported="gl|glcore|gles2">
<require>
<enum name="GL_IMAGE_FORMAT_COMPATIBILITY_TYPE"/>
<enum name="GL_NUM_SAMPLE_COUNTS"/>
--
2.7.4
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit