This should be addressed for the 3.2 release, otherwise the 3.2 release will crash on some machines with Intel graphics. (Blender dereferencing a NULL pointer from a failed shader compilation)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Fri, Jun 24
Fri, Jun 24
Stefan Werner (swerner) retitled D15286: Cycles: Integration of path guiding using Intel's Open Path Guiding Library (Open PGL) from Cycles: Integration of path guiding using Intel's Open Path Guidign Library (Open PGL) to Cycles: Integration of path guiding using Intel's Open Path Guiding Library (Open PGL).
Wed, Jun 8
Wed, Jun 8
Stefan Werner (swerner) added inline comments to D14480: Cycles: Add support for rendering on Intel GPUs using oneAPI..
Stefan Werner (swerner) added inline comments to D14480: Cycles: Add support for rendering on Intel GPUs using oneAPI..
Apr 8 2022
Apr 8 2022
Stefan Werner (swerner) awarded D14594: Cycles Hydra: support for building against Houdini a Love token.
Stefan Werner (swerner) added a comment to T96678: Crashes with Intel GPUs - GPU shader compilation fails.
Apr 2 2022
Apr 2 2022
Daniel Salazar (zanqdo) awarded rB633c8fc3c814: Cycles: Optimize Nishita sky a Love token.
Apr 1 2022
Apr 1 2022
Marco (nacioss) awarded rB633c8fc3c814: Cycles: Optimize Nishita sky a Love token.
Stefan Werner (swerner) committed rB9c6dff70c88d: Cycles: Introduce postfix for kernel body definition (authored by Stefan Werner (swerner)).
Cycles: Introduce postfix for kernel body definition
Stefan Werner (swerner) committed rB65dcb5ebd344: Cycles: Semantically separate 2D and 3D texture objects (authored by Stefan Werner (swerner)).
Cycles: Semantically separate 2D and 3D texture objects
Stefan Werner (swerner) committed rB542c03fed5da: Cycles: Use single floating point precision sine/cosine in sky (authored by Stefan Werner (swerner)).
Cycles: Use single floating point precision sine/cosine in sky
Stefan Werner (swerner) committed rB633c8fc3c814: Cycles: Optimize Nishita sky (authored by Stefan Werner (swerner)).
Cycles: Optimize Nishita sky
Mar 30 2022
Mar 30 2022
Stefan Werner (swerner) awarded D13958: New C++ based wavefront OBJ importer a Yellow Medal token.
Mar 29 2022
Mar 29 2022
Stefan Werner (swerner) added a comment to D14480: Cycles: Add support for rendering on Intel GPUs using oneAPI..
Quick notes:
Mar 23 2022
Mar 23 2022
Stefan Werner (swerner) added a comment to T96678: Crashes with Intel GPUs - GPU shader compilation fails.
system-info.txt15 KBDownload
Mar 21 2022
Mar 21 2022
Mar 4 2022
Mar 4 2022
Stefan Werner (swerner) added a comment to T96165: Blender 3.2/Blender 3.1 - Incorrect render of barcelone scene with BVH2.
Increasing the number of transparent render bounces makes CPU and GPU renders match again.
Feb 22 2022
Feb 22 2022
Stefan Werner (swerner) committed rB51c719340587: Cycles: Removed numaapi from standalone (authored by Stefan Werner (swerner)).
Cycles: Removed numaapi from standalone
Feb 12 2022
Feb 12 2022
Alaska (Alaska) awarded rBf3c58c65054f: Cycles: Removed redundant/buggy code in multiscatter BSDF a Like token.
Feb 11 2022
Feb 11 2022
Stefan Werner (swerner) committed rBf3c58c65054f: Cycles: Removed redundant/buggy code in multiscatter BSDF (authored by Stefan Werner (swerner)).
Cycles: Removed redundant/buggy code in multiscatter BSDF
Feb 9 2022
Feb 9 2022
Stefan Werner (swerner) added a comment to D14058: Cycles: Removed redundant/buggy code in multiscatter BSDF.
float3 wr = -wi;
followed by
normalize(wi + wr)
inevitably causes a division by zero. In this instance, it means that throughput is (1, 1, 1) at all times, making the call to interpolate_fresnel_color() redundant.
Stefan Werner (swerner) requested review of D14058: Cycles: Removed redundant/buggy code in multiscatter BSDF.
Jan 8 2022
Jan 8 2022
kursad k (kursadk) awarded rBc5b56a525cd6: Merge branch 'master' into cycles_texture_cache a Love token.
Nov 7 2021
Nov 7 2021
baoyu (baoyu) awarded D4255: Cycles: Added feature overrides a Love token.
Oct 28 2021
Oct 28 2021
martin Naydenski (martinium) awarded rBc5b56a525cd6: Merge branch 'master' into cycles_texture_cache a Love token.
Oct 6 2021
Oct 6 2021
Stefan Werner (swerner) added a comment to rB18c6314e2660: Cleanup: don't detect duplicate intersections in Embree.
An SBVH, where the same primitive can be in multiple BVH nodes, is a scenario where I can imagine the same triangle being tested twice for intersection.
Sep 29 2021
Sep 29 2021
Stefan Werner (swerner) awarded rB044a77352f8a: Cycles: add HIP device support for AMD GPUs a Love token.
Aug 25 2021
Aug 25 2021
Stefan Werner (swerner) awarded D12316: E-Cycles Speed-up a Love token.
Aug 22 2021
Aug 22 2021
Evan Wilson (EAW) awarded rBc5b56a525cd6: Merge branch 'master' into cycles_texture_cache a Like token.
Jul 26 2021
Jul 26 2021
Stefan Werner (swerner) committed rB1a3cb90e4eaf: Cycles: Fixed memory leak in ColorSpaceManager (authored by Stefan Werner (swerner)).
Cycles: Fixed memory leak in ColorSpaceManager
Jul 23 2021
Jul 23 2021
Stefan Werner (swerner) updated the summary of D12011: Cycles: Fixed memory leak in ColorSpaceManager.
Jun 25 2021
Jun 25 2021
Stefan Werner (swerner) added a comment to T79190: Cycles PMJ adaptive sampling working poorly with many bounces.
It's the decorrelation for higher dimensions that I copied from our Sobol sampler that appears to be causing this.
Jun 4 2021
Jun 4 2021
Stefan Werner (swerner) committed rCb61a5159d2ad: Fixed macOS build (authored by Stefan Werner (swerner)).
Fixed macOS build
Stefan Werner (swerner) committed rC821a83ba8175: CMake followup fixes after v2.93 update. (authored by Stefan Werner (swerner)).
CMake followup fixes after v2.93 update.
Jun 2 2021
Jun 2 2021
Stefan Werner (swerner) committed rC39f1bc408260: Increased Cycles Standalone version to 2.93 (authored by Stefan Werner (swerner)).
Increased Cycles Standalone version to 2.93
Stefan Werner (swerner) committed rCe2a5251d35b1: Revert "Cycles: optimize ensure_valid_reflection(), reduces render time by… (authored by Brecht Van Lommel (brecht)).
Revert "Cycles: optimize ensure_valid_reflection(), reduces render time by…
Stefan Werner (swerner) committed rC38f08c1cecb2: Fix T87793: Cycles OptiX crash hiding objects in viewport render (authored by Brecht Van Lommel (brecht)).
Fix T87793: Cycles OptiX crash hiding objects in viewport render
Stefan Werner (swerner) committed rCe1ec85876e80: Cycles OpenCL: disable AO preview kernels (authored by Brecht Van Lommel (brecht)).
Cycles OpenCL: disable AO preview kernels
Stefan Werner (swerner) committed rC7e690198b16c: Cleanup: clang-format (authored by Campbell Barton (campbellbarton)).
Cleanup: clang-format
Stefan Werner (swerner) committed rC0c633bb4c21c: Fix T85892: disable progressive refine when using adaptive sampling (authored by Brecht Van Lommel (brecht)).
Fix T85892: disable progressive refine when using adaptive sampling
Stefan Werner (swerner) committed rC5181640a2a2a: Fix T88216: Cycles persistent data fails with animated object transform in… (authored by Brecht Van Lommel (brecht)).
Fix T88216: Cycles persistent data fails with animated object transform in…
Stefan Werner (swerner) committed rCbfd1196cea67: Fix OpenCL group size performance issue on Intel GPUs (authored by Brecht Van Lommel (brecht)).
Fix OpenCL group size performance issue on Intel GPUs
Stefan Werner (swerner) committed rC71b93438a1a0: Fix T88210: Cycles persistent data failing with image sequences (authored by Brecht Van Lommel (brecht)).
Fix T88210: Cycles persistent data failing with image sequences
Stefan Werner (swerner) committed rCc1035acbea64: Fix T87929: Cycles, missing update when visibility is modified (authored by Kévin Dietrich (kevindietrich)).
Fix T87929: Cycles, missing update when visibility is modified
Stefan Werner (swerner) committed rC4b33dabbeab6: Fix non-finite tangent in Cycles with missing UV map (authored by Sergey Sharybin (sergey)).
Fix non-finite tangent in Cycles with missing UV map
Stefan Werner (swerner) committed rCeaa8e85a49db: Cycles X: Fix possible use of uninitialized ShaderClosure (authored by Sergey Sharybin (sergey)).
Cycles X: Fix possible use of uninitialized ShaderClosure
Stefan Werner (swerner) committed rC60aa9212a806: Fix T72791: Cycles wrong results when mixing multiple random walk BSSRDFs (authored by Chris Eveleigh (whyohme)).
Fix T72791: Cycles wrong results when mixing multiple random walk BSSRDFs
Stefan Werner (swerner) committed rC5376bdc98342: Fix T88093: persistent data and particle object instancing not working (authored by Brecht Van Lommel (brecht)).
Fix T88093: persistent data and particle object instancing not working
Stefan Werner (swerner) committed rCbd1c9b11a9da: Fix T88099: error with persistent data and motion blur (authored by Brecht Van Lommel (brecht)).
Fix T88099: error with persistent data and motion blur
Stefan Werner (swerner) committed rCfd4dc1c3481d: Fix kernel loading time accounted twice in render progress (authored by Sergey Sharybin (sergey)).
Fix kernel loading time accounted twice in render progress
Stefan Werner (swerner) committed rCbd48fc929db8: Fix errors in Cycles comments (authored by Brecht Van Lommel (brecht)).
Fix errors in Cycles comments
Stefan Werner (swerner) committed rC81332e29a7a2: Fix T85287: Cycles deadlock loading Blender images in some cases (authored by Brecht Van Lommel (brecht)).
Fix T85287: Cycles deadlock loading Blender images in some cases
Stefan Werner (swerner) committed rCf3c89651d01f: Fix T88001: persistent data render wrong when changing camera border (authored by Brecht Van Lommel (brecht)).
Fix T88001: persistent data render wrong when changing camera border
Stefan Werner (swerner) committed rC9ac1d23a240d: Fix error in Python UI script (authored by Brecht Van Lommel (brecht)).
Fix error in Python UI script
Stefan Werner (swerner) committed rC2be65e0260a7: Fix build error after recent changes to CPU name detection (authored by Brecht Van Lommel (brecht)).
Fix build error after recent changes to CPU name detection
Stefan Werner (swerner) committed rCe083054fd818: Fix missing Cycles CPU name on macOS Arm (authored by Christian Baars (Staars)).
Fix missing Cycles CPU name on macOS Arm
Stefan Werner (swerner) committed rCa8c0fb139e33: Fix missing Cycles CPU name for Arm processors (authored by Patrick Mours (pmoursnv)).
Fix missing Cycles CPU name for Arm processors
Stefan Werner (swerner) committed rC90766d253611: Fix T87686: Cycles persistent data not updating correctly with hair (authored by Brecht Van Lommel (brecht)).
Fix T87686: Cycles persistent data not updating correctly with hair
Stefan Werner (swerner) committed rCe10844d25881: Cleanup: removed unnecessary multiplications in area light importance sampling (authored by Matteo Falduto (matteolegna)).
Cleanup: removed unnecessary multiplications in area light importance sampling
Stefan Werner (swerner) committed rC46829a1a3cc2: Fix ASAN warnings with Cycles OSL (authored by Brecht Van Lommel (brecht)).
Fix ASAN warnings with Cycles OSL
Stefan Werner (swerner) committed rC17ceb21ebe98: Fix some Cycles random walk SSS precision issues with small radius (authored by Brecht Van Lommel (brecht)).
Fix some Cycles random walk SSS precision issues with small radius
Stefan Werner (swerner) committed rC9080e01cbe9d: Fix: missing AO factor from Cyclest Fast GI panel (authored by Brecht Van Lommel (brecht)).
Fix: missing AO factor from Cyclest Fast GI panel
Stefan Werner (swerner) committed rCa45cc9973cc1: Initialize all optix structs to zero before use (authored by Patrick Mours (pmoursnv)).
Initialize all optix structs to zero before use
Stefan Werner (swerner) committed rCb5d3ab9b7ceb: Fix Cycles broken motion blur pass after recent bugfix (authored by Brecht Van Lommel (brecht)).
Fix Cycles broken motion blur pass after recent bugfix
Stefan Werner (swerner) committed rC1b020b1cdc07: Fix T86880: Cycles bevel shader not working after editing world (authored by Brecht Van Lommel (brecht)).
Fix T86880: Cycles bevel shader not working after editing world
Stefan Werner (swerner) committed rC557cffa3e35e: Fix T87283: crash with persistent data and motion blur (authored by Brecht Van Lommel (brecht)).
Fix T87283: crash with persistent data and motion blur
Stefan Werner (swerner) committed rC0da08c402d4f: Cleanup: clang-format (authored by Campbell Barton (campbellbarton)).
Cleanup: clang-format
Stefan Werner (swerner) committed rCd5db0e94ea91: Fix T87324: incorrect parametric coordinates with light spread (authored by Brecht Van Lommel (brecht)).
Fix T87324: incorrect parametric coordinates with light spread
Stefan Werner (swerner) committed rC247ea7f672bf: Cleanup: Use const arguments for volume code (authored by Hans Goudey (HooglyBoogly)).
Cleanup: Use const arguments for volume code
Stefan Werner (swerner) committed rCbc9974807c2c: Cleanup: spelling (authored by Campbell Barton (campbellbarton)).
Cleanup: spelling
Stefan Werner (swerner) committed rC2ccfbb9d16f2: Update light paths preset (authored by Brecht Van Lommel (brecht)).
Update light paths preset
Stefan Werner (swerner) committed rCf6c764d36b74: Fix Cycles rendering files with Simplify wrong after recent changes (authored by Brecht Van Lommel (brecht)).
Fix Cycles rendering files with Simplify wrong after recent changes
Stefan Werner (swerner) committed rC1e277a0ec019: Render: faster animation and re-rendering with Persistent Data (authored by Brecht Van Lommel (brecht)).
Render: faster animation and re-rendering with Persistent Data
Stefan Werner (swerner) committed rC9ca5c6ba614f: Make ao bounces settings more discoverable (authored by Brecht Van Lommel (brecht)).
Make ao bounces settings more discoverable
Stefan Werner (swerner) committed rCd2b4201be973: Cleanup: spelling (authored by Campbell Barton (campbellbarton)).
Cleanup: spelling
Stefan Werner (swerner) committed rC429d323b16cd: Fix "unused variable" warning when compiling without nanovdb (authored by Sebastian Parborg (zeddb)).
Fix "unused variable" warning when compiling without nanovdb
Stefan Werner (swerner) committed rC1a35794b44df: Light spread importance sampling for rectangular area lights (authored by Brecht Van Lommel (brecht)).
Light spread importance sampling for rectangular area lights
Stefan Werner (swerner) committed rC3de8f5a75e68: Add a spread setting for area lights (authored by Matteo Falduto (matteolegna)).
Add a spread setting for area lights
Stefan Werner (swerner) committed rC9a12581efff7: Fix Cycles build error with "make developer" on some CPUs (authored by Nikita Sirgienko (sirgienko)).
Fix Cycles build error with "make developer" on some CPUs
Stefan Werner (swerner) committed rC5a6685e9fe34: Alembic procedural: comment, speficy the behavior of a function (authored by Kévin Dietrich (kevindietrich)).
Alembic procedural: comment, speficy the behavior of a function
Stefan Werner (swerner) committed rC1236a319558b: Alembic procedural: fix missing update when editing shaders (authored by Kévin Dietrich (kevindietrich)).
Alembic procedural: fix missing update when editing shaders
Stefan Werner (swerner) committed rC0dfc12e88fc2: Alembic procedural: fix out of bound access when editing object properties or… (authored by Kévin Dietrich (kevindietrich)).
Alembic procedural: fix out of bound access when editing object properties or…
Stefan Werner (swerner) committed rC678daf157c83: Alembic procedural: cleanup, make add_object private (authored by Kévin Dietrich (kevindietrich)).
Alembic procedural: cleanup, make add_object private
Stefan Werner (swerner) committed rCf039b0bc604e: Fix T87007: Cycles Background not updated if strength is initially null (authored by Kévin Dietrich (kevindietrich)).
Fix T87007: Cycles Background not updated if strength is initially null
Stefan Werner (swerner) committed rCeaeb9918daee: Do not allocate tile buffers on all devices when peer memory is active and… (authored by Patrick Mours (pmoursnv)).
Do not allocate tile buffers on all devices when peer memory is active and…
Stefan Werner (swerner) committed rCb337da9c021d: Disable nanovdb for amd opencl (authored by Brecht Van Lommel (brecht)).
Disable nanovdb for amd opencl
Stefan Werner (swerner) committed rC7edc90242d35: Fix T86939: Cycles objects bounds not updated when transforming objects (authored by Kévin Dietrich (kevindietrich)).
Fix T86939: Cycles objects bounds not updated when transforming objects
Stefan Werner (swerner) committed rC4de3ace95da7: Cleanup: redundant expression (authored by Kévin Dietrich (kevindietrich)).
Cleanup: redundant expression
Stefan Werner (swerner) committed rCdbb6dcc97490: Cleanup: clang-format (authored by Campbell Barton (campbellbarton)).
Cleanup: clang-format
Stefan Werner (swerner) committed rC3c4d1c123b74: Geometry Nodes: rename attribute domains (authored by Jacques Lucke (JacquesLucke)).
Geometry Nodes: rename attribute domains
Stefan Werner (swerner) committed rC7fc462273b84: Fix T86601: Cycles accumulates displacement when transforming an Object (authored by Kévin Dietrich (kevindietrich)).
Fix T86601: Cycles accumulates displacement when transforming an Object
Stefan Werner (swerner) committed rCbe317df177b3: Cleanup: unused variable (authored by Kévin Dietrich (kevindietrich)).
Cleanup: unused variable