Revision a6db95c by Sergey Sharybin September 20, 2016, 14:58 (GMT) |
Cycles: Re-group ifdef so we check for particular feature only once |
Revision 284398e by Dalai Felinto September 20, 2016, 14:50 (GMT) |
immediate mode refactor: walk navigation cross |
Revision 04bc828 by Dalai Felinto September 20, 2016, 14:50 (GMT) |
gawain update: immAttribute for 2i |
Revision 6ebf5c1 by Dalai Felinto September 20, 2016, 14:47 (GMT) |
immediate mode refactor: fly navigation square |
Revision d3365c5 by Mike Erwin September 20, 2016, 14:13 (GMT) |
OpenGL: fix GPU_SHADER_TEXT on non-Mac Developed on Mac and committed quickly.. oops |
Revision 42ad595 by Julian Eisel September 20, 2016, 12:23 (GMT) |
Quiet warning with -Wformat-signedness Is actually a redundant cast since Blender uses -funsigned-char, however I think it's fine to be explicit about it in new code so cast is required to make compiler happy. Am not a fan of -funsigned-char anyway... |
Revision f3b94a5 by Kévin Dietrich September 20, 2016, 12:17 (GMT) |
Alembic: add support to interpolate transform matrices in-between frames. |
Revision 386da0c by Sergey Sharybin September 20, 2016, 11:00 (GMT) |
Cycles: Avoid conversion from bool to uint |
September 20, 2016, 10:38 (GMT) |
Small speedup for blend_render_info.py Do not close and re-open the file in case it's compressed, gzip module can now directly take a file object as parameter. Differential Revision: https://developer.blender.org/D2235 |
Revision 075a217 by Sergey Sharybin September 20, 2016, 10:22 (GMT) |
Fix T49391: Texture paint is not aware of disabled color management There might be some extra missing points here, but it's all rather a TODO than a real bug and can be tweaked further once issues are actually discovered. |
September 20, 2016, 10:14 (GMT) |
Fix T49343: ImageFormatSettings were not setting their rna struct path correctly Reviewers: brecht, mont29 Reviewed By: brecht, mont29 Subscribers: brecht, sergey Differential Revision: https://developer.blender.org/D2228 |
Revision 78c0bc5 by Sergey Sharybin September 20, 2016, 09:56 (GMT) |
Fix T49408: OpenGL light widget breaks viewport shading |
Revision f2da63c by Sergey Sharybin September 20, 2016, 08:48 (GMT) |
Fix T49386: Blender crashes when told to load an OCIO LUT that does not exist |
Revision e12f5b6 by Mike Erwin September 19, 2016, 18:27 (GMT) |
OpenGL: software renderer for old Mac GPUs We raised the minimum to GL 2.1 in Blender 2.77, and dropped support for older GPUs (pre-2012 Intel mostly). On Windows you get a popup message, but on Mac we simply crashed. Every Mac has a builtin software renderer for GL 2.1 so let's use that when the GPU is not capable! Run blender --debug-gpu to see version detection & software fallback. |
Revision 16ed49b by Julian Eisel September 19, 2016, 14:50 (GMT) |
UI Messages: Consistent spelling of term "data-block" Was using a bunch of different spellings, mostly "data-block" though, so went with that one (would have been my #1 choice anyway ;) ) |
Revision 7d63ea4 by Sergey Sharybin September 19, 2016, 14:45 (GMT) |
Buildbot: Another attempt to have OSX builder fixed |
Revision 12680d3 by Sergey Sharybin September 19, 2016, 14:24 (GMT) |
Buildbot: Temporary disable CUBIN compilation |
Revision 838e0a0 by Sergey Sharybin September 19, 2016, 14:11 (GMT) |
Buildbot: Attempt to use proper Clang for CUDA binaries |
Revision 100b2ad by Sergey Sharybin September 19, 2016, 14:05 (GMT) |
Cycles: Cleanup code style in split kernel |
Revision 1f5cd85 by Bastien Montagne September 19, 2016, 13:51 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021