Blender Git Commit Log

Git Commits -> Revision 0943103

Revision 0943103 by Campbell Barton (master)
July 15, 2018, 08:51 (GMT)
Cleanup: split GPU_batch

Split out presets and utilities for creating batches.
These functions are quite specialized and not related to typical usage.

Commit Details:

Full Hash: 09431033e9e2defcea42ffe056632b4bf4fd7a2a
Parent Commit: 52ebbee
Lines Changed: +386, -267

3 Added Paths:

/source/blender/gpu/GPU_batch_presets.h (+52, -0) (View)
/source/blender/gpu/GPU_batch_utils.h (+40, -0) (View)
/source/blender/gpu/intern/gpu_batch_utils.c (+243, -0) (View)

12 Modified Paths:

/source/blender/draw/intern/draw_cache.c (+2, -0) (Diff)
/source/blender/editors/curve/editcurve_paint.c (+1, -0) (Diff)
/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.c (+1, -0) (Diff)
/source/blender/editors/interface/interface_draw.c (+1, -0) (Diff)
/source/blender/editors/interface/interface_widgets.c (+1, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -0) (Diff)
/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/GPU_batch.h (+0, -23) (Diff)
/source/blender/gpu/intern/gpu_batch.c (+1, -211) (Diff)
/source/blender/gpu/intern/gpu_batch_presets.c (+40, -33) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021