Add limits_tests implementation
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Wed, 14 Jun 2017 16:12:12 +0000 (18:12 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Sat, 1 Jul 2017 10:31:19 +0000 (06:31 -0400)
commit0bdfa91f576d30f56e958ebb50aad5b21a4c9d10
tree529c082cda7cdb7c7a13eb5fd6643bae718fca07
parentff76012eb231ee06a23fec1612e5e15c2cee7a38
Add limits_tests implementation

This change adds generic limit test class that can
be used to test all types of limits and compare them
to corresponding GLSL builtin.
This change uses this generic limit test to test all
GL45 limits.

Affects: KHR-GL45.limits_tests.*

Components: OpenGL

VK-GL-CTS issue: 42

Change-Id: I2970595377c75e243e72358e24422b4a312e0ad8
external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/gl45-master.txt
external/openglcts/modules/common/CMakeLists.txt
external/openglcts/modules/common/glcLimitTest.hpp [new file with mode: 0644]
external/openglcts/modules/common/glcLimitTest.inl [new file with mode: 0644]
external/openglcts/modules/gl/CMakeLists.txt
external/openglcts/modules/gl/gl4cLimitsTests.cpp [new file with mode: 0644]
external/openglcts/modules/gl/gl4cLimitsTests.hpp [new file with mode: 0644]
external/openglcts/modules/gl/gl4cTestPackages.cpp