Xavier Hallade xavierh
  • Joined on 2022-02-21
Xavier Hallade created branch embree_bvh_offload_error in xavierh/blender 2024-10-14 20:43:05 +02:00
Xavier Hallade pushed to embree_bvh_offload_error at xavierh/blender 2024-10-14 20:43:05 +02:00
2b87f308f5 Cycles: Fix error handling of BVH transfer to device
975b5f4533 Anim: invert Action editor 'Show All Slots' filter flag meaning
bb310831b8 Anim: don't depend on space data pointer when unassigning Action
ab1cd6f223 Anim: also copy tmp_slot_handle and tmp_slot_name on liboverride apply
5cdb950bef Anim: Fix pose library flipping with slotted Actions
Compare 10 commits »
Xavier Hallade commented on issue blender/blender#128850 2024-10-14 11:57:04 +02:00
Vulkan: Crash on Intel IRIS Xe

VK_EXT_dynamic_rendering_unused_attachments is a fairly recent extension (last year). For Intel GPUs it's currently supported on Linux but not on Windows.

Xavier Hallade pushed to main at blender/blender 2024-10-04 18:00:42 +02:00
b614953971 Cycles: oneAPI: fix Linux compilation with fno-honor-nans
Xavier Hallade created pull request blender/blender#128539 2024-10-03 16:00:56 +02:00
Build: Embree: upgrade from 4.3.2-blender to 4.3.3
Xavier Hallade pushed to embree_minor_upgrade at xavierh/blender 2024-10-03 15:49:55 +02:00
61e41399c5 Build: Embree: upgrade from 4.3.2-blender to 4.3.3
7cb0e8a558 Cleanup: GPv3: Separate weight paint context menu class
3a070122ea Fix #126998: Fog Glow is corrupt for large images
9c6488ca42 Fix: GPv3: Crash in evelope modifier
c986aa03b9 GPv3: Remove unused GPv2 keymap entries
Compare 10 commits »
Xavier Hallade created branch embree_minor_upgrade in xavierh/blender 2024-10-03 15:49:54 +02:00
Xavier Hallade pushed to main at blender/blender 2024-09-30 21:40:15 +02:00
284b89a0a3 Cycles: oneAPI: compile kernels with fast-relaxed-math
Xavier Hallade commented on pull request infrastructure/blender-open-data#101874 2024-09-30 12:58:25 +02:00
Fix #101873: wmic not found on insider builds of Windows 11

Today I've been able to find a dual socket machine running Windows to validate my changes, they do work as intended.

Would be good to have explanation somewhere (either commit message, or PR…

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

It'd be best if this solution could be verified on a dual-socket system before being adopted: do you know someone with such system, running Windows ? If not, sure, Ray's solution is better (still…

Xavier Hallade commented on issue blender/blender#127916 2024-09-21 18:11:06 +02:00
Cycles rendering attempt crashes blender or spits out oneAPI error

Thanks for the scene. Memory management changes for host memory fallback are in 4.2, not 4.1. What's notable in 4.0 is the use of the GPU by OpenImageDenoise, which is also a source of GPU…

Xavier Hallade commented on issue blender/blender#127916 2024-09-21 09:22:44 +02:00
Cycles rendering attempt crashes blender or spits out oneAPI error

Hi, can you share one of the small scenes that reproduces the issue? Does it happen with embree disabled as well?

Xavier Hallade created pull request blender/blender#127923 2024-09-20 17:19:41 +02:00
Build: Backport fixes and improvements to dpcpp 5.2
Xavier Hallade pushed to dpcpp_update at xavierh/blender 2024-09-20 15:25:26 +02:00
6eff8e736e Build: Backport fixes and improvements to dpcpp 5.2
Xavier Hallade pushed to dpcpp_update at xavierh/blender 2024-09-20 15:14:01 +02:00
c88520a1d8 Build: Backport fixes and improvements to dpcpp 5.2
Xavier Hallade pushed to dpcpp_update at xavierh/blender 2024-09-20 15:08:22 +02:00
fae48ecd18 Build: Backport fixes and improvements to dpcpp 5.2
Xavier Hallade pushed to dpcpp_update at xavierh/blender 2024-09-20 14:18:17 +02:00
90f7458997 Build: Backport fixes and improvements to dpcpp 5.2
e0ce6ce28a Tests: enable VSE blend modes tests
7d97f99dfc Refactor: UI: Avoid confusing layout property split return value
a3a5793a28 UI: Allow label for search template (respecting property split layout)
24dfc75c4b Spreadsheet: add tooltips to float and int values to see the complete value
Compare 10 commits »
Xavier Hallade created branch dpcpp_update in xavierh/blender 2024-09-20 14:18:16 +02:00
Xavier Hallade commented on pull request infrastructure/blender-open-data#101874 2024-09-18 13:55:45 +02:00
Fix #101873: wmic not found on insider builds of Windows 11

I have been a bit vague on my reasons but I believe I have quite good ones:

  • wmic being standard prior to Windows 10 is based on facts, it's a safe heuristic, not going to change. Only exception…
Xavier Hallade commented on pull request infrastructure/blender-open-data#101874 2024-09-18 09:00:10 +02:00
Fix #101873: wmic not found on insider builds of Windows 11

Ah, I didn't picture Windows 8 was still supported. Rather than testing if wmic exists, checking on windows version directly sounds cleaner/easier to maintain. I've added a commit to do this and…