Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-26Cycles: fixes for building kernel without certain featuresPatrick Mours
2019-07-07Cleanup: spellingCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-03-10Cycles: support arbitrary number of motion blur steps for cameras.Brecht Van Lommel
2018-03-10Code refactor: motion blur cleanups, preparing for next commit.Brecht Van Lommel
2018-03-10Code refactor: add DecomposedTransform.Brecht Van Lommel
2018-03-10Code refactor: add ProjectionTransform separate from regular Transform.Brecht Van Lommel
2018-03-10Code refactor: avoid motion transform copy, remove unused curved code.Brecht Van Lommel
2018-01-13Cycles: adaptive subdivision support for panoramic cameras.Mai Lavelle
2018-01-11Cycles: support animated object scale in motion blur.Stefan Werner
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2016-10-24Cycles: Fix shadowing variable which also causes use of uninitialized variableSergey Sharybin
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-10-23Fix Cycles address space OpenCL error after recent fix.Brecht Van Lommel
2016-10-22Fix T49750: Cycles wrong ray differentials for perspective and stereo cameras.Brecht Van Lommel
2016-10-15Cycles: use near clipping distance in panorama camera.Scott Wu
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-03-12Cycles: Optimize derivatives calculation by using pre-calculated dx/dySergey Sharybin
2016-03-12Cycles: Cleanup, spherical_stereo_direction will return normalized directionSergey Sharybin
2016-03-11Cycles: One more optimization fix, derivatives used to be calculated without ...Sergey Sharybin
2016-03-11Cycles: Fix bug calculating dP for perspective cameraSergey Sharybin
2016-03-11Cycles: Cleanup, redundant normalizationSergey Sharybin
2016-03-10Cycles: Simplify perspective camera derivatives calculationSergey Sharybin
2016-03-10Multi-View: Cycles - Spherical Stereo support (VR Panoramas)Dalai Felinto
2016-01-14Cycles: Cleanup, spelling and indentationSergey Sharybin
2016-01-09Cleanup: warning/spellingCampbell Barton
2015-12-31Cycles: Implement rolling shutter effectSergey Sharybin
2015-10-28Cycles: Support user-defined shutter curveSergey Sharybin
2015-08-07Fix T45721: Panoramic render in Cycles camera : depth of field issue with bum...Dalai Felinto
2015-07-21Cycles: Implement camera zoom motion blurSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-05-09Cycles: Presumably correct workaround for addrspace in camera motion blurSergey Sharybin
2015-02-26Revert "Cleanup: Simplify camera sample motion blur code."Thomas Dinges
2015-02-26Cleanup: Simplify camera sample motion blur code.Thomas Dinges
2015-02-21Cycles: Workaround for NVidia OpenCL compilationSergey Sharybin
2015-01-14Fix T43195: Cycles uses clipping sphere instead of clipping planeSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-08-27Cycles Aperture Ratio - option to produce anamorphic bokehDalai Felinto
2014-05-27Cycles: new camera_direction_from_pointDalai Felinto
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-29Cycles code refactor: improve vertex motion attribute storage and export.Brecht Van Lommel
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-07-10Fix #36053: slow GPU render with panorama camera + depth of field.Brecht Van Lommel
2013-06-08Cycles: window texture coordinates now work with orthographic cameras, thisBrecht Van Lommel
2013-06-04Cycles:Thomas Dinges
2013-06-03Cycles / Math functions:Thomas Dinges