Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp pushed to tmp_cpu_check at LazyDodo/blender 2024-02-10 00:48:28 +01:00
d5a588baae preliminary linux support
Ray molenkamp pushed to tmp_cpu_check at LazyDodo/blender 2024-02-09 19:11:08 +01:00
58c659c95a fix: having to run INSTALL all the time
Ray molenkamp created pull request blender/blender#118054 2024-02-09 18:46:15 +01:00
WIP: Add CPU check on startup
Ray molenkamp pushed to tmp_cpu_check at LazyDodo/blender 2024-02-09 18:45:03 +01:00
36481dff98 WIP: Add CPU check on startup
899b53e9d8 Cleanup: Anim, add explanation to bone collection code
b8bb5a0700 Fix: GPv3: Read/write of the parsubstr (parent bone name)
98231ea880 GPU: Optimize GLStorageBuf::read performance
c065ef94ee Readfile: Make 'alloc name' for ID type automatically generated.
Compare 10 commits »
Ray molenkamp created branch tmp_cpu_check in LazyDodo/blender 2024-02-09 18:45:02 +01:00
Ray molenkamp commented on issue blender/blender#116592 2024-02-09 17:10:39 +01:00
Design: Changes required to target SSE42

I'll take an initial stab at the check, shouldn't be too hard.

Ray molenkamp commented on pull request blender/blender#117457 2024-02-08 02:24:08 +01:00
Build: document and check GCC/CUDA/HIP compiler version for libraries

thing of note is, one it has cached whatever version it found, it won't let go, i was on rocm 5.5 after installing 5.7 it took taking out all cmake vars related to rocm to convince it i was on 5.7…

Ray molenkamp commented on pull request blender/blender#117618 2024-02-07 23:20:15 +01:00
GHOST/WIN32: remove start time offset from getMilliSeconds

Further cleanup can be done, QueryPerformanceFrequency is guaranteed to return true on XP+ so m_hasPerformanceCounter will never ever be false...

Ray molenkamp commented on issue blender/blender#108978 2024-02-07 17:28:58 +01:00
Migration of libraries to Git LFS

While windows libs have been ABI stable ever since vs2015, there is no guarantee it will stay this way, lib-windows-x64 may be too generic? on the other hand, it hasn't broken in 9 years, we…

Ray molenkamp pushed to main at blender/blender 2024-02-07 01:25:29 +01:00
ea7c0a4a46 deps_builder: Fix broken hash for sqlite
Ray molenkamp pushed to main at blender/blender 2024-02-06 22:17:57 +01:00
28208cfddb deps_builder: update ffmpeg diff
Ray molenkamp pushed to main at blender/blender 2024-02-06 22:17:07 +01:00
dfb3482946 deps_builder/win: update perl to 5.38.0.1
Ray molenkamp pushed to main at blender/blender 2024-02-06 22:14:15 +01:00
0d8710aa2e deps_builder: Update oidn diff
Ray molenkamp pushed to main at blender/blender 2024-02-06 21:52:08 +01:00
95a863a7e7 CMake/MSVC: deploy cuda support for oidn if available
Ray molenkamp commented on pull request blender/blender#117618 2024-02-05 22:26:55 +01:00
GHOST/WIN32: remove start time offset from getMilliSeconds

ideally getMessageTime shouldn't be called unless we're handling a message, where do those 4 calls originate? can we eliminate them?

Ray molenkamp approved blender/blender#117866 2024-02-05 19:11:10 +01:00
Build: Update 4.1 libraries to fix CVEs

bit closer to bcon3 than i would have preferred, but probably doable.

Ray molenkamp approved blender/blender#116882 2024-02-05 18:32:13 +01:00
Windows: Enhance our debug batch files

Didn't have a chance to test, but the changes look sane

Ray molenkamp commented on issue blender/blender#113157 2024-02-05 16:22:04 +01:00
Library changes for Blender 4.1

we've bumped to the 2.2RC a few days ago, which i think includes all of that?

Ray molenkamp commented on issue blender/blender#117175 2024-02-04 17:27:57 +01:00
Cycles: Test Embree huge pages

Took a closer look. Embree calls mmap (linux/mac) and VirtualAlloc (windows) directly for its memory management, bypassing jemalloc / tbbmalloc so i'm expecting it to make a difference.