Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Schoen <pascal_schoen@gmx.net>2016-10-20 11:41:50 +0300
committerPascal Schoen <pascal_schoen@gmx.net>2016-10-20 11:41:50 +0300
commit4dfcf455f7769752044e051b399fb6a5dfcd0e22 (patch)
tree09ef0f679da559461cf80b3a577b506e291d7eb6 /intern/cycles/kernel/bvh/qbvh_nodes.h
parent243a0e3eb80ef82704d5ea2657384c3a4b9fb497 (diff)
parent2cd6a89d07e031901291ab95b9a5d6cdeb372bbe (diff)
Merge branch 'master' into cycles_disney_brdf
Diffstat (limited to 'intern/cycles/kernel/bvh/qbvh_nodes.h')
-rw-r--r--intern/cycles/kernel/bvh/qbvh_nodes.h2
1 files changed, 2 insertions, 0 deletions
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 {