Revision b868f43 by Dalai Felinto April 28, 2017, 17:25 (GMT) |
Cycles support for preview on viewport with core profile This upgrade the drawing code to use latest opengl calls. Also, it adds a fallback shader for opencolorio. Reviewers: sergey, brecht Subscribers: merwin, fclem Differential Revision: https://developer.blender.org/D2652 |
Revision 5e04e4e by Campbell Barton April 28, 2017, 17:24 (GMT) |
Merge branch 'master' into blender2.8 |
Revision ba4f47c by Bastien Montagne April 28, 2017, 17:22 (GMT) |
Getting rid of setlinestyle: Clip drawing code. This one has been painful, it's doing lots of nifty conditional drawing of all kind... Also, very nice illustration of how cumbersome it is to use dashed shader currently, we really need to find a simpler way at some point imho. But this is not critical issue either, for now we can live with some uglyness like that. :/ |
Revision 9fe1943 by Bastien Montagne April 28, 2017, 17:22 (GMT) |
Getting rid of setlinestyle: markers' dashed line in VSE. |
Revision af3f7db by Campbell Barton April 28, 2017, 17:19 (GMT) |
Fix T51324: Auto-Depth fails rotating out of camera |
Revision 9ebd737 by Sergey Sharybin April 28, 2017, 15:46 (GMT) |
Cycles: Use relative path for #line directives This way moving Blender bundle around doesn't re-trigger kernels compilation. |
Revision b46aad1 by Sergey Sharybin April 28, 2017, 14:47 (GMT) |
Libmv: Make ERROR a default printing severity |
Revision c648ddb by Sergey Sharybin April 28, 2017, 14:47 (GMT) |
Cycles: Correct comment after previous commit |
Revision 9ff88a5 by Sergey Sharybin April 28, 2017, 14:46 (GMT) |
Cycles: Lower default severity level to ERROR |
Revision 074c5f0 by Sybren A. Stüvel April 28, 2017, 13:52 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 08142dd by Campbell Barton April 28, 2017, 13:49 (GMT) |
Hide object center and other info when drawing sets |
Revision aa88796 by Sybren A. Stüvel April 28, 2017, 13:33 (GMT) |
Alembic: use object-oriented approach in ABC_read_mesh() This is easier to extend than the if/else if/else chain that was in place, and allows for somewhat more granular error messages. |
Revision 2e67a20 by Sybren A. Stüvel April 28, 2017, 13:33 (GMT) |
Alembic: Construct ISampleSelector once and pass along |
Revision 1e8d7f3 by Sybren A. Stüvel April 28, 2017, 13:28 (GMT) |
Fix T51331: fixes for Alembic unit tests on Windows |
Revision f383c92 by Sergey Sharybin April 28, 2017, 13:20 (GMT) |
Cycles: De-duplicate bit magic for decoding image options in OpenCL kernel |
Revision f8d0b27 by Sergey Sharybin April 28, 2017, 13:15 (GMT) |
Cycles: Simplify code around maximum OpenCL info size allocation |
Revision 407fd66 by Sergey Sharybin April 28, 2017, 13:08 (GMT) |
Cycles: Cleanup, de-duplicate image packing of various types |
Revision 886966a by Campbell Barton April 28, 2017, 13:04 (GMT) |
Correct comment, we need wire_outline data in this case |
Revision 0f339a7 by Sergey Sharybin April 28, 2017, 12:56 (GMT) |
Cycles: Quick (real) fix for broken textures on OpenCL Previous fix did not work for mixed textures. This one will over-allocate information array, but it's better than not being able to render at all. Some more cleanup and improvement is coming. |
Revision 1ec59c8 by Sergey Sharybin April 28, 2017, 12:48 (GMT) |
Revert "Cycles: Fix image textures were completely broken since recent unlimited textures commit" This reverts commit 8f4166ee495531fa38b676b0a5ef4c482e89f9a5. The fix was not correct for cases when we've got float textures. |
|
|
|


Master Commits
MiikaHweb | 2003-2021