Blender Git Loki
Git Commits -> Revision eb2baf9
Revision eb2baf9 by Brecht Van Lommel (master) November 22, 2011, 16:38 (GMT) |
Fix #29274: problem compiling cycles opencl kernel from directory with spaces. Some drivers don't support passing include paths with spaces in them, nor does the opencl spec specify anything about how to quote/escape such paths, so for now we just resolved #includes ourselves. Alternative would have been to use c preprocessor, but this also resolves all #ifdefs, which we do not want. |
Commit Details:
Full Hash: eb2baf9abc7b182acd9b4c0ba2e002441705f77c
SVN Revision: 42071
Parent Commit: 36fa74b
Lines Changed: +47, -6