From f6b64c3c62a9c9d49133f002d9b59fb00711508d Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Sat, 2 Jan 2021 20:14:37 +0100 Subject: State in docs that the BufferQueueingOpenGL cap is deprecated There are no queries for this (somewhat dubious) flag in practice. Its usage in Qt Quick is gone since 2014 after 0129887195c7255f41515f72ceb213a38b98f72d. Change-Id: I4fd9cef2705ce13b79ff1dc40a6eda7ce2035e30 Reviewed-by: Andy Nichols Reviewed-by: Paul Olav Tvete --- src/gui/kernel/qplatformintegration.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/kernel/qplatformintegration.cpp') diff --git a/src/gui/kernel/qplatformintegration.cpp b/src/gui/kernel/qplatformintegration.cpp index 634a04b791..ff0c9ae255 100644 --- a/src/gui/kernel/qplatformintegration.cpp +++ b/src/gui/kernel/qplatformintegration.cpp @@ -199,8 +199,8 @@ QPlatformServices *QPlatformIntegration::services() const \value SharedGraphicsCache The platform supports a shared graphics cache - \value BufferQueueingOpenGL The OpenGL implementation on the platform will queue - up buffers when swapBuffers() is called and block only when its buffer pipeline + \value BufferQueueingOpenGL Deprecated. The OpenGL implementation on the platform will + queue up buffers when swapBuffers() is called and block only when its buffer pipeline is full, rather than block immediately. \value MultipleWindows The platform supports multiple QWindows, i.e. does some kind -- cgit v1.2.3