Fetch gl.xml, egl.xml from Github repos am: ae3759c7c9 am: 18976166cc
[platform/upstream/VK-GL-CTS.git] / scripts / opengl / src_util.py
index 03b3051..c4ced08 100644 (file)
@@ -4,7 +4,7 @@
 # drawElements Quality Program utilities
 # --------------------------------------
 #
-# Copyright 2015 The Android Open Source Project
+# Copyright 2015-2017 The Android Open Source Project
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -36,9 +36,10 @@ EGL_DIR                              = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework",
 OPENGL_INC_DIR         = os.path.join(OPENGL_DIR, "wrapper")
 
 GL_SOURCE                      = khr_util.registry_cache.RegistrySource(
-                                               "gl.xml",
-                                               32093,
-                                               "3292120320cacbc27009e7507656d7be17bb25f06876814c67eeffa369281eed")
+                                               "https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry",
+                                               "xml/gl.xml",
+                                               "db2965fc26513b254e2f964171f79e416a05fe29",
+                                               "c4a4e241dc63ed3d1c4cd50451e5baef330dbb51dd3ecb278be80a5779f5b348")
 
 EXTENSIONS                     = [
        'GL_KHR_texture_compression_astc_ldr',