Blender Git Commits

Blender Git commits from all branches.

Page: 2055 / 2888

May 9, 2016, 14:03 (GMT)
Revert "Squashed commit of atomic-operations"

This reverts commit cf8c512fddc6d697d46cad887c7ac11eca6db90a.
May 9, 2016, 14:02 (GMT)
Squashed commit of atomic-operations
May 9, 2016, 13:39 (GMT)
Revert "Squashed commit of the atomic-operations branch."

This reverts commit 77b694d6e5642ad1ec93ac2c849a7a35d8133690.
May 9, 2016, 13:39 (GMT)
Squashed commit of the atomic-operations branch.
May 9, 2016, 13:16 (GMT)
Revert "Squashed commit of the atomic-operations branch."

This reverts commit 51e315f7698c13bd5b385db4f73f644e1fd7cfa2.
May 9, 2016, 13:15 (GMT)
Squashed commit of the atomic-operations branch.
May 9, 2016, 13:12 (GMT)
Revert "Squashed commit of the atomic-operations branch."

This reverts commit ffe7f4175a30daada4ad75ac666515d5624a719f.
May 9, 2016, 13:11 (GMT)
Squashed commit of the atomic-operations branch.
May 9, 2016, 13:01 (GMT)
Revert "Squashed commit of the atomic-operations branch."

This reverts commit af46348b8207df032be67f6434af6ce20286bc50.
May 9, 2016, 13:01 (GMT)
Squashed commit of the atomic-operations branch.
May 9, 2016, 12:29 (GMT)
Revert "Squashed commit of the atomic-operations branch."

This reverts commit 79cbfbf9ee0354f8b3a30d64e5a47f3d083be618.
May 9, 2016, 12:28 (GMT)
Squashed commit of the atomic-operations branch.
May 9, 2016, 12:28 (GMT)
Merge branch 'master' into experimental-build
May 9, 2016, 07:12 (GMT)
Moved type definition functions for LLVM types into own file.
May 9, 2016, 06:17 (GMT)
Disable IR module loading for blenvm by default (with a compile option).

Base modules for nodes will instead be declared as external functions with regular
linkage through C code. This means some potential for low-level optimization might be lost,
but this shouldn't be a big problem as long as node functions don't get too complex
(which means they should be split up in the first place).

IR module loading is not the real issue, but generating the IR code from C/C++ code
in a generic way is not so easy. In the future we may actually generate most code for
basic operators and types directly inside blenvm and only use precompiled modules
for more complex functions.
May 8, 2016, 22:22 (GMT)
some variables from previous commit were not renamed. fixed that.
May 8, 2016, 22:17 (GMT)
smoke api now matching new SMOKE names
May 8, 2016, 20:15 (GMT)
Fix logic that caused attribute offset correction to be skipped for all attributes on subdivision meshes

Attribute offset correction is still needed on subdivision meshes for all attributes except ATTR_ELEMENT_FACE and
ATTR_ELEMENT_CORNER(_BYTE)
May 8, 2016, 18:00 (GMT)
smoke object is now known as SMOKE (was MANTA). otherwise it might get confusing with new LIQUID object
May 8, 2016, 09:15 (GMT)
Merge branch 'master' into object_nodes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021