.@qt-project.org] on behalf of Till
Oliver Knoll [till.oliver.kn...@gmail.com]
Sent: Tuesday, February 18, 2014 5:27 PM
To: Qt Project
Subject: Re: [Interest] Platform eglfs and OpenGL
Am 18.02.2014 um 15:25 schrieb Agocs Laszlo :
> Nothing stops you from "using OpenGL in a Qt applicatio
18.02.2014, 17:46, "Peter Kuemmel" :
>> Not at the moment. There were some efforts in the past to add compositing
>> of GL-based windows into eglfs, similarly to how sw-rendered QWidget windows
>> are handled, but these got cancelled in favour of the upcoming QOpenGLWidget
>> and QQuickWidget
Am 18.02.2014 um 15:25 schrieb Agocs Laszlo :
> Nothing stops you from "using OpenGL in a Qt application", what you cannot do
> is mixing QGLWidget with other widgets. Take hellogl_es2 for example and
> strip out the MainWindow with all the widgets. If you only have the QGLWidget
> and nothing
[syntheti...@gmx.net]
Sent: Tuesday, February 18, 2014 2:46 PM
Cc: interest@qt-project.org
Subject: Re: [Interest] Platform eglfs and OpenGL
>
> Not at the moment. There were some efforts in the past to add compositing of
> GL-based windows into eglfs, similarly to how sw-rendered
>
> Not at the moment. There were some efforts in the past to add compositing of
> GL-based windows into eglfs, similarly to how sw-rendered QWidget windows are
> handled, but these got cancelled in favour of the upcoming QOpenGLWidget and
> QQuickWidget APIs which will provide a modern replacem
ds,
Laszlo
From: interest-bounces+laszlo.agocs=digia@qt-project.org
[interest-bounces+laszlo.agocs=digia@qt-project.org] on behalf of Peter
Kuemmel [syntheti...@gmx.net]
Sent: Monday, February 17, 2014 12:04 PM
To: interest@qt-project.org
Subject: [Interest] Platform eglfs and
Is there a way to use OpenGL on an embedded system with Qt5 (linuxfb and eglf)
and QWidgets?
Reading the docs,
http://doc-snapshot.qt-project.org/qt5-dev/embedded-linux.html#eglfs
it looks like this is not supported without using X11 or Wayland, or I'm wrong?
In concrete this means: is it possibl