Fix missing GLX_CONTEXT_OPENGL_NO_ERROR_ARB token
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Wed, 19 Jul 2017 12:13:05 +0000 (14:13 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 19 Jul 2017 14:53:18 +0000 (10:53 -0400)
commita469c7288d67829fd70a9266835e0748bf904d81
tree2137ac9d294b598d5e27d9855d6979b70ffdd7d1
parentf3a36239082b721e1f5f6849afc70af65b42e3ed
Fix missing GLX_CONTEXT_OPENGL_NO_ERROR_ARB token

This change resolve compilation error that occurred when
glxext header is too old and does not contain required define.

Components: Framework

VK-GL-CTS issue: 581

Change-Id: Ifdb37f3921dceec0ea4d9f048aa1e8ac92826889
framework/platform/lnx/X11/tcuLnxX11GlxPlatform.cpp