Xavier Hallade xavierh
  • Joined on 2022-02-21
Xavier Hallade commented on issue blender/blender#113157 2023-12-14 10:22:22 +01:00
Library changes for Blender 4.1

Ivy Bridge has AVX but not AVX2. CYCLES_CPU_NO_AVX2 maybe doesn't do 100% of what it's supposed to do? I'm stumped it's happening with lib updates, as a next step I'd still recommend checking…

Xavier Hallade commented on pull request blender/blender#116159 2023-12-13 20:43:46 +01:00
Build: update Windows ocloc to store binaries per generation

ah great, so the patch package build was able to provide useful info after all. It's not supposed to happen, and didn't happen with previous patch builds. What you quote means `C:/ProgramData/Int…

Xavier Hallade commented on pull request blender/blender#116159 2023-12-13 19:52:21 +01:00
Build: update Windows ocloc to store binaries per generation

Patch builds don't generate Intel GPU binaries/don't use ocloc. I can trigger and test a daily build once it lands.

Xavier Hallade commented on pull request blender/blender#116124 2023-12-13 13:54:22 +01:00
Cycles: Metal support for OpenImageDenoise

if(NOT APPLE) block doesn't seem to be the correct location for this setting :)

Xavier Hallade commented on issue blender/blender#115396 2023-12-11 14:20:19 +01:00
Blender 4.0 crashes on Intel Arc A770

We have identified a similar issue with drivers 101.4953 and 101.4972, can you confirm it wasn't happening with previous drivers 101.4884 or older ? If so, it's already fixed internally and will…

Xavier Hallade created pull request blender/blender#115750 2023-12-04 12:46:58 +01:00
Build: patch ocloc to store binaries per-generation instead of per-device
Xavier Hallade pushed to patched_ocloc at xavierh/blender 2023-12-04 12:46:15 +01:00
2ca8620d9a Build: patch ocloc to store binaries per generation, not per-device
b183a1cd12 Compositor: Disable preview of Split node by default
771a0cf4e7 Fix: Dangling pointer in Split Viewer versioning
e617e36b21 I18N: Updated UI translations from git/weblate (55af06d62a579dcae).
210a9ccc2a Fix: EEVEE-Next: Crash when baking multiple volume probes
Compare 10 commits »
Xavier Hallade created branch patched_ocloc in xavierh/blender 2023-12-04 12:46:14 +01:00
Xavier Hallade commented on pull request blender/blender#115650 2023-12-04 12:27:48 +01:00
Cycles: Make OIDN on GPU use the existing SYCL queue

please include first as it was done in the header, that's needed for MSVC until sycl.hpp gets upgraded.

Xavier Hallade deleted branch no_depth_bias_if_xray from xavierh/blender 2023-12-01 13:59:14 +01:00
Xavier Hallade commented on issue blender/blender#115396 2023-11-29 12:28:47 +01:00
Blender 4.0 crashes on Intel Arc A770

@Oskar-11 Sorry to hear that but your issue seems unrelated to the one exposed here. According to the logs, you don't have an Intel Arc GPU ? "RTX 3090 renders Cinebench R23 fine" you mean R24?…

Xavier Hallade commented on issue blender/blender#115396 2023-11-28 10:33:58 +01:00
Blender 4.0 crashes on Intel Arc A770

We have identified a similar issue with drivers 101.4953 and 101.4972, can you confirm it wasn't happening with previous drivers 101.4884 or older ? If so, it's already fixed internally and will…

Xavier Hallade commented on issue blender/blender#115396 2023-11-28 10:26:28 +01:00
Blender 4.0 crashes on Intel Arc A770

Hi, can you provide more information about the scene and settings leading to the crash? On https://community.intel.com/t5/Graphics/Driver-31-0-101-4972-crashes-Blender/m-p/1547383/emcs_t/S2h8ZW1haW

Xavier Hallade commented on issue blender/blender#115197 2023-11-23 19:27:24 +01:00
OIDN GPU denoising causes artifacts across entire Blender window

I went back to drivers 101.4369 and it was still present. The issue isn't that visible in more complex scenes when denoising later than at the first sample, we must have missed it in regular…

Xavier Hallade pushed to no_depth_bias_if_xray at xavierh/blender 2023-11-21 14:01:07 +01:00
333a825792 Overlay: Wireframe: avoid using custom depth bias with xray enabled
78b2c15c4d Nodes: support storing caller tree and node in node group compute context
813078daec BLI: support checking if two maps are the same
6064e726d4 Fix: GPv3: Stutter while drawing
3f3f4c3478 EEVEE Next: Ensure HiZ buffer update flag is cleared
Compare 414 commits »
Xavier Hallade commented on issue blender/blender#115197 2023-11-21 09:50:11 +01:00
OIDN GPU denoising causes artifacts across entire Blender window

I confirm this is happening with driver 101.4953, even with the default cube. It sounds firmware related: I couldn't reproduce it on A750 at first with driver 101.4824. Going back to 101.4824…

Xavier Hallade commented on issue blender/blender#107980 2023-11-20 11:35:29 +01:00
Cycles OpenCL fail to compile and caused BSOD using Intel Xe Graphics and Intel Xe MAX

I've recently checked Blender 4.0 with CYCLES_ONEAPI_ALL_DEVICES=1 environment variable. You need hours of patience to get the graphics binaries to be compiled but once done, I could render…

Xavier Hallade commented on issue blender/blender#113157 2023-11-16 17:32:49 +01:00
Library changes for Blender 4.1

I have no strong opinion for ISPC version, 1.21.1 is a good choice.

Xavier Hallade pushed to main at blender/blender 2023-11-09 22:01:13 +01:00
e317831a82 Cycles: oneAPI: adjust reported device capabilities