Blender Git Commit Log

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)

1 Deleted Path:

/source/blender/gpu/intern/gpu_immediate.c (+0, -776)

2 Modified Paths:

/source/blender/gpu/CMakeLists.txt (+9, -1) (Diff)
/source/blender/gpu/GPU_immediate.h (+30, -96) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021