osx - Does OS X Lion provide OpenCL image support for Radeon 5770? -


on os x snow leopard (10.6.8), opencl image support not available on mac pro radeon 5770 graphics card. indeed believed common amd/ati radeon cards under snow leopard , earlier. specifically:

  clgetdeviceinfo(cddevices[uideviceused], cl_device_image_support, sizeof(g_bimagesupport), &g_bimagesupport, null); 

results in g_bimagesupport being false.

i want know if has final release 10.7 (lion) , radeon 5770 graphics card in mac pro, can check see if cl_device_image_support returns true hardware?

an easy test download apple sample code raytraced quarternion julia-set:

http://developer.apple.com/library/mac/#samplecode/opencl_raytraced_quaternion_julia-set_example/introduction/intro.html

and build , run it. output on system sadly:

connecting amd ati radeon hd 5770... qjulia requires images: images not supported on device. 

hope hear works in lion ...

  • david.

i'm running lion 10.7.1 radeon 5770 , given example works great (yay!), running around 150fps. so... yay!


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -