Blender Git Loki
Git Commits -> Revision a1459b2
Revision a1459b2 by Clément Foucault (master) August 18, 2020, 19:30 (GMT) |
Cleanup: GPU: Move towards an explicit Blend state This make use of the GLStateStack functions for: - `GPU_blend()` - `GPU_blend_set_func()` - `GPU_blend_set_func_separate()` The goal is to unify them using an explicit state setting. This will remove the need to use obscure blend functions |
Commit Details:
Full Hash: a1459b2f7a53fc9e7a52260e975c47c48c6c383d
Parent Commit: 2ae1c89
Lines Changed: +32, -19
7 Modified Paths:
/source/blender/editors/screen/area.c (+0, -1) (Diff)
/source/blender/editors/screen/screen_draw.c (+3, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+2, -6) (Diff)
/source/blender/gpu/intern/gpu_state.cc (+26, -3) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+1, -2) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+0, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+0, -2) (Diff)
/source/blender/editors/screen/screen_draw.c (+3, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+2, -6) (Diff)
/source/blender/gpu/intern/gpu_state.cc (+26, -3) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+1, -2) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+0, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+0, -2) (Diff)