Blender Git Loki
Git Commits -> Revision 3f4f109
Revision 3f4f109 by Germano Cavalcante (master) May 14, 2021, 15:26 (GMT) |
Commit Details:
Full Hash: 3f4f109646059ee0780bb40dbd65b3bc8c3a8f3f
Parent Commit: 079f415
Lines Changed: +252, -2
2 Added Paths:
/source/blender/python/gpu/gpu_py_capabilities.c (+148, -0) (View)
/source/blender/python/gpu/gpu_py_capabilities.h (+23, -0) (View)
/source/blender/python/gpu/gpu_py_capabilities.h (+23, -0) (View)
6 Modified Paths:
/source/blender/gpu/GPU_capabilities.h (+9, -0) (Diff)
/source/blender/gpu/intern/gpu_capabilities.cc (+40, -0) (Diff)
/source/blender/gpu/intern/gpu_capabilities_private.hh (+9, -0) (Diff)
/source/blender/gpu/opengl/gl_backend.cc (+17, -2) (Diff)
/source/blender/python/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/python/gpu/gpu_py_api.c (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_capabilities.cc (+40, -0) (Diff)
/source/blender/gpu/intern/gpu_capabilities_private.hh (+9, -0) (Diff)
/source/blender/gpu/opengl/gl_backend.cc (+17, -2) (Diff)
/source/blender/python/gpu/CMakeLists.txt (+2, -0) (Diff)
/source/blender/python/gpu/gpu_py_api.c (+4, -0) (Diff)