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>
This commit is contained in:
Laszlo Agocs 2021-01-02 20:14:37 +01:00
parent 8bd58a97d7
commit f6b64c3c62

View File

@ -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