Blender Git Commit Log

Git Commits -> Revision 9db3d19

Revision 9db3d19 by Germano Cavalcante (master)
January 10, 2021, 22:01 (GMT)
Fix typo; Documentation; Expose layer for framebuffer attachament; Add framebuffer viewport setter; Remove framebuffer restore; Expose framebuffer push/pop stack API; Remove blend modes; Remove depth_range_set; Implement GPU_face_culling, GPU_front_facing, GPU_point_size, GPU_line_width, GPU_viewport, GPU_color_mask and GPU_depth_mask

Commit Details:

Full Hash: 9db3d1951da15254efbbcf028176facb78118ec1
Parent Commit: 1d3b92b
Lines Changed: +1353, -7

6 Added Paths:

/source/blender/python/gpu/gpu_py_framebuffer.c (+480, -0) (View)
/source/blender/python/gpu/gpu_py_framebuffer.h (+34, -0) (View)
/source/blender/python/gpu/gpu_py_state.c (+325, -0) (View)
/source/blender/python/gpu/gpu_py_state.h (+23, -0) (View)
/source/blender/python/gpu/gpu_py_texture.c (+401, -0) (View)
/source/blender/python/gpu/gpu_py_texture.h (+33, -0) (View)

8 Modified Paths:

/source/blender/gpu/GPU_framebuffer.h (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+19, -7) (Diff)
/source/blender/python/generic/py_capi_utils.c (+10, -0) (Diff)
/source/blender/python/generic/py_capi_utils.h (+1, -0) (Diff)
/source/blender/python/gpu/CMakeLists.txt (+6, -0) (Diff)
/source/blender/python/gpu/gpu_py_api.c (+7, -0) (Diff)
/source/blender/python/gpu/gpu_py_types.c (+8, -0) (Diff)
/source/blender/python/gpu/gpu_py_types.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021