blender_test/intern/cycles/kernel/osl
Jeffrey Liu 05bdef7ce6 Fix T103094: Cycles ignores small suns in Nishita sky
The background evaluation samples the sky discretely, so if the sun is
too small, it can be missed in the evaluation. To solve this, the sun is
ignored during the background evaluation and its contribution is
computed separately.
2023-01-19 18:31:54 -06:00
..
shaders Fix T103094: Cycles ignores small suns in Nishita sky 2023-01-19 18:31:54 -06:00
closures_setup.h Refactor: renamed I -> wi, omega_in -> wo in Cycles 2023-01-17 18:07:13 +01:00
closures_template.h Cycles: Add basic support for using OSL with OptiX 2022-11-09 15:30:21 +01:00
closures.cpp Cycles: Add basic support for using OSL with OptiX 2022-11-09 15:30:21 +01:00
CMakeLists.txt Cycles: Make OSL implementation independent from SVM 2022-09-13 10:59:28 +02:00
globals.cpp Cycles: Make OSL implementation independent from SVM 2022-09-13 10:59:28 +02:00
globals.h Cycles: Make OSL implementation independent from SVM 2022-09-13 10:59:28 +02:00
osl.h Refactor: renamed I -> wi, omega_in -> wo in Cycles 2023-01-17 18:07:13 +01:00
services_gpu.h Cycles: Add support for OSL texture intrinsic on the GPU 2023-01-19 19:14:48 +01:00
services_optix.cu Cycles: Add basic support for using OSL with OptiX 2022-11-09 15:30:21 +01:00
services.cpp Cycles: Add support for OSL texture intrinsic on the GPU 2023-01-19 19:14:48 +01:00
services.h Cycles: Add support for OSL texture intrinsic on the GPU 2023-01-19 19:14:48 +01:00
types.h Cleanup: make format 2023-01-19 22:48:05 +01:00