blender/intern/cycles/render
2021-01-27 15:28:24 +11:00
..
alembic.cpp Fix build error after Cycles Amembic procedural commit 2021-01-25 16:15:35 +01:00
alembic.h Cleanup: spelling 2021-01-27 15:28:24 +11:00
attribute.cpp Fix T85048: Cycles sculpt vertex color issues after recent changes 2021-01-26 15:32:05 +01:00
attribute.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
background.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
background.h Cycles API: encapsulate Node socket members 2020-11-04 13:03:33 +01:00
bake.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
bake.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
buffers.cpp Cycles: Implement tile stealing to improve CPU+GPU rendering performance 2020-10-31 01:57:39 +01:00
buffers.h Cycles: Implement tile stealing to improve CPU+GPU rendering performance 2020-10-31 01:57:39 +01:00
camera.cpp Fix Cycles standalone compilation following API changes 2021-01-26 14:39:32 +01:00
camera.h Cycles API: encapsulate Node socket members 2020-11-04 13:03:33 +01:00
CMakeLists.txt Cycles: internal support for Alembic procedurals 2021-01-25 15:51:42 +01:00
colorspace.cpp Cleanup: spelling 2020-07-02 13:03:46 +10:00
colorspace.h Cleanup: process colorspace conversion with a 1D pixel array 2020-03-17 17:33:08 +01:00
constant_fold.cpp Shading: Rewrite Mapping node with dynamic inputs. 2019-09-04 23:17:13 +02:00
constant_fold.h Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
coverage.cpp Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
coverage.h Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
curves.cpp Cycles: internal refactoring to make thick/ribbon curve separate primitives 2020-06-22 13:28:01 +02:00
curves.h Fix T78447: Cycles vertex color node not working with hair 2020-06-30 14:36:52 +02:00
denoising.cpp Cleanup: reduce hardcoded numbers in denoising neighbor tiles code 2020-07-10 17:10:05 +02:00
denoising.h Cleanup: reduce hardcoded numbers in denoising neighbor tiles code 2020-07-10 17:10:05 +02:00
film.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
film.h Cycles API: encapsulate Node socket members 2020-11-04 13:03:33 +01:00
geometry.cpp Fix T85010: Cycles viewport not showing certain material changes when using GPU compute 2021-01-25 07:40:49 +01:00
geometry.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
graph.cpp Merge branch 'blender-v2.91-release' 2020-11-05 21:35:27 +01:00
graph.h Cycles: introduce an ownership system to protect nodes from unwanted deletions. 2020-08-30 23:49:38 +02:00
hair.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
hair.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
image_oiio.cpp Cycles: Add NanoVDB support for rendering volumes 2020-10-05 15:03:30 +02:00
image_oiio.h Cleanup: refactor image loading to use abstract ImageLoader base class 2020-03-11 20:45:39 +01:00
image_sky.cpp Cycles: Add control for sun intensity in Sky Texture and change altitude to km 2020-07-13 03:08:11 +02:00
image_sky.h Cycles: Add control for sun intensity in Sky Texture and change altitude to km 2020-07-13 03:08:11 +02:00
image_vdb.cpp Cleanup: compiler warning 2020-11-12 19:52:04 +01:00
image_vdb.h Cycles: Add NanoVDB support for rendering volumes 2020-10-05 15:03:30 +02:00
image.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
image.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
integrator.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
integrator.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
jitter.cpp Cycles: add Progressive Multi-Jitter sampling pattern 2020-03-02 16:35:52 +01:00
jitter.h Cycles: add Progressive Multi-Jitter sampling pattern 2020-03-02 16:35:52 +01:00
light.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
light.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
merge.cpp Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
merge.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
mesh_displace.cpp Cycles API: encapsulate Node socket members 2020-11-04 13:03:33 +01:00
mesh_subdivision.cpp Cycles API: encapsulate Node socket members 2020-11-04 13:03:33 +01:00
mesh.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
mesh.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
nodes.cpp Merge branch 'blender-v2.91-release' 2020-11-16 19:30:37 +01:00
nodes.h Cycles API: encapsulate Node socket members 2020-11-04 13:03:33 +01:00
object.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
object.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
osl.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
osl.h Cycles: introduce an ownership system to protect nodes from unwanted deletions. 2020-08-30 23:49:38 +02:00
particles.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
particles.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
procedural.cpp Cycles: internal support for the concept of procedurals 2021-01-25 15:51:38 +01:00
procedural.h Cycles: internal support for the concept of procedurals 2021-01-25 15:51:38 +01:00
scene.cpp Cycles: internal support for Alembic procedurals 2021-01-25 15:51:42 +01:00
scene.h Cycles: internal support for Alembic procedurals 2021-01-25 15:51:42 +01:00
session.cpp Merge branch 'blender-v2.92-release' 2021-01-25 11:48:53 -06:00
session.h Fix T84813: enabling Cycles OpenImageDenoise during GPU viewport render fails 2021-01-20 14:59:23 +01:00
shader.cpp Cycles: internal support for Alembic procedurals 2021-01-25 15:51:42 +01:00
shader.h Cycles: optimize device updates 2021-01-22 16:08:25 +01: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 Cycles: internal support for the concept of procedurals 2021-01-25 15:51:38 +01:00
stats.h Cycles: internal support for the concept of procedurals 2021-01-25 15:51:38 +01:00
svm.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
svm.h Fix T84006: Cycles AOV not written with some mix shader node set ups 2020-12-22 14:25:50 +01:00
tables.cpp Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
tables.h Cycles: optimize device updates 2021-01-22 16:08:25 +01:00
tile.cpp Fix T75432: Cycles progressive refine render slow with denoising data 2020-04-28 22:40:44 +02:00
tile.h Spelling: It's Versus Its 2020-10-19 08:12:33 -07:00
volume.cpp Fix T83300: constant scene refreshing in Cycles with empty volumes 2020-12-02 11:18:45 +01:00
volume.h Cycles API: encapsulate Node socket members 2020-11-04 13:03:33 +01:00