.. |
CMakeLists.txt
|
CMake: refresh building and external library handling of Cycles standalone
|
2020-09-04 17:10:50 +02:00 |
util_algorithm.h
|
Fix T68370, T74973: Cycles cryptomatte not working when other passes are enabled
|
2020-03-20 15:59:24 +01:00 |
util_aligned_malloc.cpp
|
macOS: Enabled posix_memalign() like on other Unix platforms.
|
2019-09-13 22:49:26 +02:00 |
util_aligned_malloc.h
|
Fix Cycles build error after recent changes
|
2019-05-14 15:06:23 +02:00 |
util_args.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_array.h
|
Cycles: optimize device updates
|
2021-01-22 16:08:25 +01:00 |
util_atomic.h
|
Adaptive Sampling for Cycles.
|
2020-03-05 12:21:38 +01:00 |
util_avxb.h
|
Cycles: refactor intrinsic functions implementation
|
2021-02-17 16:26:24 +01:00 |
util_avxf.h
|
Fix more build errors/warnings after recent AVX changes
|
2020-04-02 17:30:56 +02:00 |
util_avxi.h
|
Cycles: refactor intrinsic functions implementation
|
2021-02-17 16:26:24 +01:00 |
util_boundbox.h
|
Cleanup: make format after SortedIncludes change
|
2020-03-19 09:33:58 +01:00 |
util_color.h
|
Cycles: add utility functions for zero float2/float3/float4/transform
|
2021-02-17 16:26:24 +01:00 |
util_debug.cpp
|
Cycles: Add support for native OptiX curve primitive
|
2020-07-07 15:39:02 +02:00 |
util_debug.h
|
Cycles: Add support for native OptiX curve primitive
|
2020-07-07 15:39:02 +02:00 |
util_defines.h
|
macOS: fix Cycles not detecting 64 bit and failing to build with Embree
|
2021-02-15 20:22:34 +01:00 |
util_deque.h
|
Cycles: Stitching of subdivided and displaced meshes
|
2019-08-27 14:27:53 -04:00 |
util_disjoint_set.h
|
Cleanup: make format after SortedIncludes change
|
2020-03-19 09:33:58 +01:00 |
util_foreach.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_function.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_guarded_allocator.cpp
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_guarded_allocator.h
|
Fix build error in Cycles standalone without guarded allocator
|
2020-06-02 06:27:39 +02:00 |
util_half.h
|
Cycles: refactor intrinsic functions implementation
|
2021-02-17 16:26:24 +01:00 |
util_hash.h
|
Cycles: AVX implantation of Perlin noise.
|
2020-04-01 14:48:01 +02:00 |
util_ies.cpp
|
Cleanup: don't unnecessarily use ustring in IES file parsing
|
2019-08-14 14:16:11 +02:00 |
util_ies.h
|
Cleanup: don't unnecessarily use ustring in IES file parsing
|
2019-08-14 14:16:11 +02:00 |
util_image_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_image.h
|
Cycles: add colorspace manager class and utilities based on OpenColorIO
|
2019-05-03 15:42:49 +02:00 |
util_list.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_logging.cpp
|
GLog: Lower default logging severity to INFO
|
2021-03-01 16:56:34 +01:00 |
util_logging.h
|
Fix Cycles failing to compile when "WITH_CYCLES_LOGGING" is off
|
2019-11-05 14:19:33 +01:00 |
util_map.h
|
Cycles: Stitching of subdivided and displaced meshes
|
2019-08-27 14:27:53 -04:00 |
util_math_cdf.cpp
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_math_cdf.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_math_fast.h
|
Cleanup: correct spelling in comments
|
2021-02-05 16:23:34 +11:00 |
util_math_float2.h
|
Cycles: add utility functions for zero float2/float3/float4/transform
|
2021-02-17 16:26:24 +01:00 |
util_math_float3.h
|
Nodes: Add Refract and Faceforward functions to Vector Maths nodes
|
2021-03-23 09:59:20 +00:00 |
util_math_float4.h
|
Cycles: add support for Arm Neon instructions using sse2neon
|
2021-02-17 16:26:24 +01:00 |
util_math_int2.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_math_int3.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_math_int4.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_math_intersect.h
|
Cleanup: comments (long lines) in cycles
|
2019-05-01 21:41:07 +10:00 |
util_math_matrix.h
|
Cleanup: correct spelling in comments
|
2021-02-05 16:23:34 +11:00 |
util_math.h
|
Cleanup: spelling
|
2021-04-08 20:22:45 +10:00 |
util_md5.cpp
|
Cleanup: make format after SortedIncludes change
|
2020-03-19 09:33:58 +01:00 |
util_md5.h
|
Cleanup: correct spelling in comments
|
2021-02-05 16:23:34 +11:00 |
util_murmurhash.cpp
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_murmurhash.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_opengl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_openimagedenoise.h
|
macOS: add Embree, OpenImageDenoise and sse2neon libraries for ARM
|
2021-02-15 20:22:34 +01:00 |
util_openvdb.h
|
Fixes T77882: artifacts rendering OpenVDB volumes with multiple grids in Cycles
|
2020-08-12 11:52:12 +02:00 |
util_optimization.h
|
Cycles: add support for Arm Neon instructions using sse2neon
|
2021-02-17 16:26:24 +01:00 |
util_param.h
|
Shading: Add Vertex Color node.
|
2019-09-12 17:42:13 +02:00 |
util_path.cpp
|
Cleanup: make format after SortedIncludes change
|
2020-03-19 09:33:58 +01:00 |
util_path.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_profiling.cpp
|
Cleanup: make format after SortedIncludes change
|
2020-03-19 09:33:58 +01:00 |
util_profiling.h
|
Cleanup: remove foreach include from header, conflicts with OpenVDB
|
2020-03-11 20:35:38 +01:00 |
util_progress.h
|
Cleanup: make format after SortedIncludes change
|
2020-03-19 09:33:58 +01:00 |
util_projection.h
|
Cycles: add utility functions for zero float2/float3/float4/transform
|
2021-02-17 16:26:24 +01:00 |
util_queue.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_rect.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_semaphore.h
|
Cycles: limit number of processes compiling OpenCL kernel based on memory
|
2020-03-25 16:39:37 +01:00 |
util_set.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_simd.cpp
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_simd.h
|
Cleanup: spelling, correct doc-string arguments
|
2021-02-19 02:19:53 +11:00 |
util_sseb.h
|
Cycles: add support for Arm Neon instructions using sse2neon
|
2021-02-17 16:26:24 +01:00 |
util_ssef.h
|
Cycles: add support for Arm Neon instructions using sse2neon
|
2021-02-17 16:26:24 +01:00 |
util_ssei.h
|
Cycles: add support for Arm Neon instructions using sse2neon
|
2021-02-17 16:26:24 +01:00 |
util_stack_allocator.h
|
Cleanup: correct spelling in comments
|
2021-02-05 16:23:34 +11:00 |
util_static_assert.h
|
Cycles: Restore cycles_cubin_cc to working order
|
2020-03-26 11:41:44 -06:00 |
util_stats.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_string.cpp
|
Cycles: Add command line option for overriding the compute device
|
2020-10-02 19:26:35 +02:00 |
util_string.h
|
Cleanup: spelling
|
2021-02-16 21:15:45 +11:00 |
util_system.cpp
|
Fix build error after recent changes to CPU name detection
|
2021-04-29 16:22:53 +02:00 |
util_system.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_task.cpp
|
Fix T84745: build error with TBB 2021
|
2021-01-15 17:29:36 +01:00 |
util_task.h
|
Fix T84745: build error with TBB 2021
|
2021-01-15 17:29:36 +01:00 |
util_tbb.h
|
TBB: fix deprecation warnings with newer TBB versions
|
2021-02-10 19:32:24 +01:00 |
util_texture.h
|
Cycles: Add NanoVDB support for rendering volumes
|
2020-10-05 15:03:30 +02:00 |
util_thread.cpp
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_thread.h
|
Cycles: Use TBB's spin mutex
|
2020-07-03 11:14:26 +02:00 |
util_time.cpp
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_time.h
|
Cycles: add time statistics to scene update
|
2020-10-01 23:21:11 +02:00 |
util_transform.cpp
|
Cleanup: spelling
|
2020-08-05 11:49:31 +10:00 |
util_transform.h
|
Cycles: add utility functions for zero float2/float3/float4/transform
|
2021-02-17 16:26:24 +01:00 |
util_types_float2_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_float2.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_float3_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_float3.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_float4_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_float4.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_float8_impl.h
|
Cleanup: comments (long lines) in cycles
|
2019-05-01 21:41:07 +10:00 |
util_types_float8.h
|
Cleanup: comments (long lines) in cycles
|
2019-05-01 21:41:07 +10:00 |
util_types_int2_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_int2.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_int3_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_int3.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_int4_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_int4.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uchar2_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uchar2.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uchar3_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uchar3.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uchar4_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uchar4.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uint2_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uint2.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uint3_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uint3.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uint4_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_uint4.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_ushort4.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_vector3_impl.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types_vector3.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_types.h
|
Cycles: refactor intrinsic functions implementation
|
2021-02-17 16:26:24 +01:00 |
util_unique_ptr.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_vector.h
|
Fix T87793: Cycles OptiX crash hiding objects in viewport render
|
2021-05-19 18:30:43 +02:00 |
util_version.h
|
Cycles: bump version to 1.13, matching Blender 2.90 release cycle
|
2020-06-30 18:12:08 +02:00 |
util_view.cpp
|
Fix issues in Cycles standalone, particularly related to render display
|
2020-01-31 16:49:24 +01:00 |
util_view.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |
util_windows.cpp
|
Cleanup: warnings, formatting
|
2019-06-22 10:11:15 +10:00 |
util_windows.h
|
Fix Cycles CUDA suboptimal performance on Windows 10 with recent graphics cards
|
2019-06-18 20:05:36 +02:00 |
util_xml.h
|
ClangFormat: apply to source, most of intern
|
2019-04-17 06:21:24 +02:00 |