Revision a1c45a4 by Campbell Barton February 5, 2018, 06:58 (GMT) |
Merge branch 'master' into blender2.8 |
Revision f911fb0 by Campbell Barton February 5, 2018, 06:56 (GMT) |
Minor change to last commit Keep mode checks simple, nest other checks in their body. |
Revision ceb645b by Campbell Barton February 5, 2018, 06:54 (GMT) |
Revision 23d2f70 by Clément Foucault February 5, 2018, 00:59 (GMT) |
Eevee: Pixel Filter: Add parameter & rescale final LUT. |
Revision cc1e88b by Clément Foucault February 5, 2018, 00:59 (GMT) |
Eevee: AA: Add Blackmann-Harris pixel filter distribution. This leads to a huge improvement of AntiAliasing quality. There is no other distribution now and there is not settings displayed to the user. That's for another commit. |
Revision 08112c2 by Clément Foucault February 5, 2018, 00:59 (GMT) |
Eevee: Style: More Const correctness. |
Revision 143b0ab by Clément Foucault February 5, 2018, 00:59 (GMT) |
Eevee: Render: Reset winmat before jittering it again. |
Revision c8e87ed by Clément Foucault February 5, 2018, 00:59 (GMT) |
Eevee: Render: Fix Ao pass background contamination. It was poluted by the additive blend mode. |
Revision f61bcc7 by Clément Foucault February 5, 2018, 00:59 (GMT) |
Eevee: Render Fix black normals on blended material in the normal pass. |
Revision 956a7bc by Clément Foucault February 5, 2018, 00:59 (GMT) |
Eevee: Render: Force normal buffer creation if needed. |
Revision e1d5d55 by Clément Foucault February 5, 2018, 00:59 (GMT) |
Eevee: Codestyle: Indent #ifdefs |
Revision 07e1212 by Clément Foucault February 5, 2018, 00:59 (GMT) |
Eevee: Render: Fix black reflections in 1st sample. |
Revision e84e8cb by Ray molenkamp February 4, 2018, 22:12 (GMT) |
cycles: fix black render with cycles_cubin_cc. I have honestly no idea how this got swapped.. |
Revision f8236e4 by Ray molenkamp February 4, 2018, 22:11 (GMT) |
cycles: fix cxx11 usage for cycles_cubin_cc |
Revision eeb6215 by Campbell Barton February 3, 2018, 23:46 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 36c1122 by Ray molenkamp February 3, 2018, 23:38 (GMT) |
msvc: Use source folder structure for project file. This patch changes the huge list of projects in visual studio into a nice tree matching the source folder structure. see D2823 for details. Differential Revision: https://developer.blender.org/D2823 |
Revision a505277 by Ray molenkamp February 3, 2018, 17:59 (GMT) |
cycles: Add an nvrtc based cubin cli compiler. nvcc is very picky regarding compiler versions, severely limiting the compiler we can use, this commit adds a nvrtc based compiler that'll allow us to build the cubins even if the host compiler is unsupported. for details see D2913. Differential Revision: https://developer.blender.org/D2913 |
Revision 1bc0cd0 by Brecht Van Lommel February 3, 2018, 15:10 (GMT) |
Merge branch 'master' into blender2.8 |
Revision db989e1 by Brecht Van Lommel February 3, 2018, 12:43 (GMT) |
Fix more Cycles incorrect principled BSDF mixing due to missing initialization. Spotted by Ha Hyung-jin, thanks! |
Revision 7ea7ce9 by Brecht Van Lommel February 3, 2018, 12:36 (GMT) |
Fix build error with CUDA 9.1 and compute capability 2.x. |
|