From efbea5866538dcbf8d5f23f9d37ca9a0731839b0 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 3 Mar 2014 16:27:36 +0100 Subject: Make QOpenGLFunctions able to resolve everything MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit At least if the platform plugin's QPlatformOpenGLContext implementation supports it. This completes the QOpenGLFunction changes necessary for dynamic loading of the OpenGL implementation. Everything else is up to the platform plugin. Change-Id: I710e6fbee3005360ecf02bc6ef976e1beb513819 Reviewed-by: Friedemann Kleint Reviewed-by: Sean Harmer Reviewed-by: Jørgen Lind --- tests/manual/qpainfo/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/manual/qpainfo/main.cpp b/tests/manual/qpainfo/main.cpp index c51ca6323b..02ac88dd06 100644 --- a/tests/manual/qpainfo/main.cpp +++ b/tests/manual/qpainfo/main.cpp @@ -170,6 +170,7 @@ int main(int argc, char **argv) DUMP_CAPABILITY(platformIntegration, MultipleWindows) DUMP_CAPABILITY(platformIntegration, ApplicationState) DUMP_CAPABILITY(platformIntegration, ForeignWindows) + DUMP_CAPABILITY(platformIntegration, AllGLFunctionsQueryable) std::cout << '\n'; const QStyleHints *styleHints = QGuiApplication::styleHints(); -- cgit v1.2.3