Revision 297a222 by Thomas Dinges April 8, 2014, 21:25 (GMT) |
Cycles / CUDA: Increase sm_2x registers to 40. This fixes the ptaxs "ACCESS_VIOLATION" error and should allow our Linux and Windows build bots to compile again. Unfortunately this comes with a performance penalty on sm_2x cards, so this is only a workaround for now. Branched Path is still globally disabled on GPU. |
Revision 5580afb by Campbell Barton April 8, 2014, 05:50 (GMT) |
GHash/Edgehash: make simple iterator checking functions inline. also remove NULL check, only a few areas made use of this. |
Revision ebaf378 by Campbell Barton April 8, 2014, 04:45 (GMT) |
Dyntopo: replace GHash with GSet, saves some memory |
Revision 593b698 by Campbell Barton April 8, 2014, 04:45 (GMT) |
DerivedMesh: replace edgehash with edgeset |
Revision c82371f by Campbell Barton April 8, 2014, 03:41 (GMT) |
Mempool: simplify memory chunk list building |
Revision 4614c63 by Campbell Barton April 8, 2014, 02:58 (GMT) |
BMesh: bmesh_sfme now initializes the copy |
Revision 7867f32 by Campbell Barton April 8, 2014, 02:58 (GMT) |
BMesh: minor speedup, avoid calloc+assign, assign all members instead |
Revision 412826a by Campbell Barton April 8, 2014, 02:58 (GMT) |
Mempool: delay allocating an initial chunk, its not always used |
Revision cced076 by Antonis Ryakiotakis April 7, 2014, 22:25 (GMT) |
Matcaps. Instead of setting color every time, just set it on material enable. Handles all cases of surfaces. Thanks to Campbell for pointing out! |
Revision 1e6d2b1 by Campbell Barton April 7, 2014, 21:46 (GMT) |
Code cleanup: remove paranoid NULL check |
Revision c61eb64 by Campbell Barton April 7, 2014, 21:41 (GMT) |
Fix T39635: Crash convening curve to mesh |
Revision 574b0e2 by Antonis Ryakiotakis April 7, 2014, 18:49 (GMT) |
Fix T39626 Matcaps not working in edit mode. Set a while color before the draw call. This will be ineffective in GLSL but will affect matcaps. |
Revision 1645f4f by Bastien Montagne April 7, 2014, 18:31 (GMT) |
Weekly UI messages fixes... |
Revision 833029b by Bastien Montagne April 7, 2014, 17:44 (GMT) |
Fix own rB8714ae09f894: Forgot to handle bone constraints in versionning code! |
Revision 708b8d8 by Antonis Ryakiotakis April 7, 2014, 16:35 (GMT) |
Color pickers: * Code Cleanup * Fix some more color correction cases that were left unattended. (NDOF, resetting the operation in circle pickers) |
Revision 3ab0a4d by Antonis Ryakiotakis April 7, 2014, 16:01 (GMT) |
Enable openmp in MinGW-w64 |
Revision 6eb20ca by Bastien Montagne April 7, 2014, 15:17 (GMT) |
Fix own broken rB95b25e7333c4 (crash on any undo op :/). Issue here was that buttons_texture_context_compute() was getting scene from (button-customized) context, before the button paths (and hence, context) had been updated. So after an undo, it was getting an invalid (freed by undo) scene pointer. Now update BCONTEXT_SCENE path before calling buttons_texture_context_compute(). |
Revision 163a321 by Martijn Berger April 7, 2014, 14:17 (GMT) |
OpenCL Change opencl_assert to be more like cuda assert where possible. added some extra warnings and feedback if things go wrong |
Revision b224fbf by Martijn Berger April 7, 2014, 12:01 (GMT) |
OpenCL + AMD adapt kernel to newer driver |
Revision 5dc23e6 by Campbell Barton April 7, 2014, 10:44 (GMT) |
Code cleanup: make the source G rated again. |
|
|
|


Master Commits
MiikaHweb | 2003-2021