[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Public WebCL] Re: HTML5 and GPU acceleration




hi,

It's not very important (WebGL one year ago was not very fast too :) but "just for fun"
Where is bottleneck in the "M-set animation. Deep zoom" 1024x768 movies at
http://www.ibiblio.org/e-notes/webcl/webcl.htm
I'd like to make full screen movies :)


Double precision floats work under Radeon 4870 and Fermy with
#ifdef cl_khr_fp64
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
#else
#pragma OPENCL EXTENSION cl_amd_fp64 : enable
#endif

but I have to add checking of the "plat.getPlatformInfo(WebCL.CL_PLATFORM_EXTENSIONS)" string for these extensions.

Do smartphones support OpenCL? double floats? :)

Evgeny
-----------------------------------------------------------
You are currently subscribed to public_webcl@khronos.org.
To unsubscribe, send an email to majordomo@khronos.org with
the following command in the body of your email:
unsubscribe public_webcl
-----------------------------------------------------------