May 7, 2021, 14:34 (GMT) |
GPencil: Fix wrong order when Append layers to Object The operator was using the active layer as position to add new layer. Now the operator verify is using the last layer to make it at end. |
May 7, 2021, 14:18 (GMT) |
Batch hair when using compute shaders. |
May 7, 2021, 14:04 (GMT) |
Get face set create operator working for dyntopo |
May 7, 2021, 13:53 (GMT) |
Rename to DRW_UNIFORM_VERTEX_BUFFER_AS_STORAGE |
May 7, 2021, 13:50 (GMT) |
Merge branch 'master' into greasepencil-object |
May 7, 2021, 13:48 (GMT) |
Separate vertex and compute shaders. |
May 7, 2021, 13:25 (GMT) |
Draw: Bind vertex buffers on name. |
May 7, 2021, 13:13 (GMT) |
Merge branch 'temp-gpu-compute-shaders' into temp-gpu-compute-shader-hair |
May 7, 2021, 13:12 (GMT) |
Cycles X: refactoring of kernel globals * Declare kernel globals and associated macros in one place * Add IntegratorStateGPU for CPU host to access * Reduce code duplication between CUDA and OptiX * Make shader sort key part of integrator state template * Remove unused CPU kernel globals * Prepare for copying/moving states * Rename integrator_path_state.h to integrator_state_flow.h, to avoid confusion with kernel_path_state.h. Part of these changes were implemented by Sergey for D11172. Differential Revision: https://developer.blender.org/D11185 |
May 7, 2021, 13:11 (GMT) |
Cleanup: make ShaderType a template parameter for SVM nodes |
May 7, 2021, 13:08 (GMT) |
Added support for device only index buffers. |
May 7, 2021, 12:08 (GMT) |
Remove obsolete `attach_buffers`. |
May 7, 2021, 12:02 (GMT) |
Add shader interface for shader storage buffers. |
May 7, 2021, 11:29 (GMT) |
initial attributes panel for mesh |
May 7, 2021, 09:00 (GMT) |
Migrated to `GPU_*buf_bind_as_ssbo` |
May 7, 2021, 08:36 (GMT) |
Merge branch 'master' into profiler-editor |
May 7, 2021, 08:30 (GMT) |
Merge branch 'master' into temp-gpu-compute-shaders |
May 7, 2021, 05:57 (GMT) |
Version bump: Blender 2.83.14 rc |
May 7, 2021, 05:54 (GMT) |
Fix memory leak in object.mode_set_with_submode |
May 7, 2021, 05:53 (GMT) |
Fix build error: use of unintialized variable Differential Revision: https://developer.blender.org/D11115 |
|