summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2021-01-02 20:14:37 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2021-01-04 11:49:54 +0100
commitf6b64c3c62a9c9d49133f002d9b59fb00711508d (patch)
tree22ac5c1c2fa9ab7f8a2816daaaa83a238c9f1b73 /src
parent8bd58a97d70027575b7f4ec227e7a57ed11990bc (diff)
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 <andy.nichols@qt.io> Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qplatformintegration.cpp4
1 files changed, 2 insertions, 2 deletions
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