May 19, 2016, 16:06 (GMT) |
Removed unused codegen_begin/end functions. |
May 19, 2016, 16:04 (GMT) |
Define a separate node function module for every compiler type. This means we can have differing implementations for every potential use of nodes, such as plain value functions vs. dual values with derivatives. Node functions for each compiler type are stored in a static map and are lazy-initialized on the first node graph compilation. |
Revision ef0d8bf by Benoit Bolsee May 19, 2016, 15:33 (GMT) |
Revert "Decklink test - 3rd attempt to fix atomic-ops" This reverts commit d65c58e17d155f9c2b54dbfd49872962c218a5d4. Conflicts: intern/atomic/intern/atomic_ops_utils.h source/gameengine/VideoTexture/DeckLink.cpp source/gameengine/VideoTexture/VideoDeckLink.cpp |
Revision 918fd5b by Benoit Bolsee May 19, 2016, 15:13 (GMT) |
Found conflict with FFmpeg stdint.h, try a fix |
Revision 21ab8a3 by Benoit Bolsee May 19, 2016, 13:41 (GMT) |
Put more warnings to test atomic-ops |
Revision d65c58e by Benoit Bolsee May 19, 2016, 13:13 (GMT) |
Decklink test - 3rd attempt to fix atomic-ops |
May 19, 2016, 10:47 (GMT) |
Adress further review comments. |
May 19, 2016, 10:21 (GMT) |
Avoid passing flat_slot to tex_alloc() as well. |
May 19, 2016, 10:10 (GMT) |
Merge remote-tracking branch 'origin/master' into gsoc2016-improved_extrusion |
May 19, 2016, 10:00 (GMT) |
Category: Improved Bezier Curve Extrusion This feature allows the user to have more control over the extrusion of Bezier curves. This is done by making possible unidirectional extrusion. On a code level, the curve.c file in blenkernel was modified to take into account these options while generating the extruded object. The feature stops working with non-zero bevel. |
Revision 1a7fdbf by Benoit Bolsee May 19, 2016, 09:59 (GMT) |
Revert "Decklink test - 2d attempt to fix atomic_ops on buildbot" This reverts commit 93d872e97d09f51e0ccf527411495d1035987061. |
Revision 93d872e by Benoit Bolsee May 19, 2016, 09:59 (GMT) |
Decklink test - 2d attempt to fix atomic_ops on buildbot |
Revision 2465e81 by Benoit Bolsee May 19, 2016, 09:57 (GMT) |
Merge remote-tracking branch 'origin/master' into experimental-build |
May 19, 2016, 09:56 (GMT) |
Merge remote-tracking branch 'origin/master' into decklink |
May 19, 2016, 09:54 (GMT) |
Try to fix atomic_ops on buildbot by moving include to top |
May 19, 2016, 09:52 (GMT) |
Pass texture arguments and return values as dual values. Currently only the value part is actually accessed. Using dual values allows the node graph to handle input/output arguments are single a single llvm::Value instance. |
May 19, 2016, 09:41 (GMT) |
Don't pass flat_slot to tex_free(), handle this inside the device. |
Revision fff6e7a by Benoit Bolsee May 19, 2016, 08:40 (GMT) |
Revert "Decklink test build - try atomic_ops fix" This reverts commit e2ee5694063184acd7eac2b881be97361ff091f0. |
Revision e2ee569 by Benoit Bolsee May 19, 2016, 08:39 (GMT) |
Decklink test build - try atomic_ops fix |
May 19, 2016, 02:09 (GMT) |
Adress review comments. |
|
|
|


Master Commits
MiikaHweb | 2003-2021