From 94c919349b66ef18f8cc5d3263f73222752cac93 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 29 Sep 2016 10:11:40 +0200 Subject: Cycles: Cleanup file headers Some of the files were wrongly attributing code to some other organizations and in few places proper attribution was missing. This is mainly either a copy-paste error (when new file was created from an existing one and header wasn't updated) or due to some refactor which split non-original-BF code with purely BF code. Should solve some confusion around. --- intern/cycles/kernel/bvh/qbvh_nodes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/cycles/kernel/bvh/qbvh_nodes.h') diff --git a/intern/cycles/kernel/bvh/qbvh_nodes.h b/intern/cycles/kernel/bvh/qbvh_nodes.h index 4d8695bedec..2ee2a393e80 100644 --- a/intern/cycles/kernel/bvh/qbvh_nodes.h +++ b/intern/cycles/kernel/bvh/qbvh_nodes.h @@ -12,6 +12,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * + * Aligned nodes intersection SSE code is adopted from Embree, */ struct QBVHStackItem { -- cgit v1.2.3