[Interest] Qt and OpenCL crash course

Thiago Macieira thiago.macieira at intel.com
Wed Mar 12 21:28:32 CET 2014


Em qua 12 mar 2014, às 13:14:08, Jason H escreveu:
> I was hoping someone would say:
> QPainter is OpenCL enabled by default (or enabled with a switch), all the
> operations happen automatically because the kernel programs for applicable
> painter operations are already written. 

QPainter is raster based only and that cannot change. All painter operations 
are implemented in the CPU only and that is the way it will be.

If you want some hardware accelerated painting, there's a standard API for it 
by the Khronos Group already. It's called OpenGL... :-)
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list