[Development] QtWaylandCompositor public api

2015-08-31 Thread Lind Jorgen
Hi all. On Friday I pushed some patches to a branch called wip-compositor-api in the qtwayland repository. We want this branch to be the basis for a technology preview of the QtWaylandCompositor api. The branch has minimal fixes to the client side of the code, and mostly concentrates on restruc

Re: [Development] New (optional?) dependency: xcb-util-errors

2015-04-27 Thread Lind Jorgen
Its a small library, so I think it is sensible to compile it in the plugin (even with the error data). I don't think it makes much sense at current time to check if there is a system version available and then use that. However, what is bothering me is that this is code that we don't want to be

Re: [Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class

2014-07-13 Thread Lind Jorgen
Hi On 10 Jul 2014, at 11:48, haithem rahmani mailto:haithem.rahm...@gmail.com>> 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