Skip to content
Snippets Groups Projects
Commit 69d30c15 authored by Campbell Barton's avatar Campbell Barton
Browse files

Merge branch 'blender-v2.92-release'

parents 41d17291 b2037464
No related branches found
No related tags found
No related merge requests found
...@@ -55,11 +55,15 @@ set(SRC ...@@ -55,11 +55,15 @@ set(SRC
) )
if(CXX_HAS_AVX) if(CXX_HAS_AVX)
list(APPEND SRC util_avxf_avx_test.cpp) list(APPEND SRC
util_avxf_avx_test.cpp
)
set_source_files_properties(util_avxf_avx_test.cpp PROPERTIES COMPILE_FLAGS "${CYCLES_AVX_KERNEL_FLAGS}") set_source_files_properties(util_avxf_avx_test.cpp PROPERTIES COMPILE_FLAGS "${CYCLES_AVX_KERNEL_FLAGS}")
endif() endif()
if(CXX_HAS_AVX2) if(CXX_HAS_AVX2)
list(APPEND SRC util_avxf_avx2_test.cpp) list(APPEND SRC
util_avxf_avx2_test.cpp
)
set_source_files_properties(util_avxf_avx2_test.cpp PROPERTIES COMPILE_FLAGS "${CYCLES_AVX2_KERNEL_FLAGS}") set_source_files_properties(util_avxf_avx2_test.cpp PROPERTIES COMPILE_FLAGS "${CYCLES_AVX2_KERNEL_FLAGS}")
endif() endif()
......
...@@ -300,6 +300,8 @@ set(SRC ...@@ -300,6 +300,8 @@ set(SRC
BKE_constraint.h BKE_constraint.h
BKE_context.h BKE_context.h
BKE_crazyspace.h BKE_crazyspace.h
BKE_cryptomatte.h
BKE_cryptomatte.hh
BKE_curve.h BKE_curve.h
BKE_curveprofile.h BKE_curveprofile.h
BKE_customdata.h BKE_customdata.h
...@@ -363,6 +365,7 @@ set(SRC ...@@ -363,6 +365,7 @@ set(SRC
BKE_mesh_remesh_voxel.h BKE_mesh_remesh_voxel.h
BKE_mesh_runtime.h BKE_mesh_runtime.h
BKE_mesh_tangent.h BKE_mesh_tangent.h
BKE_mesh_types.h
BKE_mesh_wrapper.h BKE_mesh_wrapper.h
BKE_modifier.h BKE_modifier.h
BKE_movieclip.h BKE_movieclip.h
......
...@@ -278,6 +278,7 @@ set(SRC ...@@ -278,6 +278,7 @@ set(SRC
BLI_sys_types.h BLI_sys_types.h
BLI_system.h BLI_system.h
BLI_task.h BLI_task.h
BLI_task.hh
BLI_threads.h BLI_threads.h
BLI_timecode.h BLI_timecode.h
BLI_timeit.hh BLI_timeit.hh
......
...@@ -132,10 +132,12 @@ set(SRC ...@@ -132,10 +132,12 @@ set(SRC
../../blenlib/intern/hash_mm2a.c ../../blenlib/intern/hash_mm2a.c
../../blenlib/intern/listbase.c ../../blenlib/intern/listbase.c
../DNA_armature_defaults.h
../DNA_asset_defaults.h ../DNA_asset_defaults.h
../DNA_brush_defaults.h ../DNA_brush_defaults.h
../DNA_cachefile_defaults.h ../DNA_cachefile_defaults.h
../DNA_camera_defaults.h ../DNA_camera_defaults.h
../DNA_collection_defaults.h
../DNA_curve_defaults.h ../DNA_curve_defaults.h
../DNA_defaults.h ../DNA_defaults.h
../DNA_fluid_defaults.h ../DNA_fluid_defaults.h
...@@ -151,7 +153,9 @@ set(SRC ...@@ -151,7 +153,9 @@ set(SRC
../DNA_meta_defaults.h ../DNA_meta_defaults.h
../DNA_modifier_defaults.h ../DNA_modifier_defaults.h
../DNA_modifier_types.h ../DNA_modifier_types.h
../DNA_movieclip_defaults.h
../DNA_object_defaults.h ../DNA_object_defaults.h
../DNA_particle_defaults.h
../DNA_pointcloud_defaults.h ../DNA_pointcloud_defaults.h
../DNA_scene_defaults.h ../DNA_scene_defaults.h
../DNA_simulation_defaults.h ../DNA_simulation_defaults.h
......
...@@ -308,6 +308,7 @@ set(SRC ...@@ -308,6 +308,7 @@ set(SRC
NOD_derived_node_tree.hh NOD_derived_node_tree.hh
NOD_function.h NOD_function.h
NOD_geometry.h NOD_geometry.h
NOD_geometry_exec.hh
NOD_math_functions.hh NOD_math_functions.hh
NOD_node_tree_dependencies.hh NOD_node_tree_dependencies.hh
NOD_node_tree_multi_function.hh NOD_node_tree_multi_function.hh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment