Blender Git Commit Log
Git Commits -> Revision 1287965
Revision 1287965 by Germano Cavalcante (master) September 14, 2018, 12:46 (GMT) |
GPU module: Initial implementation of the `gpu.shader` submodule. Differential Revision: https://developer.blender.org/D3688 |
Commit Details:
Full Hash: 1287965089a851c46e9a1a23c55ebc90b00b4e14
Parent Commit: d15928c
Lines Changed: +1073, -240
2 Added Paths:
/source/blender/python/gpu/gpu_py_shader.c (+635, -0) (View)
/source/blender/python/gpu/gpu_py_shader.h (+41, -0) (View)
/source/blender/python/gpu/gpu_py_shader.h (+41, -0) (View)
7 Modified Paths:
/source/blender/gpu/GPU_shader.h (+5, -0) (Diff)
/source/blender/gpu/intern/gpu_shader.c (+353, -240) (Diff)
/source/blender/python/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/python/gpu/gpu_py_api.c (+10, -0) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+23, -0) (Diff)
/source/blender/python/gpu/gpu_py_types.c (+3, -0) (Diff)
/source/blender/python/gpu/gpu_py_types.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_shader.c (+353, -240) (Diff)
/source/blender/python/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/python/gpu/gpu_py_api.c (+10, -0) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+23, -0) (Diff)
/source/blender/python/gpu/gpu_py_types.c (+3, -0) (Diff)
/source/blender/python/gpu/gpu_py_types.h (+1, -0) (Diff)