Blender Git Loki
Git Commits -> Revision b6bd299
Revision b6bd299 by Mike Erwin (master) September 13, 2016, 06:18 (GMT) |
Gawain: reorganize source code Put Gawain source code in a subfolder to make the boundary between the library and the rest of Blender clear. Changed Gawain?s license from Apache to Mozilla Public License. Has more essence of copyleft ? closer to GPL but not as restrictive. Split immediate.c into several files so parts can be reused (adding more files soon?) |
Commit Details:
Full Hash: b6bd2993598712240bd354e4400d057732cda459
Parent Commit: 18d49a8
Lines Changed: +994, -873
7 Added Paths:
/source/blender/gpu/gawain/attrib_binding.c (+79, -0) (View)
/source/blender/gpu/gawain/attrib_binding.h (+27, -0) (View)
/source/blender/gpu/gawain/common.h (+40, -0) (View)
/source/blender/gpu/gawain/immediate.c (+555, -0) (View)
/source/blender/gpu/gawain/immediate.h (+57, -0) (View)
/source/blender/gpu/gawain/vertex_format.c (+150, -0) (View)
/source/blender/gpu/gawain/vertex_format.h (+47, -0) (View)
/source/blender/gpu/gawain/attrib_binding.h (+27, -0) (View)
/source/blender/gpu/gawain/common.h (+40, -0) (View)
/source/blender/gpu/gawain/immediate.c (+555, -0) (View)
/source/blender/gpu/gawain/immediate.h (+57, -0) (View)
/source/blender/gpu/gawain/vertex_format.c (+150, -0) (View)
/source/blender/gpu/gawain/vertex_format.h (+47, -0) (View)
1 Deleted Path:
/source/blender/gpu/intern/gpu_immediate.c (+0, -776)