Xavier Hallade xavierh
  • Joined on 2022-02-21
Xavier Hallade commented on pull request blender/blender#109966 2023-07-19 16:30:39 +02:00
Fix #109771: deps_builder: crash in Embree HW BVH building

@LazyDodo how do we land it for 4.0 and 3.6? I do source and ask for it to get backported to 3.6 then you handle deps builder or you do it all at once?

Xavier Hallade commented on issue blender/blender#107618 2023-07-19 14:18:34 +02:00
oneAPI device fails at load or kernels compilation on Archlinux

The 3-minute crash is specific to the driver in a Windows only path. The static var crash is from embree, cross-OS but kind of easy to avoid until the fix get into a release.

Xavier Hallade commented on issue blender/blender#109771 2023-07-14 17:49:59 +02:00
Windows + Intel Arc A770: Crashes if modifying the object after rendering image in rendered view mode

Thanks for the report. For this flow, considering the moment of the crash, it's 99% sure it's the same issue as 109282.

Xavier Hallade commented on pull request blender/blender#109966 2023-07-11 18:58:07 +02:00
Fix #109771: deps_builder: crash in Embree HW BVH building

4.2 is for July 20nd according to https://github.com/embree/embree/issues/453 But it has more changes than just this fix, I haven't tested it enough from blender to recommend it yet, I feel it's…

Xavier Hallade commented on pull request blender/blender#109966 2023-07-11 15:07:53 +02:00
Fix #109771: deps_builder: crash in Embree HW BVH building

@LazyDodo @ideasman42 this fix means a rebuild of the embree library on Windows and Linux.

Xavier Hallade created pull request blender/blender#109966 2023-07-11 14:49:08 +02:00
Fix #109771: deps_builder: crash in Embree HW BVH building
Xavier Hallade created branch embree_arena_fix_main in xavierh/blender 2023-07-11 14:47:48 +02:00
Xavier Hallade pushed to embree_arena_fix_main at xavierh/blender 2023-07-11 14:47:48 +02:00
1119257760 Fix #109771: deps_builder: crash in Embree HW BVH building
3757ec7ee8 Silence unused variable warning in Outliner code
4525527852 UI: Basic tree-view drag & drop reordering and inserting support
2549272f02 Fix: Adding node group asset doesn't respect import method
6fbe0e27ca Fix: Potential crash with null simulation cache during playback
Compare 10 commits »
Xavier Hallade pushed to embree_arena_fix at xavierh/blender 2023-07-11 14:42:32 +02:00
604cf86039 Fix #109771: deps_builder: crash in Embree HW BVH building
7538127a58 Fix #109691: Edge crease not handled in complex solidify
0f510f3ae9 Fix #109745: Mesh poly normals RNA accessor returns vert normals
1f779f1df2 Fix #109570: Error when using collection parameters in drivers
b89548add0 Fix #109442: Match previous behavior when loading BC5 DDS images
Compare 10 commits »
Xavier Hallade created branch embree_arena_fix in xavierh/blender 2023-07-11 14:42:32 +02:00
Xavier Hallade commented on issue blender/blender#109771 2023-07-11 14:00:18 +02:00
Windows + Intel Arc A770: Crashes if modifying the object after rendering image in rendered view mode

You can drop-in the attached embree4.dll in your blender.shared folder. It fixes the issue while we look at the options to get it fixed in official builds.

Xavier Hallade commented on issue blender/blender#109771 2023-07-10 17:02:30 +02:00
Windows + Intel Arc A770: Crashes if modifying the object after rendering image in rendered view mode

Thanks a lot for the videos, it's very clear how to reproduce the bug and good catch Nikita: it's indeed a different one than the previously reported one. I've root caused it down to an issue…

Xavier Hallade commented on issue blender/blender#109771 2023-07-06 12:43:05 +02:00
Windows + Intel Arc A770: Crashes if modifying the object after rendering image in rendered view mode

Issue is specific to Embree on GPU on Windows but I haven't reproduced it with driver 101.4963 yet. The stack trace is different from #109282 but I believe it's related and same fix (still being…

Xavier Hallade commented on issue blender/blender#107618 2023-07-06 10:47:19 +02:00
oneAPI device fails at load or kernels compilation on Archlinux

Blender crashed multiple times randomly when I tried to resize a plane (the viewport only had one cube and one plane) in rendered view mode. Obviously it is not the same as #109282 Maybe Blender…

Xavier Hallade deleted branch oneapi_reqs_ui from xavierh/blender 2023-07-05 12:16:13 +02:00
Xavier Hallade merged pull request blender/blender#109644 2023-07-05 12:16:11 +02:00
Cycles: improve oneAPI requirements text in the UI
Xavier Hallade pushed to main at blender/blender 2023-07-05 12:16:10 +02:00
d55cdb1b7a Cycles: improve oneAPI requirements text in the UI
Xavier Hallade commented on pull request blender/blender#109644 2023-07-03 14:30:18 +02:00
Cycles: improve oneAPI requirements text in the UI

having intel-compute-runtime installed doesn't guarantee that you'll have intel-level-zero-gpu

I wouldn't say that's true from an end-user perspective. It does. intel-compute-runtime is the…

Xavier Hallade commented on pull request blender/blender-manual#104505 2023-07-03 13:45:25 +02:00
Update oneAPI driver requirements for Cycles

Thanks! PR for the code side: blender/blender#109644