Cycles: opencl 1.1 compatibility tweaks.

This commit is contained in:
Brecht Van Lommel
2011-08-09 18:53:54 +00:00
parent 40886b6965
commit abc601d10e
6 changed files with 42 additions and 21 deletions

View File

@@ -129,7 +129,7 @@ __device float3 kernel_path_integrate(KernelGlobals *kg, RNG *rng, int pass, Ray
L += throughput*shader_eval_background(kg, &sd, path_flag);
shader_release(kg, &sd);
#else
L += throughputmake_float3(0.8f, 0.8f, 0.8f);
L += make_float3(0.8f, 0.8f, 0.8f);
#endif
break;
}