Blender Git Commit Log
Git Commits -> Revision 747ac66
Revision 747ac66 by Clément Foucault (master) March 5, 2017, 17:10 (GMT) |
Clay Engine: More Lamp drawing work |
Commit Details:
Full Hash: 747ac668002497e4b2ca801c7629f27e0473f261
Parent Commit: 45b42d3
Lines Changed: +506, -4
2 Added Paths:
/source/blender/gpu/shaders/gpu_shader_instance_edges_variying_color_geom.glsl (+57, -0) (View)
/source/blender/gpu/shaders/gpu_shader_instance_edges_variying_color_vert.glsl (+64, -0) (View)
/source/blender/gpu/shaders/gpu_shader_instance_edges_variying_color_vert.glsl (+64, -0) (View)
7 Modified Paths:
/source/blender/draw/intern/draw_cache.c (+245, -0) (Diff)
/source/blender/draw/intern/draw_cache.h (+5, -0) (Diff)
/source/blender/draw/intern/draw_mode_pass.c (+123, -4) (Diff)
/source/blender/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/gpu/GPU_shader.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_shader.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_lamp_types.h (+4, -0) (Diff)
/source/blender/draw/intern/draw_cache.h (+5, -0) (Diff)
/source/blender/draw/intern/draw_mode_pass.c (+123, -4) (Diff)
/source/blender/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/gpu/GPU_shader.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_shader.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_lamp_types.h (+4, -0) (Diff)