Revision 5d45c2b by Campbell Barton January 14, 2016, 20:32 (GMT) |
Fix T47168: Project image looses float precision |
Revision b4e56dc by Campbell Barton January 14, 2016, 20:10 (GMT) |
Doc: more detailed ImBuf.rect/rect_float comments |
Revision 63a718e by Campbell Barton January 14, 2016, 18:36 (GMT) |
Cleanup: warning, whitespace |
Revision 76197a2 by Campbell Barton January 14, 2016, 18:21 (GMT) |
Improve multi-paint tip |
Revision 2fb3fa1 by Bastien Montagne January 14, 2016, 16:00 (GMT) |
Usual fixes and tweaks for UI messages. |
Revision 46a7b46 by Bastien Montagne January 14, 2016, 16:00 (GMT) |
Fix broken i18n messages extracting script with new py code. Some py devs are way too smart for our own good... :P |
Revision 8f3bb8d by Sergey Sharybin January 14, 2016, 14:12 (GMT) |
Cycles: One more attempt to fix issue mentioned in previous commit |
Revision a4625b9 by Sergey Sharybin January 14, 2016, 14:07 (GMT) |
Cycles: Fix typo in the debug panel commit |
Revision 55926ad by Sergey Sharybin January 14, 2016, 12:04 (GMT) |
Cycles: Fix string compiler warnings after recent changes |
Revision c9365e2 by Sergey Sharybin January 14, 2016, 12:01 (GMT) |
Cycles: Cleanup, spelling and indentation |
Revision 3ba9742 by Thomas Dinges January 14, 2016, 11:56 (GMT) |
Cycles: Remove the experimental CUDA kernel. This commit removes the experimental CUDA kernel, making SSS and CMJ regular features. Several improvements have been made in the past few weeks (thanks Sergey!) which make SSS render several times faster (2-3x compared to 2.76b) on the GPU, and the increased VRAM usage has also been fixed. Therefore the experimental kernel is no longer needed. Differential Revision: https://developer.blender.org/D1726 Manual has been updated: too: https://www.blender.org/manual/render/cycles/features.html |
Revision cc55f97 by Sergey Sharybin January 14, 2016, 11:13 (GMT) |
Compositor: Add option to extend image bounds when blurring It is handy when doing some roto work and it's required to blur some mask or overaly before alpha-overing it on top of the footage. Quite straightforward option with the only limitation that variable size blur is not supported. Reviewers: campbellbarton Subscribers: hype, sebastian_k Differential Revision: https://developer.blender.org/D1663 |
Revision 73feae6 by Sergey Sharybin January 14, 2016, 10:56 (GMT) |
Libmv: Solve strict compiler warnings in stubs |
January 14, 2016, 10:33 (GMT) |
Add compression modes for TIFF images This patch aims at providing multiple compression modes for TIFF output, particularly uncompressed mode. At this moment have None, Deflate, LZW and Pack Bits modes been integrated, mimicking The GIMP export modes (except JPEG mode, which returned encoding errors). More modes could be added if needed. Default remains Deflate. Reviewers: campbellbarton, mont29, sergey Differential Revision: https://developer.blender.org/D1709 |
Revision 1f273ce by Sergey Sharybin January 14, 2016, 09:53 (GMT) |
Cycles: Tweak inline policy for some functions The goal is to make Experimental kernel closer in performance to the official kernel, avoiding spills and such. There should not be big impact on official kernel, own tests showed few percent performance drop on laptop's GPU. CPU was always the same speed on AVX, AVX2 and SSE4.1 CPUs i've been testing here. This seems to be the last essential step before we can get rid of Experimental kernel and enable SSS officially on GPU without causing some major performance issues. Surely some more tweaks are possibly required, but that we can do for until cows go home anyway. |
Revision 5af103f by Sergey Sharybin January 14, 2016, 08:12 (GMT) |
Cycles: Reduce scope of some defines set in CMakeLists Should be no functional changes at all, just speeds up re-compilation when some features needs to be disabled for development purposes. For example, when running lots of Valgrind it's handy to disable any GPU devices because otherwise you'll be wasting quite some time in the driver while enumerating devices. Reviewers: dingto, lukasstockner97, brecht, juicyfruit Differential Revision: https://developer.blender.org/D1730 |
Revision 16b7887 by Campbell Barton January 14, 2016, 07:59 (GMT) |
Fix typo in image editor grease pencil panel |
Revision 15b97e7 by Sergey Sharybin January 14, 2016, 07:57 (GMT) |
CMake: Silence messages about unordered map and shared pointer on second run This variables are being cached anyway and can only be changed on first run, no need to keep reporting them again and again. |
Revision 351d6d1 by Campbell Barton January 14, 2016, 07:56 (GMT) |
Fix image save ignoring options Saving an image didn't un-set previously enabled options. (saving 16bit png as 8 bit didn't work for eg). |
Revision d3c5533 by Sergey Sharybin January 14, 2016, 07:48 (GMT) |
CMake: Fix typo in CUDA dynload commit |
|
|
|


Master Commits
MiikaHweb | 2003-2021