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
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-06-07Cycles: Use faster ray-quad-intersection testLukas Stockner
2016-04-15Fix T48139: Checker texture strange behavior in cyclesSergey Sharybin
2016-02-20Cycles: Avoid re-definition of math cnstants with MSVCSergey Sharybin
2016-01-10Cycles: Adding Hilbert Spiral as a tile order for renderingLukas Stockner
2015-12-01Fix T46906: Cycles syntax error while compiling OpenCL kernelsLukas Stockner
2015-08-04Cycles: Remove 32bit cuda workaroudn and disable cubins for buildbotSergey Sharybin
2015-07-27Cycles: Final-ish tweaks for 32bit cubin compilationSergey Sharybin
2015-07-27Cycles: One more attempt to fix compilation of 32bit CUDA kernelsSergey Sharybin
2015-04-30Fix T44548: Cycles Tube Mapping off / not compatible with BISergey Sharybin
2015-04-27Cycles: Use native saturate function for CUDASergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-02-19Cycles: Make sphere and tube image mapping friendly with OpenCLSergey Sharybin
2015-02-06Cycles: Some more constants fixes for fast mathSergey Sharybin
2015-01-22Cycles: Fix compilation error with some compilersSergey Sharybin
2015-01-21Cycles: Support tube projection for imagesSergey Sharybin
2015-01-02Fix T43027: OpenCL kernel compilation broken after QBVHSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cycles: Add some utility functions and structuresSergey Sharybin
2014-12-25Cycles: Implement watertight ray/triangle intersectionSergey Sharybin
2014-11-08Add safe_normalize to cycles, avoid checking length firstCampbell Barton
2014-09-16Cleanup: sync map_to_sphere, UNLIKELY xy zero caseCampbell Barton
2014-09-15Fix T41839, OpenCL error.Thomas Dinges
2014-09-03Cleanup: Use function call and delete obsolete comment.Thomas Dinges
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-07-29Fix T41174: Tangent space required UV map in CyclesSergey Sharybin
2014-06-14Code cleanup.Thomas Dinges
2014-05-07Code cleanup: spelling/indentationCampbell Barton
2014-05-07Nodes: add absolute value operation to all math nodesMatt Heimlich
2014-05-04Cycles: use LIKELY/UNLIKELY macrosCampbell Barton
2014-04-03Cycles: SSE optimization for Voronoi cells textureSv. Lockal
2014-03-29Cycles code internals: add initial implementation of decoupled ray marching.Brecht Van Lommel
2014-03-29Cycles: add support for mesh deformation motion blur.Brecht Van Lommel
2014-03-29Cycles code refactor: change curve key to float4 for easier storage as attrib...Brecht Van Lommel
2014-01-14Cycles, Code cleanup: simplify code for color linear interpolation and float ...Sv. Lockal
2014-01-03Code Cleanup: WIN32 defines, check for _MSC_VER instead of !FREE_WINDOWSCampbell Barton
2014-01-03Fix T37987: MSVC 2013 has C99 headers and warns for out define hypot _hypot f...Martijn Berger
2013-11-22Cycles: test code for sse 4.1 kernel and alignment for some vector types.Martijn Berger
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-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-07-09Fix #36064: cycles direct/indirect light passes with materials that have zeroBrecht Van Lommel
2013-06-27Code cleanup / Cycles:Thomas Dinges
2013-06-18Cycles: attempt to fix internal compile error with some visual studio buildsBrecht Van Lommel
2013-06-07Code cleanup: avoid some warnings due to implicit uint/int/float/double conve...Brecht Van Lommel
2013-06-04Cycles:Thomas Dinges
2013-06-03Cycles / Math functions:Thomas Dinges
2013-05-20Math Node:Thomas Dinges
2013-05-16code cleanup: double promotion warnings.Campbell Barton
2013-05-12Cycles / Math:Thomas Dinges