Fix skipped tests in npot_tex2d_render
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Tue, 22 Aug 2017 08:31:14 +0000 (10:31 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 14 Sep 2017 14:17:53 +0000 (10:17 -0400)
commitab75ae0df25d2e385c608d306090e17b4b634b38
tree6599d60722329a8818a8a52827d4f322f1e5f04e
parentdc9b284253eb43eee6ab8a6b75778286886f1431
Fix skipped tests in npot_tex2d_render

GTF npot_tex2d_render test was ported to glcts and corrected.
Rendering is done to FBO and all render dimensions are checked.

Components: OpenGL

VK-GL-CTS issue: 48

Affects:
KHR-GLES3.texture_repeat_mode.*
KHR-GL30.texture_repeat_mode.*

Change-Id: I147ad1aa54d6fbfb626a2cfa7da9333ada41802f
18 files changed:
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl30-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl31-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl32-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl33-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl40-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl41-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl42-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl43-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl44-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl45-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl46-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/gles3-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/master/gles3-khr-master.txt
external/openglcts/modules/common/CMakeLists.txt
external/openglcts/modules/common/glcTextureRepeatModeTests.cpp [new file with mode: 0644]
external/openglcts/modules/common/glcTextureRepeatModeTests.hpp [new file with mode: 0644]
external/openglcts/modules/gl/gl3cTestPackages.cpp
external/openglcts/modules/gles3/es3cTestPackage.cpp