Blender Git Commit Log
Git Commits -> Revision 3b3ed19
February 23, 2017, 06:21 (GMT) |
OpenGl immediate mode: remove imm_draw_line Replaced all calls to `imm_draw_line` by plain `immVertex2f` calls, and removed `imm_draw_line`, as that function was not supposed to exist in the first place, and causes unnecessary calls to `immBegin`/`immEnd`. Part of T49043 |
Commit Details:
Full Hash: 3b3ed19c187242cde0d0aa9d932176dc8dded30c
Parent Commit: 3042084
Lines Changed: +172, -51
7 Modified Paths:
/source/blender/editors/include/BIF_glutil.h (+0, -1) (Diff)
/source/blender/editors/interface/interface_draw.c (+87, -19) (Diff)
/source/blender/editors/interface/interface_panel.c (+51, -11) (Diff)
/source/blender/editors/interface/interface_widgets.c (+6, -1) (Diff)
/source/blender/editors/screen/glutil.c (+0, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+22, -10) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+6, -1) (Diff)
/source/blender/editors/interface/interface_draw.c (+87, -19) (Diff)
/source/blender/editors/interface/interface_panel.c (+51, -11) (Diff)
/source/blender/editors/interface/interface_widgets.c (+6, -1) (Diff)
/source/blender/editors/screen/glutil.c (+0, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+22, -10) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+6, -1) (Diff)