blender/intern/cycles
Brecht Van Lommel 476be3746e Fix T86332: setting Cycles dicing camera fails after recent changes
Somehow "from __future__ import annotations" and "lambda" are not working
together well here, work around it by not using a lambda function.
2021-03-12 17:49:56 +01:00
..
app Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
blender Fix T86332: setting Cycles dicing camera fails after recent changes 2021-03-12 17:49:56 +01:00
bvh Cycles: Change device-only memory to actually only allocate on the device 2021-03-11 14:12:35 +01:00
cmake Cleanup: cmake indentation, white-space 2021-02-05 09:45:16 +11:00
device Cycles: Change device-only memory to actually only allocate on the device 2021-03-11 14:12:35 +01:00
doc CMake: refresh building and external library handling of Cycles standalone 2020-09-04 17:10:50 +02:00
graph Cycles: add support for Arm Neon instructions using sse2neon 2021-02-17 16:26:24 +01:00
kernel Fix Cycles CUDA build error with Visual Studio 2019 v16.9 2021-03-08 14:06:16 +01:00
render Fix compiler warning when building Cycles without Embree 2021-03-12 15:17:08 +01:00
subd Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
test Cycles: add utility functions for zero float2/float3/float4/transform 2021-02-17 16:26:24 +01:00
util GLog: Lower default logging severity to INFO 2021-03-01 16:56:34 +01:00
CMakeLists.txt BLI: use sse2neon to emulate SSE instructions with Arm Neon 2021-02-17 16:26:24 +01:00