Advertise known context version when not executing tests
authorPyry Haulos <phaulos@google.com>
Tue, 15 Nov 2016 18:37:13 +0000 (10:37 -0800)
committerPyry Haulos <phaulos@google.com>
Tue, 15 Nov 2016 18:43:53 +0000 (13:43 -0500)
commit7b31c3d30f5356eaac50b4c9709ef267a8fac457
treeadd94e33b7097ce3b47182ae8ec1f0ba406dfac3
parent3ba5ad96479072426d74ff6a1026448461cbd6a8
Advertise known context version when not executing tests

Several changes from Khronos OpenGL CTS assume that rendering context
version is available when constructing test case hierarchy. This change is
a workaround for that. Long-term plan is to fix tests to not touch context
properties during test hierarchy construction.

Change-Id: I3754aae3b47f557939949d0add2bf6ade3d6aadb
framework/opengl/gluDummyRenderContext.hpp
modules/gles31/tes31Context.cpp