Blender Git Commit Log

Git Commits -> Revision 5ca6124

Revision 5ca6124 by Omar Emara (viewport-compositor)
December 28, 2021, 17:47 (GMT)
Viewport Compositor: Port Separate/Combine nodes

This patch ports the Separate/Combine nodes to the viewport compositor.
The shader is a straightforward port of the compositor code.

Commit Details:

Full Hash: 5ca61242078b2a66447a97de16191a81698f2efd
Parent Commit: 5ed9bb5
Lines Changed: +277, -0

1 Added Path:

/source/blender/gpu/shaders/composite/gpu_shader_composite_separate_combine.glsl (+99, -0) (View)

7 Modified Paths:

/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_material_library.c (+7, -0) (Diff)
/source/blender/gpu/shaders/common/gpu_shader_common_color_util.glsl (+78, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_sepcombHSVA.cc (+20, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_sepcombRGBA.cc (+20, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_sepcombYCCA.cc (+32, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_sepcombYUVA.cc (+20, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021