On Friday, 7 de October de 2011 18:34:46 Konstantin Tokarev wrote:
> 07.10.2011, 17:48, "Thiago Macieira":
> > The Qt Quick stack was rewritten. Instead of Graphics View, it sits now on
> > top of the Scene Graph. The QWidget stack wasn't changed.
> 
> So it will be possible to run old faithful QWidgets without having OpenGL ES
> 2?

Yes. QWidgets will continue to paint to the backing store, which is QPainter-
driven and has the old raster engine. Then you upload that image to the 
windowing server (or share it via shared memory), which will then take care of 
uploading to the GPU.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Qt5-feedback mailing list
Qt5-feedback@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

Reply via email to