This implements waiver from bug 13788 for texture_barrier tests.
authorCygan, Slawomir <slawomir.cygan@intel.com>
Tue, 18 Jul 2017 11:27:12 +0000 (13:27 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 11 Aug 2017 15:48:04 +0000 (11:48 -0400)
commitcf5f9f2cbb22f885d4468bab65f98abd3d8501c5
treef003db5c425ad812643c318c3c5aa47676f8bb75
parente786e20baa048973535e33323fc758e564de2851
This implements waiver from bug 13788 for texture_barrier tests.

If the waiver is enabled, the surface width is reduced to 16382 to avoid
rasterization problems.

As previously the waiver was GTF-only, this change moves it to shared
openglcts / kc-cts file.

Affects:
KHR-GL45.texture_barrier.*
KHR-GL45.texture_barrier_ARB.*

Component: OpenGL

VK-GL-CTS issue: 580

Change-Id: I1149f5a8810de0a5f00ecd4b6b8252511346f106
external/fetch_kc_cts.py
external/openglcts/modules/common/CMakeLists.txt
external/openglcts/modules/common/glcWaiver.hpp [new file with mode: 0644]
external/openglcts/modules/gl/gl4cTextureBarrierTests.cpp