Optimize the Gabor noise texture code with an early exit for points that are further away from the kernel center. This was already done for the kernel, but is now being done earlier before computing the weight, so its computation is now skipped. Thanks to Charlie Jolly for the suggestion.