Re: [Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class

2014-07-12 Thread Allan Sandfeld Jensen
On Thursday 10 July 2014, haithem rahmani wrote: > Hi, > > When running Qt-5 on top of the directfb qpa plugin, some benchmarks are > quite slow. > (http://smashcat.org/av/canvas_test) > > I've found that the 2D painting ops are going through the > QBlitterPaintEngine class > that is inheriting

Re: [Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class

2014-07-12 Thread Thiago Macieira
On Saturday 12 July 2014 11:41:26 haithem rahmani wrote: > The QGL2PaintEngineEx is part of the QtOpenGL module, hence I didn't find > how to integrate it in the QtGui. > > any help please? What's the problem with using QtOpenGL? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Arc

Re: [Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class

2014-07-12 Thread haithem rahmani
Hi, what I want is make qpa plugin use the GPU to do complex drawing instead of the Raster. The QGL2PaintEngineEx is part of the QtOpenGL module, hence I didn't find how to integrate it in the QtGui. any help please? thanks haithem > Message: 5 > Date: Thu, 10 Jul 2014 10:48:35 +0100 > From: