Report NotSupported for GLES1 tests on non-ES1 run
authorSandeep Shinde <sashinde@nvidia.com>
Fri, 7 Sep 2018 05:59:45 +0000 (11:29 +0530)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 19 Sep 2018 07:34:49 +0000 (03:34 -0400)
commit4eb9918b81069484603f3226ce090e303ef27eb5
tree79ad148c1509cc7cbc308d4d10ad44daa84157f9
parent04c2f11166ed5e5b635a04d1aac2d9aefd535184
Report NotSupported for GLES1 tests on non-ES1 run

If conformance build does not enable DEQP_SUPPORT_GLES1 while building
binary for non-ES1.1 conformance run then OpenGL ES 1.1 specific tests
should return NotSupported error instead of InternalError.

The reason is because the specification does not enforce ES 1.1 support
if conformance is run for non ES1 version like for ES 3.x version.

Components: OpenGL ES

VK-GL-CTS issue: 1343

Change-Id: Id7218cc011b3ee139237130a7cb7d850b4431d50
modules/egl/teglRenderCase.cpp