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:
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/kernel/bvh/bvh_local.h1
-rw-r--r--intern/cycles/kernel/bvh/bvh_shadow_all.h1
-rw-r--r--intern/cycles/kernel/bvh/bvh_traversal.h1
-rw-r--r--intern/cycles/kernel/bvh/bvh_volume.h1
-rw-r--r--intern/cycles/kernel/bvh/bvh_volume_all.h1
-rw-r--r--intern/cycles/kernel/bvh/obvh_local.h1
-rw-r--r--intern/cycles/kernel/bvh/obvh_shadow_all.h1
-rw-r--r--intern/cycles/kernel/bvh/obvh_traversal.h1
-rw-r--r--intern/cycles/kernel/bvh/obvh_volume.h1
-rw-r--r--intern/cycles/kernel/bvh/obvh_volume_all.h1
-rw-r--r--intern/cycles/kernel/bvh/qbvh_local.h1
-rw-r--r--intern/cycles/kernel/bvh/qbvh_shadow_all.h1
-rw-r--r--intern/cycles/kernel/bvh/qbvh_traversal.h1
-rw-r--r--intern/cycles/kernel/bvh/qbvh_volume.h1
-rw-r--r--intern/cycles/kernel/bvh/qbvh_volume_all.h1
-rw-r--r--intern/cycles/kernel/geom/geom_patch.h1
-rw-r--r--intern/cycles/kernel/kernel_shader.h1
-rw-r--r--intern/cycles/render/sobol.cpp1
-rw-r--r--intern/cycles/subd/subd_patch_table.cpp1
-rw-r--r--intern/cycles/util/util_math_fast.h1
-rw-r--r--intern/cycles/util/util_murmurhash.cpp1
-rw-r--r--intern/cycles/util/util_string.h1
22 files changed, 0 insertions, 22 deletions
diff --git a/intern/cycles/kernel/bvh/bvh_local.h b/intern/cycles/kernel/bvh/bvh_local.h
index 8364bc3aa9a..3bdc9293a6c 100644
--- a/intern/cycles/kernel/bvh/bvh_local.h
+++ b/intern/cycles/kernel/bvh/bvh_local.h
@@ -36,7 +36,6 @@
* other parts of the scene.
*
* BVH_MOTION: motion blur rendering
- *
*/
#ifndef __KERNEL_GPU__
diff --git a/intern/cycles/kernel/bvh/bvh_shadow_all.h b/intern/cycles/kernel/bvh/bvh_shadow_all.h
index 64eb2f3f659..d8e089711ee 100644
--- a/intern/cycles/kernel/bvh/bvh_shadow_all.h
+++ b/intern/cycles/kernel/bvh/bvh_shadow_all.h
@@ -37,7 +37,6 @@
* BVH_INSTANCING: object instancing
* BVH_HAIR: hair curve rendering
* BVH_MOTION: motion blur rendering
- *
*/
#ifndef __KERNEL_GPU__
diff --git a/intern/cycles/kernel/bvh/bvh_traversal.h b/intern/cycles/kernel/bvh/bvh_traversal.h
index af9f04db0ba..76d4cab663d 100644
--- a/intern/cycles/kernel/bvh/bvh_traversal.h
+++ b/intern/cycles/kernel/bvh/bvh_traversal.h
@@ -40,7 +40,6 @@
* BVH_HAIR: hair curve rendering
* BVH_HAIR_MINIMUM_WIDTH: hair curve rendering with minimum width
* BVH_MOTION: motion blur rendering
- *
*/
ccl_device_noinline bool BVH_FUNCTION_FULL_NAME(BVH)(KernelGlobals *kg,
diff --git a/intern/cycles/kernel/bvh/bvh_volume.h b/intern/cycles/kernel/bvh/bvh_volume.h
index 12d4c5eb94a..b8257e3493e 100644
--- a/intern/cycles/kernel/bvh/bvh_volume.h
+++ b/intern/cycles/kernel/bvh/bvh_volume.h
@@ -36,7 +36,6 @@
*
* BVH_INSTANCING: object instancing
* BVH_MOTION: motion blur rendering
- *
*/
#ifndef __KERNEL_GPU__
diff --git a/intern/cycles/kernel/bvh/bvh_volume_all.h b/intern/cycles/kernel/bvh/bvh_volume_all.h
index 6205b9bcf7a..f3ca4058460 100644
--- a/intern/cycles/kernel/bvh/bvh_volume_all.h
+++ b/intern/cycles/kernel/bvh/bvh_volume_all.h
@@ -36,7 +36,6 @@
*
* BVH_INSTANCING: object instancing
* BVH_MOTION: motion blur rendering
- *
*/
#ifndef __KERNEL_GPU__
diff --git a/intern/cycles/kernel/bvh/obvh_local.h b/intern/cycles/kernel/bvh/obvh_local.h
index eb24a607caa..f449cefb335 100644
--- a/intern/cycles/kernel/bvh/obvh_local.h
+++ b/intern/cycles/kernel/bvh/obvh_local.h
@@ -19,7 +19,6 @@
* versions for each case without new features slowing things down.
*
* BVH_MOTION: motion blur rendering
- *
*/
#if BVH_FEATURE(BVH_HAIR)
diff --git a/intern/cycles/kernel/bvh/obvh_shadow_all.h b/intern/cycles/kernel/bvh/obvh_shadow_all.h
index 8b739b3438a..10d5422c31c 100644
--- a/intern/cycles/kernel/bvh/obvh_shadow_all.h
+++ b/intern/cycles/kernel/bvh/obvh_shadow_all.h
@@ -21,7 +21,6 @@
* BVH_INSTANCING: object instancing
* BVH_HAIR: hair curve rendering
* BVH_MOTION: motion blur rendering
- *
*/
#if BVH_FEATURE(BVH_HAIR)
diff --git a/intern/cycles/kernel/bvh/obvh_traversal.h b/intern/cycles/kernel/bvh/obvh_traversal.h
index 6bb19eb1ed9..5df7a3be515 100644
--- a/intern/cycles/kernel/bvh/obvh_traversal.h
+++ b/intern/cycles/kernel/bvh/obvh_traversal.h
@@ -22,7 +22,6 @@
* BVH_HAIR: hair curve rendering
* BVH_HAIR_MINIMUM_WIDTH: hair curve rendering with minimum width
* BVH_MOTION: motion blur rendering
- *
*/
#if BVH_FEATURE(BVH_HAIR)
diff --git a/intern/cycles/kernel/bvh/obvh_volume.h b/intern/cycles/kernel/bvh/obvh_volume.h
index 80d09c59039..e66d499dccc 100644
--- a/intern/cycles/kernel/bvh/obvh_volume.h
+++ b/intern/cycles/kernel/bvh/obvh_volume.h
@@ -20,7 +20,6 @@
*
* BVH_INSTANCING: object instancing
* BVH_MOTION: motion blur rendering
- *
*/
#if BVH_FEATURE(BVH_HAIR)
diff --git a/intern/cycles/kernel/bvh/obvh_volume_all.h b/intern/cycles/kernel/bvh/obvh_volume_all.h
index 87216127ddb..5476f79712a 100644
--- a/intern/cycles/kernel/bvh/obvh_volume_all.h
+++ b/intern/cycles/kernel/bvh/obvh_volume_all.h
@@ -20,7 +20,6 @@
*
* BVH_INSTANCING: object instancing
* BVH_MOTION: motion blur rendering
- *
*/
#if BVH_FEATURE(BVH_HAIR)
diff --git a/intern/cycles/kernel/bvh/qbvh_local.h b/intern/cycles/kernel/bvh/qbvh_local.h
index 22d434a8737..661182e31b3 100644
--- a/intern/cycles/kernel/bvh/qbvh_local.h
+++ b/intern/cycles/kernel/bvh/qbvh_local.h
@@ -20,7 +20,6 @@
* other parts of the scene.
*
* BVH_MOTION: motion blur rendering
- *
*/
#if BVH_FEATURE(BVH_HAIR)
diff --git a/intern/cycles/kernel/bvh/qbvh_shadow_all.h b/intern/cycles/kernel/bvh/qbvh_shadow_all.h
index 37606e10b92..dd977fb9e74 100644
--- a/intern/cycles/kernel/bvh/qbvh_shadow_all.h
+++ b/intern/cycles/kernel/bvh/qbvh_shadow_all.h
@@ -21,7 +21,6 @@
* BVH_INSTANCING: object instancing
* BVH_HAIR: hair curve rendering
* BVH_MOTION: motion blur rendering
- *
*/
#if BVH_FEATURE(BVH_HAIR)
diff --git a/intern/cycles/kernel/bvh/qbvh_traversal.h b/intern/cycles/kernel/bvh/qbvh_traversal.h
index 35c6e3aeec9..40cd57aad34 100644
--- a/intern/cycles/kernel/bvh/qbvh_traversal.h
+++ b/intern/cycles/kernel/bvh/qbvh_traversal.h
@@ -22,7 +22,6 @@
* BVH_HAIR: hair curve rendering
* BVH_HAIR_MINIMUM_WIDTH: hair curve rendering with minimum width
* BVH_MOTION: motion blur rendering
- *
*/
#if BVH_FEATURE(BVH_HAIR)
diff --git a/intern/cycles/kernel/bvh/qbvh_volume.h b/intern/cycles/kernel/bvh/qbvh_volume.h
index 7ec264e5f78..6790bfa6c83 100644
--- a/intern/cycles/kernel/bvh/qbvh_volume.h
+++ b/intern/cycles/kernel/bvh/qbvh_volume.h
@@ -20,7 +20,6 @@
*
* BVH_INSTANCING: object instancing
* BVH_MOTION: motion blur rendering
- *
*/
#if BVH_FEATURE(BVH_HAIR)
diff --git a/intern/cycles/kernel/bvh/qbvh_volume_all.h b/intern/cycles/kernel/bvh/qbvh_volume_all.h
index dd603d79334..63d79b6fe34 100644
--- a/intern/cycles/kernel/bvh/qbvh_volume_all.h
+++ b/intern/cycles/kernel/bvh/qbvh_volume_all.h
@@ -20,7 +20,6 @@
*
* BVH_INSTANCING: object instancing
* BVH_MOTION: motion blur rendering
- *
*/
#if BVH_FEATURE(BVH_HAIR)
diff --git a/intern/cycles/kernel/geom/geom_patch.h b/intern/cycles/kernel/geom/geom_patch.h
index 343649ad934..0143b384aa2 100644
--- a/intern/cycles/kernel/geom/geom_patch.h
+++ b/intern/cycles/kernel/geom/geom_patch.h
@@ -22,7 +22,6 @@
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the Apache License for the specific
* language governing permissions and limitations under the Apache License.
- *
*/
CCL_NAMESPACE_BEGIN
diff --git a/intern/cycles/kernel/kernel_shader.h b/intern/cycles/kernel/kernel_shader.h
index 4b2e675bb21..0789031f44f 100644
--- a/intern/cycles/kernel/kernel_shader.h
+++ b/intern/cycles/kernel/kernel_shader.h
@@ -21,7 +21,6 @@
* Execute for surface, volume or displacement.
* Evaluate one or more closures.
* Release.
- *
*/
#include "kernel/closure/alloc.h"
diff --git a/intern/cycles/render/sobol.cpp b/intern/cycles/render/sobol.cpp
index 01dfafa2ed9..b7d6b07de1c 100644
--- a/intern/cycles/render/sobol.cpp
+++ b/intern/cycles/render/sobol.cpp
@@ -13,7 +13,6 @@
*
* S. Joe and F. Y. Kuo, Constructing Sobol sequences with better two-dimensional
* projections, SIAM J. Sci. Comput. 30, 2635-2654 (2008)
- *
*/
/* Copyright (c) 2008, Frances Y. Kuo and Stephen Joe
diff --git a/intern/cycles/subd/subd_patch_table.cpp b/intern/cycles/subd/subd_patch_table.cpp
index 0e9d3f37af4..f9671ee144d 100644
--- a/intern/cycles/subd/subd_patch_table.cpp
+++ b/intern/cycles/subd/subd_patch_table.cpp
@@ -22,7 +22,6 @@
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the Apache License for the specific
* language governing permissions and limitations under the Apache License.
- *
*/
#include "subd/subd_patch_table.h"
diff --git a/intern/cycles/util/util_math_fast.h b/intern/cycles/util/util_math_fast.h
index 323d40058e5..fe4e02197a4 100644
--- a/intern/cycles/util/util_math_fast.h
+++ b/intern/cycles/util/util_math_fast.h
@@ -356,7 +356,6 @@ ccl_device float fast_atan2f(float y, float x)
/* Based on:
*
* https://github.com/LiraNuna/glsl-sse2/blob/master/source/vec4.h
- *
*/
ccl_device float fast_log2f(float x)
{
diff --git a/intern/cycles/util/util_murmurhash.cpp b/intern/cycles/util/util_murmurhash.cpp
index 68b2f2031be..68df8fa1a84 100644
--- a/intern/cycles/util/util_murmurhash.cpp
+++ b/intern/cycles/util/util_murmurhash.cpp
@@ -18,7 +18,6 @@
*
* MurmurHash3 was written by Austin Appleby, and is placed in the public
* domain. The author hereby disclaims copyright to this source code.
- *
*/
#include <stdlib.h>
diff --git a/intern/cycles/util/util_string.h b/intern/cycles/util/util_string.h
index f17112c30d2..02584fe5113 100644
--- a/intern/cycles/util/util_string.h
+++ b/intern/cycles/util/util_string.h
@@ -58,7 +58,6 @@ string to_string(const char *str);
*
* Please note that strings are expected to be in UTF-8 codepage, and
* if ANSI is needed then explicit conversion required.
- *
*/
#ifdef _WIN32
using std::wstring;