blender/intern/cycles/kernel/osl
Sergey Sharybin 1f5f3b5588 Cycles: Make compatible with C++17 on 10.9 deployment target
OSLRenderServices contains a member which is 64 bytes aligned and this
is onlys supported by default allocators in SDK 10.14. Since we take
care of allocation ourselves ignoring the diagnostic is an acceptable
way dealign with it.
2020-06-19 12:02:21 +02:00
..
background.cpp Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
bsdf_diffuse_ramp.cpp Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
bsdf_phong_ramp.cpp Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
CMakeLists.txt Cycles: Make compatible with C++17 on 10.9 deployment target 2020-06-19 12:02:21 +02:00
emissive.cpp Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
osl_bssrdf.cpp Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
osl_closures.cpp Fix T77915: Cycles OSL microfacet closure not working in custom shaders 2020-06-17 14:09:28 +02:00
osl_closures.h Fix T77915: Cycles OSL microfacet closure not working in custom shaders 2020-06-17 14:09:28 +02:00
osl_globals.h Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
osl_services.cpp Fix T76044: update Cycles to build with OSL 1.11 master 2020-04-28 13:50:31 +02:00
osl_services.h Fix T76044: update Cycles to build with OSL 1.11 master 2020-04-28 13:50:31 +02:00
osl_shader.cpp Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
osl_shader.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00