Blender Git Loki
Git Commits -> Revision 02c0977
Revision 02c0977 by Clément Foucault (master) July 18, 2020, 01:14 (GMT) |
Cleanup: GPU: rename bglPolygonOffset to GPU_polygon_offset And move it to GPU module. |
Commit Details:
Full Hash: 02c09773ea07c8c0a3d7be63abdfd963a9452402
Parent Commit: acad0d7
Lines Changed: +81, -82
9 Modified Paths:
/source/blender/draw/intern/draw_common.c (+2, -3) (Diff)
/source/blender/editors/gpencil/annotate_draw.c (+3, -4) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+3, -4) (Diff)
/source/blender/editors/include/BIF_glutil.h (+0, -7) (Diff)
/source/blender/editors/screen/glutil.c (+0, -62) (Diff)
/source/blender/editors/space_view3d/view3d_utils.c (+2, -2) (Diff)
/source/blender/gpu/GPU_matrix.h (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_matrix.c (+66, -0) (Diff)
/source/blender/editors/gpencil/annotate_draw.c (+3, -4) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+3, -4) (Diff)
/source/blender/editors/include/BIF_glutil.h (+0, -7) (Diff)
/source/blender/editors/screen/glutil.c (+0, -62) (Diff)
/source/blender/editors/space_view3d/view3d_utils.c (+2, -2) (Diff)
/source/blender/gpu/GPU_matrix.h (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_matrix.c (+66, -0) (Diff)