Block a user
EEVEE: Fix non-deterministic codegen preventing shader cache to work
EEVEE: Fix non-deterministic codegen preventing shader cache to work
sure! it's still compatible with std::sort ?
EEVEE: Fix non-deterministic codegen preventing shader cache to work
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
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…
6cce149144
Merge branch 'blender-v3.6-release'
23de320878
Cycles: fix multi-device rendering with oneAPI and Hardware Raytracing
Xavier Hallade
deleted branch embreegpu_multidevicefix from xavierh/blender
2023-05-22 15:27:07 +02:00
Cycles: fix multi-device rendering with oneAPI and Hardware Raytracing
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
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
Non-visible objects in the viewport affect selection collusion
Cycles: fix device settings update for Multi-device
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…