Test winding with tessellation shaders for OGL4.x
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Wed, 26 Jul 2017 12:20:51 +0000 (14:20 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 30 Aug 2017 09:18:41 +0000 (05:18 -0400)
commit9d934c37a5f05ac56b832a27fac12e39c40eacd4
tree3e108e6e4a439aed1cbf549d89a2d008bf890d87
parent2e3eebcc6679527e091de7cd2b1adf22c1d1b3a0
Test winding with tessellation shaders for OGL4.x

Conformance test case that verifies if CCW/CW qualifier specified
in TES does not changes the winding order of drawn primitives.

Components: OpenGL

VK-GL-CTS issue: 58

Affects:
KHR-GL44.tessellation_shader.winding.*
KHR-GL45.tessellation_shader.winding.*
KHR-GLES31.core.tessellation_shader.winding.*
KHR-GLES32.core.tessellation_shader.winding.*

Change-Id: I7093c935cac90ea1cc27dbdc74fcc42148589071
external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/gl44-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/gl45-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/gles31-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/gles32-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/master/gles31-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/master/gles32-khr-master.txt
external/openglcts/modules/glesext/CMakeLists.txt
external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderTests.cpp
external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderWinding.cpp [new file with mode: 0644]
external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderWinding.hpp [new file with mode: 0644]