Blender Git Commit Log
Git Commits -> Revision 91ed7c2
Revision 91ed7c2 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_constraint_volume, temp_hair_modifiers, temp_motionpaths, temp_widgets_c++_experiment, temp_widgets_files_refactor, temp_widgets_update_tagging, UI-experiments, wiggly-widgets) December 15, 2014, 16:08 (GMT) |
Placeholder GPU functions to get GPU facemap index buffer. API should allow a widget to draw a specific facemap bound to a mesh quickly. |
Commit Details:
Full Hash: 91ed7c270c3ed2525fed9d2d67950fc964a9b64a
Parent Commit: 1a366cb
Lines Changed: +61, -7
5 Modified Paths:
/source/blender/blenkernel/intern/customdata.c (+6, -6) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+17, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+1, -0) (Diff)
/source/blender/gpu/GPU_buffers.h (+5, -0) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+32, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+17, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+1, -0) (Diff)
/source/blender/gpu/GPU_buffers.h (+5, -0) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+32, -1) (Diff)