From c7a51f1858a8cac5cdc458b575df1f0e064e3853 Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Fri, 8 Feb 2013 20:05:34 +0100 Subject: Added QOffscreenSurface class. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inherits QSurface and allows to use OpenGL from an arbitrary thread. Platform plugins can implement QPlatformOffscreenSurface, otherwise an invisible QWindow is used by QOffscreenSurface. This patch includes an implementation of QOffscreenSurface for XCB and EglFS platform plugins using pbuffers. Change-Id: I57b4fc1db417331f34826dcfa754b7698782fde4 Reviewed-by: Lars Knoll Reviewed-by: Samuel Rødal --- dist/changes-5.1.0 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dist') diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0 index f7984265ff..fdce43650e 100644 --- a/dist/changes-5.1.0 +++ b/dist/changes-5.1.0 @@ -29,7 +29,7 @@ General Improvements Third party components ---------------------- - - + - **************************************************************************** @@ -72,7 +72,9 @@ QtCore QtGui ----- - - + - QOffscreenSurface + * New class for rendering graphics using OpenGL in an arbitrary thread + without needing to use a hidden QWindow. QtNetwork -- cgit v1.2.3