Xavier Hallade xavierh
  • Joined on 2022-02-21
Xavier Hallade pushed to xavierh-patch-1 at xavierh/blender-open-data 2024-09-18 08:56:19 +02:00
2db4040060 move windows cores count to cpu_cores module
52ef1b8b51 readd wmic for Windows < 10
Compare 2 commits »
Xavier Hallade commented on pull request blender/blender#127761 2024-09-18 00:00:58 +02:00
Fix mold linker warning when building Blender on Linux.

I've tried the build and it's ok on Ubuntu 22.04 with Intel Arc A750 - not running into the previous issues from D14971.

Xavier Hallade pushed to main at blender/blender 2024-09-17 23:53:23 +02:00
51e9a36c2f Cycles: oneAPI: build binaries for Lunar Lake GPUs
Xavier Hallade commented on pull request blender/blender#127761 2024-09-17 18:29:57 +02:00
Fix mold linker warning when building Blender on Linux.

Perhaps something @xavierh or @Sirgienko would be able to help with testing, to ensure oneAPI keeps working (there were some interesting issues with it when the original map was made in…

Xavier Hallade commented on pull request infrastructure/blender-open-data#101874 2024-09-17 13:50:23 +02:00
Fix #101873: wmic not found on insider builds of Windows 11

Note I've only verified on my machine - I don't have a dual socket Windows system to verify these changes on.

Xavier Hallade created pull request infrastructure/blender-open-data#101874 2024-09-17 13:44:23 +02:00
Fix #101873: wmic not found on insider builds of Windows 11
Xavier Hallade created branch xavierh-patch-1 in xavierh/blender-open-data 2024-09-17 13:43:59 +02:00
Xavier Hallade pushed to xavierh-patch-1 at xavierh/blender-open-data 2024-09-17 13:43:59 +02:00
1d8254acdd Fix #101873: wmic not found on insider builds of Windows 11
Xavier Hallade created repository xavierh/blender-open-data 2024-09-17 13:38:29 +02:00
Xavier Hallade commented on issue blender/blender#125241 2024-09-16 09:27:22 +02:00
Library changes for Blender 4.3

A DPC++ update would be welcome for a few improvements (https://github.com/intel/llvm/pull/15124, 63ecd2a725, https://github.com/o

Xavier Hallade deleted branch floorf from xavierh/blender 2024-09-12 11:53:28 +02:00
Xavier Hallade merged pull request blender/blender#127461 2024-09-12 11:53:26 +02:00
Cycles: simplify fmodf(c, 1.0f) to fractf(c) in hsv node
Xavier Hallade pushed to main at blender/blender 2024-09-12 11:53:25 +02:00
33dd8dbdac Cycles: simplify fmodf(c, 1.0f) to fractf(c) in hsv node
Xavier Hallade pushed to floorf at xavierh/blender 2024-09-12 11:52:10 +02:00
1dca7ea6bf remove unclear comment
Xavier Hallade deleted branch igc-1.0.17384 from xavierh/blender 2024-09-12 09:12:43 +02:00
Xavier Hallade merged pull request blender/blender#127251 2024-09-12 09:12:41 +02:00
Build: upgrade Intel Graphics Compiler and ocloc on Linux
Xavier Hallade pushed to main at blender/blender 2024-09-12 09:12:40 +02:00
a1182e07b1 Build: upgrade Intel Graphics Compiler and ocloc on Linux
Xavier Hallade commented on pull request blender/blender#127461 2024-09-11 18:52:34 +02:00
Cycles: simplify fmodf(c, 1.0f) to fractf(c) in hsv node

it's defined on cpu and oneapi, let's ask buildbot for the others?

Xavier Hallade pushed to floorf at xavierh/blender 2024-09-11 18:51:14 +02:00
0b49cc53ed use fractf