blender/intern/cycles/util
Sergey Sharybin e5767eaad1 Cycles: Fix missing curve hair when building with GCC-8 in release mode
Reshuffle cast intrinsics to make XOR to operate on __m128i rather
than on __m128.

Hopefully this does not affect performance.
2018-07-02 15:16:14 +02:00
..
CMakeLists.txt Cycles: Add Support for IES files as textures for light strength 2018-05-27 01:24:57 +02:00
util_algorithm.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_aligned_malloc.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_aligned_malloc.h Fix T53830: Cycles OpenCL debug assert on macOS, 2018-01-19 11:35:07 +01:00
util_args.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_atomic.h Fix implementation of atomic update max and move to a central location 2017-08-23 06:54:25 -04:00
util_avxf.h Cycles: Add AVX intrinsics helpers 2016-12-02 12:23:38 +01:00
util_boundbox.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_color.h Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assuming sRGB 2018-06-14 22:21:37 +02:00
util_debug.cpp Cycles: Replace use_qbvh boolean flag with an enum-based property 2018-01-22 17:19:20 +01:00
util_debug.h Cycles: Replace use_qbvh boolean flag with an enum-based property 2018-01-22 17:19:20 +01:00
util_defines.h Fix T53001: more workarounds for crash in AMD compiler with recent drivers. 2017-10-05 17:57:58 +02:00
util_foreach.h Optionally use c++11 stuff instead of boost in cycles where possible. We do and continue to depend on boost though 2015-03-29 22:12:40 +02:00
util_function.h Cycles: Correction to previous commit: non-msvc compilers also should use nullptr 2015-03-30 15:17:09 +05:00
util_guarded_allocator.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_guarded_allocator.h Cycles: Remove unneeded include statements 2018-01-19 15:19:45 +01:00
util_half.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_hash.h Cycles: change Index output of Hair and Particle Info to Random, in 0..1 range. 2018-02-14 14:55:46 +01:00
util_ies.cpp Cycles: Fix problems in the IES loader when rendering with no file selected 2018-05-27 17:16:15 +02:00
util_ies.h Cycles: Add Support for IES files as textures for light strength 2018-05-27 01:24:57 +02:00
util_image_impl.h Cycles: Remove unneeded include statements 2018-01-19 15:19:45 +01:00
util_image.h Revert "Turned off clang warnings in third party includes." 2018-06-26 10:26:56 +02:00
util_list.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_logging.cpp Cycles: Correct comment after previous commit 2017-04-28 16:47:24 +02:00
util_logging.h Glog/gflags: Reduce amount of local modifications 2018-03-23 14:38:02 +01:00
util_map.h Optionally use c++11 stuff instead of boost in cycles where possible. We do and continue to depend on boost though 2015-03-29 22:12:40 +02:00
util_math_cdf.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_math_cdf.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_math_fast.h Cycles: Fix three numerical issues in the fresnel, normal map and Beckmann code 2016-07-16 20:54:14 +02:00
util_math_float2.h Cycles: Split vectorized math utilities to a dedicated files 2017-04-25 10:33:26 +02:00
util_math_float3.h Cycles: Cleanup: Remove double semicolons 2018-04-29 09:28:41 +02:00
util_math_float4.h Fix T52322: denoiser broken on Windows after recent changes. 2017-08-11 01:09:35 +02:00
util_math_int2.h Cycles: Split vectorized math utilities to a dedicated files 2017-04-25 10:33:26 +02:00
util_math_int3.h Cycles: Fix building of OpenCL kernels after volume optimization commit 2018-03-02 04:53:13 -05:00
util_math_int4.h Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
util_math_intersect.h Cycles: Remove fermi related defines from the code. 2018-02-17 22:19:54 +01:00
util_math_matrix.h Cycles Denoising: Don't use atomics in the accumulation kernel on CPUs 2018-05-24 18:44:56 +02:00
util_math.h Cycles: Add Support for IES files as textures for light strength 2018-05-27 01:24:57 +02:00
util_md5.cpp Fix Cycles viewport render not updating when tweaking displacement shader. 2018-01-29 17:07:08 +01:00
util_md5.h Fix Cycles viewport render not updating when tweaking displacement shader. 2018-01-29 17:07:08 +01:00
util_opengl.h Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
util_optimization.h Fix T52368: Cycles OSL trace() failing on Windows 32 bit. 2017-09-20 19:38:08 +02:00
util_param.h Revert "Turned off clang warnings in third party includes." 2018-06-26 10:26:56 +02:00
util_path.cpp Cycles: Remove unneeded include statements 2018-01-19 15:19:45 +01:00
util_path.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_progress.h Fix T51450: viewport render time keeps increasing after render is done. 2017-07-25 01:47:04 +02:00
util_projection.h Code refactor: make Transform always affine, dropping last row. 2018-03-10 04:54:05 +01:00
util_queue.h Cycles: Avoid recursion when doing constant fold 2015-12-02 16:19:39 +05:00
util_rect.h Cycles: Improve denoising speed on GPUs with small tile sizes 2017-11-30 07:37:08 +01:00
util_set.h Cycles: Re-implement some utilities to avoid use of boost 2016-02-06 19:19:20 +01:00
util_simd.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_simd.h Cycles: Attempt to fix 32 bit linux compilation 2018-02-01 15:13:54 +01:00
util_sky_model_data.h Cleanup: Move Cycles sky model data to util. 2016-02-13 13:41:40 +01:00
util_sky_model.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_sky_model.h Cleanup: Move Cycles sky model data to util. 2016-02-13 13:41:40 +01:00
util_sseb.h Cycles: Fix bad register cast in sseb 2018-03-28 10:34:31 +02:00
util_ssef.h Cycles: Fix missing curve hair when building with GCC-8 in release mode 2018-07-02 15:16:14 +02:00
util_ssei.h Code refactor: split defines into separate header, changes to SSE type headers. 2017-08-07 14:01:24 +02:00
util_stack_allocator.h Cycles: Remove unneeded include statements 2018-01-19 15:19:45 +01:00
util_static_assert.h Cycles: Fix compilation warning with CUDA on OSX 2017-02-24 14:33:10 +01:00
util_stats.h Fix implementation of atomic update max and move to a central location 2017-08-23 06:54:25 -04:00
util_string.cpp Cycles: Don't leave multiple spaces in the device name 2017-06-08 12:15:24 +02:00
util_string.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_system.cpp Cycles: Cleanup, stop using debug flags in system utilities 2018-01-19 15:22:32 +01:00
util_system.h Cycles: CUDA support for rendering scenes that don't fit on GPU. 2018-01-02 23:50:18 +01:00
util_task.cpp Cycles: Remove unneeded include statements 2018-01-19 15:19:45 +01:00
util_task.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_texture.h Cycles: Remove Fermi texture code. 2018-02-17 22:56:58 +01:00
util_thread.cpp Cycles: don't require pthreads as dependency on Windows. 2018-03-28 12:13:04 +02:00
util_thread.h Cycles: don't require pthreads as dependency on Windows. 2018-03-28 12:13:04 +02:00
util_time.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_time.h Cycles: Add utility function to query current value of scoped timer 2017-08-25 14:27:34 +02:00
util_transform.cpp Cycles: support arbitrary number of motion blur steps for cameras. 2018-03-10 06:27:19 +01:00
util_transform.h Cycles: support arbitrary number of motion blur steps for objects. 2018-03-10 06:27:19 +01:00
util_types_float2_impl.h Cycles: Split vectorized math utilities to a dedicated files 2017-04-25 10:33:26 +02:00
util_types_float2.h Cycles: Split vectorized math utilities to a dedicated files 2017-04-25 10:33:26 +02:00
util_types_float3_impl.h Cycles: Split vectorized math utilities to a dedicated files 2017-04-25 10:33:26 +02:00
util_types_float3.h Cycles: Split vectorized math utilities to a dedicated files 2017-04-25 10:33:26 +02:00
util_types_float4_impl.h Build: fixes for the Intel compiler versions 2016, 2017, 2018. 2018-04-02 16:39:04 +02:00
util_types_float4.h Build: fixes for the Intel compiler versions 2016, 2017, 2018. 2018-04-02 16:39:04 +02:00
util_types_int2_impl.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_int2.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_int3_impl.h Cycles: Split vectorized math utilities to a dedicated files 2017-04-25 10:33:26 +02:00
util_types_int3.h Cycles: Split vectorized math utilities to a dedicated files 2017-04-25 10:33:26 +02:00
util_types_int4_impl.h Cycles: Split vectorized math utilities to a dedicated files 2017-04-25 10:33:26 +02:00
util_types_int4.h Cycles: Split vectorized math utilities to a dedicated files 2017-04-25 10:33:26 +02:00
util_types_uchar2_impl.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_uchar2.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_uchar3_impl.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_uchar3.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_uchar4_impl.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_uchar4.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_uint2_impl.h Cycles: Fix strict compiler flags 2017-04-25 14:12:14 +02:00
util_types_uint2.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_uint3_impl.h Cycles: Fix strict compiler flags 2017-04-25 14:12:14 +02:00
util_types_uint3.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_uint4_impl.h Cycles: Fix strict compiler flags 2017-04-25 14:12:14 +02:00
util_types_uint4.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_vector3_impl.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types_vector3.h Cycles: Split vectorized types into separate files 2017-04-25 10:33:26 +02:00
util_types.h Code refactor: make texture code more consistent between devices. 2017-10-07 14:53:14 +02:00
util_vector.h Cycles: Cleanup, silence strict compiler warning 2018-06-11 13:02:10 +02:00
util_version.h Cycles: Bump version number to 1.9.0 2017-10-31 13:34:34 +01:00
util_view.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_view.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
util_windows.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
util_windows.h Fix T50034: Blender changes processor affinity unauthorized 2016-11-22 16:03:16 +01:00
util_xml.h Cycles: Fix compilation error of standalone application 2017-11-13 10:49:05 +01:00