Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/osl/bsdf_diffuse_ramp.cpp
| Show All 28 Lines | |||||
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||||
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
| */ | */ | ||||
| #include <OpenImageIO/fmath.h> | #include <OpenImageIO/fmath.h> | ||||
| #include <OSL/genclosure.h> | #include <OSL/genclosure.h> | ||||
| #include "kernel/kernel_compat_cpu.h" | #include "kernel/device/cpu/compat.h" | ||||
| #include "kernel/osl/osl_closures.h" | #include "kernel/osl/osl_closures.h" | ||||
| // clang-format off | // clang-format off | ||||
| #include "kernel/kernel_types.h" | #include "kernel/kernel_types.h" | ||||
| #include "kernel/kernel_montecarlo.h" | #include "kernel/kernel_montecarlo.h" | ||||
| #include "kernel/closure/alloc.h" | #include "kernel/closure/alloc.h" | ||||
| #include "kernel/closure/bsdf_diffuse_ramp.h" | #include "kernel/closure/bsdf_diffuse_ramp.h" | ||||
| // clang-format on | // clang-format on | ||||
| Show All 40 Lines | |||||