Xavier Hallade xavierh
  • Joined on 2022-02-21
Xavier Hallade created pull request blender/blender#109644 2023-07-03 13:41:31 +02:00
Cycles: improve oneAPI requirements text in the UI
Xavier Hallade pushed to oneapi_reqs_ui at xavierh/blender 2023-07-03 13:40:52 +02:00
0fcc74bbd6 Cycles: improve oneAPI requirements text in the UI
Xavier Hallade created branch oneapi_reqs_ui in xavierh/blender 2023-07-03 13:40:12 +02:00
Xavier Hallade pushed to oneapi_reqs_ui at xavierh/blender 2023-07-03 13:40:12 +02:00
bbcdf88f82 Fix #108960: Replace archived link from custom nodes template
d5cd0a1ea6 Cleanup: quiet warning due to unused function
11ecfaa6b0 I18n: use proper name for the Convert Colorspace node
fb8c9a2a42 Fix toggling of liboverrides between editable and non-edtiable with "Make" tool in the Outliner.
8fa8f1ca78 Cleanup: DRW: Remove uneeded point cloud vertex inputs
Compare 10 commits »
Xavier Hallade commented on pull request blender/blender-manual#104505 2023-07-03 09:26:34 +02:00
Update oneAPI driver requirements for Cycles

intel-level-zero-gpu is the name of the package that's found on ubuntu and most distributions. It's provided by https://github.com/intel/compute-runtime that archlinux and also Debian I believe,…

Xavier Hallade commented on pull request blender/blender#108314 2023-06-29 17:27:48 +02:00
Cycles: Add Intel GPU support for OpenImageDenoise

on the deps, something similar as in 66b4e426cc needs to be done, esp using ninja on Windows (`CMAKE_GENERATOR…

Xavier Hallade deleted branch eevee_no_gpu_finish from xavierh/blender 2023-06-28 10:18:48 +02:00
Xavier Hallade commented on issue blender/blender#107618 2023-06-28 09:27:33 +02:00
oneAPI device fails at load or kernels compilation on Archlinux

Archlinux package maintainers were able to have everything working yesterday with new packages of intel-graphics-compiler, intel-compute-runtime, intel-opencl-clang based on LLVM 14 instead of 15,…

Xavier Hallade opened issue blender/blender#109406 2023-06-27 14:24:21 +02:00
Crash in GPU_material_from_nodetree
Xavier Hallade pushed to main at blender/blender 2023-06-27 12:48:46 +02:00
1d847b2ee3 EEVEE: Restrict GPU_finish workaround to Nvidia OpenGL backend
Xavier Hallade commented on pull request blender/blender#109382 2023-06-27 12:46:07 +02:00
EEVEE: Remove unneeded GPU_finish

After further testing I was able to confirm the previous crash wasn't actually related to GPU_finish, I've bisected the crash down to 3957a1ad034 that was committed afterward and landed in the…

Xavier Hallade commented on pull request blender/blender#109382 2023-06-27 09:47:01 +02:00
EEVEE: Remove unneeded GPU_finish

Turns out this is needed at the moment. Latest main was crashing with this change, so I had to revert it. Even GPU_flush wasn't enough.

stack trace of the EXCEPTION_ACCESS_VIOLATION in…

Xavier Hallade pushed to main at blender/blender 2023-06-27 09:43:14 +02:00
1be64e532d Revert "EEVEE: Remove unneeded GPU_finish"
Xavier Hallade pushed to eevee_no_gpu_finish at xavierh/blender 2023-06-26 18:38:58 +02:00
9333336a73 EEVEE: Restrict GPU_finish workaround to Nvidia OpenGL backend
Xavier Hallade commented on pull request blender/blender#109382 2023-06-26 18:22:01 +02:00
EEVEE: Remove unneeded GPU_finish

Sure! I've updated the PR - let me know if it should be GPU_OS_UNIX instead.

Xavier Hallade pushed to eevee_no_gpu_finish at xavierh/blender 2023-06-26 18:19:52 +02:00
84e6bd3533 EEVEE: Restrict GPU_finish workaround to Nvidia OpenGL backend
Xavier Hallade created pull request blender/blender#109382 2023-06-26 17:50:27 +02:00
EEVEE: Remove unneeded GPU_finish
Xavier Hallade created branch eevee_no_gpu_finish in xavierh/blender 2023-06-26 17:45:04 +02:00