Blender Git Loki
Git Commits -> Revision 77ac33d
Revision 77ac33d by Mike Erwin (master) November 26, 2015, 00:49 (GMT) |
cleanup: C99 and vertex array comments GPU_buffer no longer has a fallback to client vertex arrays, so remove comments about it. Changed a few internal structs/function interfaces to use bool where appropriate. Use for-loop scope and flexible declaration placement. PBVH does the same thing but needs ~150 fewer lines to do it! The change to BLI_ghashIterator_init is admittedly hackish but makes GHASH_ITER_INDEX nicer to use. |
Commit Details:
Full Hash: 77ac33db7b449011e3edaa25a24d0ee193b843c1
Parent Commit: 7bbcb64
Lines Changed: +282, -445
8 Modified Paths:
/source/blender/blenkernel/BKE_pbvh.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/multires.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+105, -166) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+141, -238) (Diff)
/source/blender/blenlib/BLI_ghash.h (+18, -18) (Diff)
/source/blender/blenlib/intern/BLI_ghash.c (+2, -1) (Diff)
/source/blender/gpu/GPU_buffers.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+12, -18) (Diff)
/source/blender/blenkernel/intern/multires.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+105, -166) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+141, -238) (Diff)
/source/blender/blenlib/BLI_ghash.h (+18, -18) (Diff)
/source/blender/blenlib/intern/BLI_ghash.c (+2, -1) (Diff)
/source/blender/gpu/GPU_buffers.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+12, -18) (Diff)