blender/intern/cycles/test
Brecht Van Lommel c1d9321304 Fix: Cycles: Linear Rec.709 not detected as scene linear interop ID
This mainly affected precision and performance, as far as I can tell
there was no significant impact on e.g. the texture cache or OSL.

Now Cycles uses the same matrix as Blender (transposed), which was
created from dumping the OpenColorIO matrix so it matches exactly.

Thanks to Sergey for finding this.

Pull Request: https://projects.blender.org/blender/blender/pulls/164197
2026-09-21 15:55:20 +02:00
..
CMakeLists.txt Fix: Cycles: Linear Rec.709 not detected as scene linear interop ID 2026-09-21 15:55:20 +02:00
integrator_adaptive_sampling_test.cpp
integrator_render_scheduler_test.cpp
integrator_tile_test.cpp
kernel_camera_projection_test.cpp
render_graph_finalize_test.cpp
util_aligned_malloc_test.cpp
util_boundbox_test.cpp
util_cache_limiter_test.cpp
util_colorspace_test.cpp Fix: Cycles: Linear Rec.709 not detected as scene linear interop ID 2026-09-21 15:55:20 +02:00
util_float8_avx2_test.cpp
util_float8_avx_test.cpp
util_float8_sse2_test.cpp
util_float8_test.h
util_half_avx2_test.cpp
util_half_test.cpp
util_half_test.h Cycles: Reduce GPU integrator state with smaller data types 2026-09-20 00:13:07 +02:00
util_ies_test.cpp
util_math_fast_test.cpp
util_math_float3_test.cpp
util_math_float3x3_test.cpp Cycles: Add Quaternion attribute type 2026-09-02 09:08:34 +02:00
util_math_float4_test.cpp
util_math_quaternion_test.cpp Cycles: Add Quaternion attribute type 2026-09-02 09:08:34 +02:00
util_math_test.cpp
util_md5_test.cpp
util_path_test.cpp
util_rgbe_test.cpp
util_simd_test.cpp
util_string_test.cpp
util_task_test.cpp
util_time_test.cpp
util_transform_test.cpp
util_types_base_test.cpp
util_types_spherical_harmonics_test.cpp Fix: Cycles: Zeroing spherical harmonics gives -1 instead of 0 2026-09-07 14:34:08 +02:00