Blender Git Commit Log
Git Commits -> Revision 57a396c
Revision 57a396c by Jeroen Bakker (tmp-eevee-aov) September 23, 2020, 12:25 (GMT) |
GPU: Added support for AOV Output node. Not connected to anything in EEVEE. |
Commit Details:
Full Hash: 57a396cf4a6216afb82a61f26415a6f22fd18e79
Parent Commit: 5c0981b
Lines Changed: +75, -5
1 Added Path:
/source/blender/gpu/shaders/material/gpu_shader_material_output_aov.glsl (+15, -0) (View)
9 Modified Paths:
/source/blender/draw/engines/eevee/eevee_private.h (+5, -1) (Diff)
/source/blender/draw/engines/eevee/shaders/renderpass_lib.glsl (+2, -0) (Diff)
/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/GPU_material.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_codegen.c (+23, -3) (Diff)
/source/blender/gpu/intern/gpu_material.c (+8, -0) (Diff)
/source/blender/gpu/intern/gpu_material_library.c (+7, -0) (Diff)
/source/blender/gpu/intern/gpu_node_graph.c (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_node_graph.h (+9, -1) (Diff)
/source/blender/draw/engines/eevee/shaders/renderpass_lib.glsl (+2, -0) (Diff)
/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/GPU_material.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_codegen.c (+23, -3) (Diff)
/source/blender/gpu/intern/gpu_material.c (+8, -0) (Diff)
/source/blender/gpu/intern/gpu_material_library.c (+7, -0) (Diff)
/source/blender/gpu/intern/gpu_node_graph.c (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_node_graph.h (+9, -1) (Diff)