Blender Git Loki
Git Commits -> Revision 0563483
Revision 0563483 by Antonis Ryakiotakis (temp_display_optimization) July 14, 2015, 13:26 (GMT) |
Fast drawing for sculpting multires using VBOs (non VBO won't have fast mode but will not spend time on that). With this commit branch should be in full feature parity with master. |
Commit Details:
Full Hash: 05634836f0b832efc498e1d030ea7ece6f5b1c53
Parent Commit: fb5ec09
Lines Changed: +69, -159
6 Modified Paths:
/source/blender/blenkernel/BKE_pbvh.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+5, -7) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+5, -3) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+2, -120) (Diff)
/source/blender/gpu/GPU_buffers.h (+2, -6) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+54, -22) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+5, -7) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+5, -3) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+2, -120) (Diff)
/source/blender/gpu/GPU_buffers.h (+2, -6) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+54, -22) (Diff)