Blender Git Commit Log

Git Commits -> Revision 007f1b7

Revision 007f1b7 by Brecht Van Lommel (master)
February 15, 2020, 19:33 (GMT)
Cleanup: split off code from gpu_codegen.c into smaller files

Commit Details:

Full Hash: 007f1b74a67302fb4c164eb26969419434a98aee
Parent Commit: 6701db7
Lines Changed: +1759, -1685

3 Added Paths:

/source/blender/gpu/intern/gpu_material_library.c (+882, -0) (View)
/source/blender/gpu/intern/gpu_node_graph.c (+562, -0) (View)
/source/blender/gpu/intern/gpu_node_graph.h (+182, -0) (View)

10 Modified Paths:

/source/blender/blenlib/BLI_string.h (+1, -0) (Diff)
/source/blender/blenlib/intern/string.c (+18, -0) (Diff)
/source/blender/draw/intern/draw_manager_data.c (+2, -0) (Diff)
/source/blender/gpu/CMakeLists.txt (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_codegen.c (+49, -891) (Diff)
/source/blender/gpu/intern/gpu_codegen.h (+11, -152) (Diff)
/source/blender/gpu/intern/gpu_init_exit.c (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_material.c (+15, -27) (Diff)
/source/blender/gpu/intern/gpu_material_library.h (+30, -614) (Diff)
/source/blender/gpu/intern/gpu_uniformbuffer.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021