blender/intern/cycles/kernel
Brecht Van Lommel 26bea849cf Cleanup: add device_texture for images, distinct from other global memory
There was too much image texture specific stuff in device_memory, and too
much code duplication between devices.
2020-03-12 17:28:55 +01:00
..
bvh Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
closure Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
filter Cleanup: extra semicolons, comma use, undeclared vars 2020-02-11 12:04:50 +11:00
geom Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
kernels Cleanup: add device_texture for images, distinct from other global memory 2020-03-12 17:28:55 +01:00
osl Cycles: disable RTTI only for OSL files, other libraries like OpenVDB need it 2020-03-11 14:42:46 +01:00
shaders Shading: Add invert option to Vector Rotate Node 2020-03-02 12:49:19 +00:00
split Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
svm Fix Cycles incorrect result when compressing some 8 bit log colorspace images 2020-03-11 12:59:29 +01:00
CMakeLists.txt Adaptive Sampling for Cycles. 2020-03-05 12:21:38 +01:00
kernel_accumulate.h Cycles: move sss and diffuse transmission into diffuse pass 2020-02-25 11:44:47 +01:00
kernel_adaptive_sampling.h Cycles: Fixed Shadow and Mist passes with adaptive sampling. 2020-03-10 16:50:51 +01:00
kernel_bake.h Cycles: move sss and diffuse transmission into diffuse pass 2020-02-25 11:44:47 +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: move sss and diffuse transmission into diffuse pass 2020-02-25 11:44:47 +01:00
kernel_film.h Fix T74063: Cycles light pass viewport display wrong with saturated colors 2020-02-25 19:52:18 +01: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 Fix T74537: Fixed out of bounds memory access in Cycles' PMJ sampler. 2020-03-08 21:31:47 +01: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 Adaptive Sampling for Cycles. 2020-03-05 12:21:38 +01:00
kernel_path_branched.h Adaptive Sampling for Cycles. 2020-03-05 12:21:38 +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: Track specular throughput to account for reflection color in denoising albedo pass 2020-02-06 03:37:48 +01: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: perform clamping per light contribution instead of whole path 2019-12-12 13:04:43 +01:00
kernel_path_volume.h Cycles: perform clamping per light contribution instead of whole path 2019-12-12 13:04:43 +01:00
kernel_path.h Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +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 Cleanup: clang-format 2020-03-11 19:23:52 +11:00
kernel_shader.h Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
kernel_shadow.h Fix T72470: OptiX render fails with scene with many translucent planes on Linux. 2020-01-10 15:47:51 +01:00
kernel_subsurface.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel_textures.h Cycles: add Progressive Multi-Jitter sampling pattern 2020-03-02 16:35:52 +01:00
kernel_types.h Adaptive Sampling for Cycles. 2020-03-05 12:21:38 +01:00
kernel_volume.h Cycles: perform clamping per light contribution instead of whole path 2019-12-12 13:04:43 +01:00
kernel_work_stealing.h Adaptive Sampling for Cycles. 2020-03-05 12:21:38 +01:00
kernel_write_passes.h Cycles: support for custom shader AOVs 2019-12-10 20:44:46 +01:00
kernel.h Cleanup: add device_texture for images, distinct from other global memory 2020-03-12 17:28:55 +01:00