[Interest] Qt and OpenCL crash course
Thiago Macieira
thiago.macieira at intel.com
Wed Mar 12 23:20:06 CET 2014
Em qua 12 mar 2014, às 13:47:56, Jason H escreveu:
> I can understand why QPainter needs to be raster. One of my more fanciful
> ideas would be that the toolkit provide QGlPainter that could be used by
> QPainter and other developers, for the subset of operations easily done by
> GL and QPainter. Of course, we could never make it default as current
> computer architecture has a large delay in moving textures to and fro the
> GPU. But it would be cool if we could flag operations to be accelerated.
We tried that in Qt 4. That was the OpenGL graphics system, which you must
remember.
The experiment failed. We concluded that the QPainter API is not conducive for
fast processing and does not match the way that the graphics hardware expects
data to be used.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list