Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp created pull request blender/blender#118468 2024-02-19 20:30:48 +01:00
WIP: CMake: Change build flags to use SSE42 if available
Ray molenkamp created branch tmp_simd_flags in LazyDodo/blender 2024-02-19 20:30:26 +01:00
Ray molenkamp pushed to tmp_simd_flags at LazyDodo/blender 2024-02-19 20:30:26 +01:00
c523e0f6fe WIP: CMake: Change build flags to use SSE42 if available
b13c7941ce EEVEE-Next: Support sphere probe falloff
d7143459a5 Fix: Build error in boolean and bool conversion with some compilers
0326b29899 Creator: Add CPU check on startup
c473a165b8 Merge branch 'blender-v4.1-release'
Compare 10 commits »
Ray molenkamp deleted branch tmp_cpu_check from LazyDodo/blender 2024-02-19 18:12:09 +01:00
Ray molenkamp merged pull request blender/blender#118054 2024-02-19 18:12:07 +01:00
Creator: Add CPU check on startup
Ray molenkamp pushed to main at blender/blender 2024-02-19 18:12:06 +01:00
0326b29899 Creator: Add CPU check on startup
Ray molenkamp pushed to tmp_cpu_check at LazyDodo/blender 2024-02-19 18:05:40 +01:00
6cf4f34967 Merge remote-tracking branch 'origin/main' into tmp_cpu_check
a93092cadf fix comment
9e852d9471 UI: Mac Incorrect Hand Cursor for Move
1ee414feb0 Cleanup: avoid compiler warning when USE_BRUTE_FORCE_ASSERT is undefined
e3e1be21e5 Merge branch 'blender-v4.1-release' into main
Compare 33 commits »
Ray molenkamp commented on pull request blender/blender#118054 2024-02-19 09:30:20 +01:00
Creator: Add CPU check on startup
Ray molenkamp commented on pull request blender/blender#118054 2024-02-19 09:28:27 +01:00
Creator: Add CPU check on startup

That is much nicer, done!

Ray molenkamp pushed to tmp_cpu_check at LazyDodo/blender 2024-02-19 09:27:31 +01:00
e6504571ed Merge remote-tracking branch 'origin/main' into tmp_cpu_check
5f3cc02ae2 update with feedback
d287f17803 Tests: Tweak benchmarks for automation
234e15f7b6 UI: Allow Context Online Manual Access for User Preferences
5594490aea Fix: race condition in atomic disjoint set
Compare 19 commits »
Ray molenkamp commented on pull request blender/blender#118054 2024-02-17 22:13:28 +01:00
Creator: Add CPU check on startup

added @Farsthary as a reviewer, just to validate my assumptions about sse42 support on mac.

Ray molenkamp pushed to tmp_cpu_check at LazyDodo/blender 2024-02-17 21:54:47 +01:00
8f7893a2e9 cleanup pass
Ray molenkamp commented on pull request blender/blender#118054 2024-02-17 21:40:12 +01:00
Creator: Add CPU check on startup
Ray molenkamp pushed to tmp_cpu_check at LazyDodo/blender 2024-02-17 21:39:46 +01:00
a15fd2e8d3 fix linux install
32abce348e exclude mac for the check, as there are no intel macs that ship with cpu's that don't support sse42 anyhow.
Compare 2 commits »
Ray molenkamp commented on pull request blender/blender#118054 2024-02-17 19:16:05 +01:00
Creator: Add CPU check on startup
Ray molenkamp pushed to tmp_cpu_check at LazyDodo/blender 2024-02-17 19:15:41 +01:00
497d0ae962 Merge remote-tracking branch 'origin/main' into tmp_cpu_check
b9c8532df1 fix build error with bpy
18d62c36ad UI: Tweak extensions repository panel
c9d506ba18 Extensions: Rename experimental feature name, description and task
a0d453ccad Merge branch 'blender-v4.1-release'
Compare 343 commits »
Ray molenkamp commented on pull request blender/blender#118229 2024-02-14 06:06:45 +01:00
Build: Remove LLVM linking no longer needed by OSL

I didn't check, but i assume the dead code eliminator in the linker would make short work of it, there was a significant drop in the final blender binary from 160M to about 80M (give or take on…

Ray molenkamp commented on pull request blender/blender#118234 2024-02-14 03:40:54 +01:00
Fix #118020: Cycles OptiX OSL crashes

OSL is pretty easy, no worries.

Ray molenkamp commented on pull request blender/blender#118229 2024-02-14 02:31:07 +01:00
Build: Remove LLVM linking no longer needed by OSL

This was left in place deliberately, there was some interest from the geonodes team (cough @JacquesLucke cough) to maybe start using llvm but they were waiting on a newer version that had some…