Blender Git Commit Log

All Blender Git commits.

Page: 2240 / 8462

August 26, 2019, 12:11 (GMT)
Cleanup: use saturate3() for float3 clamping

Ref D5363
August 26, 2019, 11:47 (GMT)
Cleanup: fix compiler warning
August 26, 2019, 10:17 (GMT)
build virtual node tree in constructor
August 26, 2019, 09:58 (GMT)
remove particle block from interfaces
August 26, 2019, 09:54 (GMT)
Merge branch 'master' into greasepencil-object
August 26, 2019, 09:52 (GMT)
Merge branch 'master' into temp-gpencil-drw-engine

Conflicts:
source/blender/draw/engines/gpencil/gpencil_engine.c
August 26, 2019, 09:33 (GMT)
remove StepDescription and ParticleType entirely
August 26, 2019, 09:27 (GMT)
Cleanp: fix compiler warnings
August 26, 2019, 09:09 (GMT)
don't use ParticleType abstraction in simulation code
August 26, 2019, 08:49 (GMT)
don't use StepDescription abstraction in simulation code
August 26, 2019, 08:27 (GMT)
initial step simulator abstraction
August 26, 2019, 08:26 (GMT)
Cycles: GPU code generation optimizations for direct lighting

Use a single loop to iterate over all lights, reducing divergence and amount
of code to generate. Moving ray intersection calls out of conditionals will
also help the Optix compiler.

Ref D5363
August 26, 2019, 08:26 (GMT)
Cycles: inline more functions on the GPU

This makes little difference for CUDA and OpenCL, but will be helpful
for Optix.
August 26, 2019, 08:26 (GMT)
Cycles: change svm node decoding for more efficient code generation on GPU

These functions no longer accept NULL. They were renamed for clarity and to
avoid hidden merge issues.

Ref D5363
August 26, 2019, 08:26 (GMT)
Cycles: remove workaround to pass ray by value

CUDA is working correct without it now, and it's more efficient not to do this.

Ref D5363
August 26, 2019, 08:26 (GMT)
Cycles: tweaks for better GPU code generation

Uninitialized variables are harder to handle for the compiler.

Ref D5363
August 26, 2019, 08:10 (GMT)
Cycles: fixes for building kernel without certain features

Ref D5363
August 26, 2019, 08:10 (GMT)
Cleanup: fix use of wrong constant

Ref D5363
August 26, 2019, 08:10 (GMT)
Cleanup: fix compiler warning
August 26, 2019, 08:10 (GMT)
Fix render test Python error on crashes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021