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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to