diff options
author | Piotr Byszewski <piotr.byszewski@mobica.com> | 2017-08-23 09:42:41 +0200 |
---|---|---|
committer | Alexander Galazin <Alexander.Galazin@arm.com> | 2017-09-06 12:32:38 -0400 |
commit | 5e30a0c40b29675e3503ce94018e53bd4cf705bf (patch) | |
tree | 0ae4ba03c168830a14cf6ad4532afcf2c7d63dac /external/fetch_kc_cts.py | |
parent | d22a3c20a1f192be56889ca869eadb15cf758b87 (diff) | |
download | VK-GL-CTS-5e30a0c40b29675e3503ce94018e53bd4cf705bf.tar.gz VK-GL-CTS-5e30a0c40b29675e3503ce94018e53bd4cf705bf.tar.bz2 VK-GL-CTS-5e30a0c40b29675e3503ce94018e53bd4cf705bf.zip |
Create GL 4.6 test package
Ensures that tests for the extensions went into GL 4.6 can be
executed without checking for the extension string if run in
the 4.6 context.
Components: Framework, OpenGL
VK-GL-CTS issue: 640
Affects:
KHR-GL46.*
KHR-GL45.spirv_extensions.*
KHR-NoContext.es2.no_error.*
KHR-NoContext.gl30.no_error.*
KHR-GL45.polygon_offset_clamp.*
KHR-GL45.shader_group_vote_tests.*
KHR-GL43.indirect_parameters_tests.*
KHR-GL44.texture_filter_anisotropic.*
KHR-GLES3.texture_filter_anisotropic.*
KHR-GLES31.core.polygon_offset_clamp.*
KHR-GL45.shader_draw_parameters_tests.*
KHR-GL45.shader_atomic_counter_ops_tests.*
KHR-GL33.pipeline_statistics_query_tests_ARB.*
KHR-GL32.transform_feedback_overflow_query_ARB.*
Change-Id: Idbfacefb5c9e58611c4330b1a054b38bdd72ca87
Diffstat (limited to 'external/fetch_kc_cts.py')
-rw-r--r-- | external/fetch_kc_cts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/fetch_kc_cts.py b/external/fetch_kc_cts.py index dc5bb0f3c..fe7dc0c44 100644 --- a/external/fetch_kc_cts.py +++ b/external/fetch_kc_cts.py @@ -32,7 +32,7 @@ sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts")) from build.common import * EXTERNAL_DIR = os.path.realpath(os.path.normpath(os.path.dirname(__file__))) -SHA1 = "2cdb19e34748b7febf7c1a900958bf88ab6b0485" +SHA1 = "89c485b52895dd97e0323a1fbb843deffcf808f2" PACKAGES = [ GitRepo( |