blender/intern/cycles/kernel
Lukas Stockner e760972221 Cycles: support for custom shader AOVs
Custom render passes are added in the Shader AOVs panel in the view layer
settings, with a name and data type. In shader nodes, an AOV Output node
is then used to output either a value or color to the pass.

Arbitrary names can be used for these passes, as long as they don't conflict
with built-in passes that are enabled. The AOV Output node can be used in both
material and world shader nodes.

Implemented by Lukas, with tweaks by Brecht.

Differential Revision: https://developer.blender.org/D4837
2019-12-10 20:44:46 +01:00
..
bvh Cycles: Fixed Camera inside volumes with Embree turned on. 2019-10-01 19:35:56 +02:00
closure Cycles: Scale denoising albedo contribution of Principled BSDFs according to average fresnel 2019-11-27 21:26:47 +01:00
filter Cleanup: spelling 2019-10-17 12:40:36 +11:00
geom Cycles: add Optix support in the kernel 2019-09-13 11:46:22 +02:00
kernels Fix T71255: Particle hair not showing in viewport with OptiX after scaling 2019-11-22 17:30:22 +01:00
osl Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
shaders Shaders: noise and wave distortion now work uniformly instead of diagonally 2019-12-07 19:06:27 +01:00
split Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
svm Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
CMakeLists.txt Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_accumulate.h Cycles: fixes for building kernel without certain features 2019-08-26 10:10:35 +02:00
kernel_bake.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_camera.h Cycles: fixes for building kernel without certain features 2019-08-26 10:10:35 +02:00
kernel_color.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_compat_cpu.h Cleanup: spelling 2019-06-15 09:24:38 +10:00
kernel_compat_cuda.h Cycles: code to optionally zero initialize some structs in the kernel 2019-08-26 16:07:01 +02:00
kernel_compat_opencl.h Fix T72282: Cycles OpenCL error after recent math node changes 2019-12-08 19:43:17 +01:00
kernel_compat_optix.h Cycles: add Optix support in the kernel 2019-09-13 11:46:22 +02:00
kernel_differential.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_emission.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_film.h Cycles: Display RenderPass in Viewport 2019-09-11 12:19:44 +02:00
kernel_globals.h Cycles: add Optix support in the kernel 2019-09-13 11:46:22 +02:00
kernel_id_passes.h Cleanup: comments (long lines) in cycles 2019-05-01 21:41:07 +10:00
kernel_jitter.h Cleanup: add zero bit counting functions 2019-08-26 16:07:01 +02:00
kernel_light.h Cycles: GPU code generation optimizations for direct lighting 2019-08-26 10:26:53 +02:00
kernel_math.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_montecarlo.h Cleanup: comments (long lines) in cycles 2019-05-01 21:41:07 +10:00
kernel_passes.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_path_branched.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_path_common.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_path_state.h Cycles: add back control to render first N bounces with path termination 2019-06-28 17:47:53 +02:00
kernel_path_subsurface.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_path_surface.h Cycles: code to optionally zero initialize some structs in the kernel 2019-08-26 16:07:01 +02:00
kernel_path_volume.h Cycles: code to optionally zero initialize some structs in the kernel 2019-08-26 16:07:01 +02:00
kernel_path.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_profiling.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_projection.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_queues.h Cleanup: spelling, repeated words 2019-11-25 00:55:11 +11:00
kernel_random.h Cycles: optimize Sobol loop 2019-08-26 16:07:01 +02:00
kernel_shader.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_shadow.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_subsurface.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_textures.h Cycles: Added Float2 attribute type. 2019-03-05 14:55:21 +01:00
kernel_types.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_volume.h Cycles: code to optionally zero initialize some structs in the kernel 2019-08-26 16:07:01 +02:00
kernel_work_stealing.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
kernel_write_passes.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00