Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-08-11 16:36:08 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-08-11 16:36:08 +0400
commit6686f189480c4de3e91f49a76811bf006ed9f9b2 (patch)
treebb7184c7e0117c2766eeb727448d9460113b705a /intern/cycles/app
parent18d709022e3ad2208382157a566095c406504d24 (diff)
Cycles: more opencl tweaks, status is:
* kernel has shading nodes / textures disabled, amd/nvidia opencl compilers choke on these, need to figure out how to avoid this * works in cycles_test, not available as option in blender yet * kernel compiles and runs with opencl 1.1 from intel/amd/nvidia
Diffstat (limited to 'intern/cycles/app')
-rw-r--r--intern/cycles/app/cycles_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/app/cycles_test.cpp b/intern/cycles/app/cycles_test.cpp
index 2603458f088..698974b6277 100644
--- a/intern/cycles/app/cycles_test.cpp
+++ b/intern/cycles/app/cycles_test.cpp
@@ -284,7 +284,7 @@ using namespace ccl;
int main(int argc, const char **argv)
{
- path_init();
+ path_init("../blender/intern/cycles");
options_parse(argc, argv);