Index: source/blender/gpu/intern/gpu_material.c =================================================================== --- source/blender/gpu/intern/gpu_material.c (revision 56478) +++ source/blender/gpu/intern/gpu_material.c (working copy) @@ -571,7 +571,7 @@ addcol = shi->rgb; /* output to */ - GPU_link(mat, "shade_madd_clamped", *diff, rgb, addcol, diff); + GPU_link(mat, "shade_madd", *diff, rgb, addcol, diff); } static void ramp_spec_result(GPUShadeInput *shi, GPUNodeLink **spec)