Xavier Hallade xavierh
  • Joined on 2022-02-21
Xavier Hallade deleted branch eevee_caching_fix from xavierh/blender 2023-05-25 20:37:52 +02:00
Xavier Hallade merged pull request blender/blender#108289 2023-05-25 20:37:49 +02:00
EEVEE: Fix non-deterministic codegen preventing shader cache to work
Xavier Hallade pushed to blender-v3.6-release at blender/blender 2023-05-25 20:37:49 +02:00
2533576802 EEVEE: Fix non-deterministic codegen preventing shader cache to work
Xavier Hallade commented on pull request blender/blender#108289 2023-05-25 19:42:53 +02:00
EEVEE: Fix non-deterministic codegen preventing shader cache to work

sure! it's still compatible with std::sort ?

Xavier Hallade pushed to eevee_caching_fix at xavierh/blender 2023-05-25 19:42:06 +02:00
e1c9c840a8 switch std::vector to blender::Vector
Xavier Hallade created pull request blender/blender#108289 2023-05-25 19:10:31 +02:00
EEVEE: Fix non-deterministic codegen preventing shader cache to work
Xavier Hallade pushed to eevee_caching_fix at xavierh/blender 2023-05-25 19:01:13 +02:00
f28a3b4661 EEVEE: Fix non-deterministic codegen preventing shader cache to work
f3677dce41 Cleanup: minor changes to the keymap
09c2b327d7 Fix #107283: Drag Box Selection While (e.g. Transform) Tool is on
1621d790ff Fix #108120: graphic artefacts node editor during cycles render
03e4325fa9 Fix: High resolution textures in Metal from Integer overflow
Compare 10 commits »
Xavier Hallade created branch eevee_caching_fix in xavierh/blender 2023-05-25 19:01:12 +02:00
Xavier Hallade commented on issue blender/blender#107618 2023-05-24 15:21:07 +02:00
oneAPI device fails at load or kernels compilation on Archlinux

I've compiled with same version of IGC and compute-runtime without reproducing the issue, crash may be coming from somewhere else. From your logs I've noticed you were using GPU+CPU, I've fixed…

Xavier Hallade pushed to main at blender/blender 2023-05-22 15:28:03 +02:00
6cce149144 Merge branch 'blender-v3.6-release'
23de320878 Cycles: fix multi-device rendering with oneAPI and Hardware Raytracing
Compare 2 commits »
Xavier Hallade deleted branch embreegpu_multidevicefix from xavierh/blender 2023-05-22 15:27:07 +02:00
Xavier Hallade merged pull request blender/blender#107992 2023-05-22 15:27:05 +02:00
Cycles: fix multi-device rendering with oneAPI and Hardware Raytracing
Xavier Hallade pushed to blender-v3.6-release at blender/blender 2023-05-22 15:27:04 +02:00
23de320878 Cycles: fix multi-device rendering with oneAPI and Hardware Raytracing
Xavier Hallade pushed to embreegpu_multidevicefix at xavierh/blender 2023-05-22 15:25:17 +02:00
a56fa64871 Cycles: fix multi-device rendering with oneAPI and Hardware Raytracing
9692262b9d Fix #108122: onion skin disappears after scrubbing timeline
b9049411a8 I18n: disambiguate more "A" and "B" messages
94fd2efc96 Cleanup: remove translation headers from node files
60ac9ab7a1 Fix: I18n: Vector Math node label translation function
Compare 56 commits »
Xavier Hallade pushed to main at blender/blender 2023-05-22 10:18:00 +02:00
7f4aa0b553 Merge branch 'blender-v3.6-release'
3695f0dffc Cycles: fix device settings update for Multi-device
e83a2386b5 Fix #107411: Non-visible objects in the viewport affect selection collusion
Compare 3 commits »
Xavier Hallade closed issue blender/blender#107411 2023-05-22 10:18:00 +02:00
Non-visible objects in the viewport affect selection collusion
Xavier Hallade deleted branch multidevicefix from xavierh/blender 2023-05-22 10:14:43 +02:00
Xavier Hallade merged pull request blender/blender#107989 2023-05-22 10:14:41 +02:00
Cycles: fix device settings update for Multi-device
Xavier Hallade pushed to blender-v3.6-release at blender/blender 2023-05-22 10:14:40 +02:00
3695f0dffc Cycles: fix device settings update for Multi-device
Xavier Hallade commented on issue blender/blender#108088 2023-05-22 09:22:33 +02:00
Regression: Compile Fatal Error: 'iostream' file not found

clang++ depends on g++ headers. There is a version of gcc on your system that clang++ finds and wants to use, but it lacks c++ headers that you have if g++ or at least libstdc++ of the same…