Xavier Hallade xavierh
  • Joined on 2022-02-21
Xavier Hallade suggested changes for blender/blender#121374 2024-05-06 15:24:44 +02:00
Cycles: Add OIDN quality option
Xavier Hallade commented on pull request blender/blender#121374 2024-05-06 15:24:43 +02:00
Cycles: Add OIDN quality option

should be if OIDN_VERSION_MAJOR == 2 && OIDN_VERSION_MINOR >= 3 or if OIDN_VERSION >= 20300

Xavier Hallade commented on pull request blender/blender#121374 2024-05-06 15:24:42 +02:00
Cycles: Add OIDN quality option

add #if OIDN_VERSION >= 20300 for the fast preset?

Xavier Hallade commented on pull request blender/blender#121374 2024-05-06 15:24:41 +02:00
Cycles: Add OIDN quality option

if OIDN_VERSION >= 20300

Xavier Hallade commented on issue blender/blender#120919 2024-04-25 15:51:57 +02:00
EEVEE-Next: Crash Intel iGPU UHD620 (probe remap)

Hi!

The hardware is discontinued and the Windows driver for it is in maintenance mode: https://www.intel.com/content/www/us/en/support/articles/000091662/graphics.html That means the issues…

Xavier Hallade commented on pull request blender/blender#120317 2024-04-09 12:17:12 +02:00
x86-clang-support

I assume it's fixed with newer versions of (one)TBB so it's best to keep this workaround to current version (2020u3 = TBB_INTERFACE_VERSION_MAJOR 11). I propose:

Xavier Hallade pushed to main at blender/blender 2024-04-08 18:21:26 +02:00
80dad846c6 Cycles: Adjust Meteor Lake GPUs architecture version
Xavier Hallade pushed to main at blender/blender 2024-04-04 16:06:21 +02:00
cbc7962a73 Cycles: Tune kernel sizes for oneAPI device
Xavier Hallade pushed to main at blender/blender 2024-04-02 18:29:49 +02:00
891d71a4d4 Cycles: Drop noinline keyword for oneAPI device
Xavier Hallade commented on issue blender/blender#119527 2024-03-18 09:41:26 +01:00
Regression: Inconsistent x-ray wireframe edge thickness on symmetrical mesh

14500953ed is present in 4.2 that doesn't exhibit the issue.

@fclem any idea what in 4.2 fixes this scenario ? If not, I suppose we can revert 14500953ed in 4.1 specifically.

Xavier Hallade commented on issue blender/blender#115197 2024-03-13 11:18:23 +01:00
OIDN GPU denoising causes artifacts across entire Blender window

A solution has been implemented in upcoming drivers, they will be released in a week or two.

Xavier Hallade commented on issue blender/blender#117368 2024-03-13 09:18:55 +01:00
Blender Crashes while using Intel i9 14900k processor while cycles rendering

Going back to Blender 3.6 works around the issue for you but doesn't resolve it, you may still randomly run into it. As it's not a software problem, any change on the software side only adds…

Xavier Hallade pushed to main at blender/blender 2024-02-28 18:25:57 +01:00
b8fdef965d Merge branch 'blender-v4.1-release'
98343c0c17 Build: Upgrade Intel Graphics Compiler to 1.0.15468 on Linux
Compare 2 commits »
Xavier Hallade deleted branch igc_lnx_update from xavierh/blender 2024-02-28 18:24:46 +01:00
Xavier Hallade closed issue blender/blender#118713 2024-02-28 18:24:44 +01:00
Cycles oneAPI: Incorrect rendering of "Window" texture coordinate.
Xavier Hallade merged pull request blender/blender#118814 2024-02-28 18:24:41 +01:00
Build: Upgrade Intel Graphics Compiler to 1.0.15468 on Linux
Xavier Hallade pushed to blender-v4.1-release at blender/blender 2024-02-28 18:24:41 +01:00
98343c0c17 Build: Upgrade Intel Graphics Compiler to 1.0.15468 on Linux
Xavier Hallade commented on pull request blender/blender#118814 2024-02-28 18:05:24 +01:00
Build: Upgrade Intel Graphics Compiler to 1.0.15468 on Linux

After rebuilt can still be right before landing, my question was more on who will merge and I assume it's up to platform libs owners to a. minimize the time with discrepency between code and libs,…

Xavier Hallade commented on pull request blender/blender#118814 2024-02-28 09:18:31 +01:00
Build: Upgrade Intel Graphics Compiler to 1.0.15468 on Linux

3.3 stayed with an older compiler, it shouldn't be impacted. Yes we'll need to add to the list of 3.6 backports after it has landed in 4.1/4.2. I have tested the compiler upgrade with 3.6…

Xavier Hallade commented on pull request blender/blender#118814 2024-02-27 21:09:12 +01:00
Build: Upgrade Intel Graphics Compiler to 1.0.15468 on Linux

This also increases the driver version, which should be mentioned in the commit message.

This is worth mentioning indeed, done.