[Piglit] [PATCH 10/12] registry: arb_internalformat_query2 should be also supported on gles2

Alejandro PiƱeiro apinheiro at igalia.com
Fri May 13 15:26:11 UTC 2016


>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 <elima at igalia.com>
Acked-by: Antia Puentes <apuentes at igalia.com>
---
 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



More information about the Piglit mailing list