blender/intern/cycles/render
2019-08-26 17:39:57 +02:00
..
attribute.cpp Merge branch 'blender2.7' 2019-04-25 14:31:45 +02:00
attribute.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
background.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
background.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
bake.cpp Shading: Add more operators to Vector Math node. 2019-08-21 19:36:33 +02:00
bake.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
buffers.cpp Cycles Denoising: Get rid of halos around bright edges 2019-06-01 00:45:03 +02:00
buffers.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
camera.cpp Cleanup: spelling 2019-08-12 01:10:43 +10:00
camera.h Fix T62408: Cycles viewport adaptive subdivision hangs after updates 2019-04-21 03:05:38 +02:00
CMakeLists.txt Build: disable RTTI for the entire Cycles module, not only the kernel 2019-08-02 19:03:57 +02:00
colorspace.cpp cycles_render: Fix unused variable build warning with MSVC 2019-05-25 13:05:59 -06:00
colorspace.h Images: don't (un)premultipy non-color data 2019-05-19 14:36:42 +02:00
constant_fold.cpp Shading: Add more operators to Vector Math node. 2019-08-21 19:36:33 +02:00
constant_fold.h Shading: Add more operators to Vector Math node. 2019-08-21 19:36:33 +02:00
coverage.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
coverage.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
curves.cpp Cycles: remove hair minimum width support. 2019-04-24 14:39:47 +02:00
curves.h Cycles: remove hair minimum width support. 2019-04-24 14:39:47 +02:00
denoising.cpp Cycles Denoising: Get rid of halos around bright edges 2019-06-01 00:45:03 +02:00
denoising.h Cleanup: comments (long lines) in cycles 2019-05-01 21:41:07 +10:00
film.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
film.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
graph.cpp Cleanup: misc spelling fixes 2019-08-01 14:02:41 +10:00
graph.h Cycles/Eevee: add Emission and Alpha inputs to Principled BSDF 2019-05-13 15:56:11 +02:00
image.cpp Fix Cycles packed images not handling channel packed alpha correctly 2019-05-26 12:21:57 +02:00
image.h Fix Cycles packed images not handling channel packed alpha correctly 2019-05-26 12:21:57 +02:00
integrator.cpp Shading: Add White Noise node. 2019-08-21 20:04:09 +02:00
integrator.h Cycles: add back control to render first N bounces with path termination 2019-06-28 17:47:53 +02:00
light.cpp Cleanup: don't unnecessarily use ustring in IES file parsing 2019-08-14 14:16:11 +02:00
light.h Cleanup: don't unnecessarily use ustring in IES file parsing 2019-08-14 14:16:11 +02:00
merge.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
merge.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
mesh_displace.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
mesh_subdivision.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
mesh_volume.cpp Cleanup: spelling 2019-07-07 15:38:41 +10:00
mesh.cpp Cycles: refactor of BVH building to prepare for Optix 2019-08-26 17:39:57 +02:00
mesh.h Cycles: refactor of BVH building to prepare for Optix 2019-08-26 17:39:57 +02:00
nodes.cpp Cleanup: fix compiler warnings 2019-08-26 16:08:17 +02:00
nodes.h Shading: Add Volume Info node. 2019-08-21 20:22:24 +02:00
object.cpp Shading: Add object color to Object Info node. 2019-08-22 14:26:09 +02:00
object.h Shading: Add object color to Object Info node. 2019-08-22 14:26:09 +02:00
osl.cpp Cleanup: misc spelling fixes 2019-08-01 14:02:41 +10:00
osl.h Fix T64515, T60434: crash in OSL and preview render after recent changes 2019-05-14 12:24:15 +02:00
particles.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
particles.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
scene.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
scene.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
session.cpp Fix: Cycles reporting incorrect number of samples in viewport render 2019-07-31 14:32:41 +02:00
session.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
shader.cpp Cycles: support loading images from arbitrary OpenColorIO color space 2019-05-03 15:42:49 +02:00
shader.h Cleanup: comments (long lines) in cycles 2019-05-01 21:41:07 +10:00
sobol.cpp Cleanup: Mark large arrays of of constant data as const. 2019-08-04 14:24:29 -06:00
sobol.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
stats.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
stats.h Cleanup: spelling 2019-08-17 00:57:05 +10:00
svm.cpp Merge per-shader SVM nodes in the main update thread to avoid locking and resizing overhead 2019-07-31 12:03:45 -07:00
svm.h Merge per-shader SVM nodes in the main update thread to avoid locking and resizing overhead 2019-07-31 12:03:45 -07:00
tables.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
tables.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
tile.cpp Cleanup: comments (long lines) in cycles 2019-05-01 21:41:07 +10:00
tile.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00