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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-07-05Cycles: Adding native support for UINT16 textures.Stefan Werner
2017-10-07Code refactor: make texture code more consistent between devices.Brecht Van Lommel
2017-08-12Fix T52372: CUDA build error after recent changes.Brecht Van Lommel
2017-08-12Fix T52368: OSL trace() crash after recent changes.Brecht Van Lommel
2017-08-07Code refactor: split defines into separate header, changes to SSE type headers.Brecht Van Lommel
2017-05-24Cycles: Use falltrhough attribute to help catching missing break statementsSergey Sharybin
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-03Fix Cycles build on WindowsDalai Felinto
2017-04-28Cycles: Cleanup, indentaiton and trailing whitespace and wrappingSergey Sharybin
2017-04-27Unlimited number of textures for CyclesStefan Werner
2017-04-25Cycles: Split vectorized types into separate filesSergey Sharybin
2017-04-25Cycles: Cleanup, preprocessor indentationSergey Sharybin
2017-04-13Cycles: Make vectorized types constructor from register explicitSergey Sharybin
2017-04-07[Cycles/msvc] Get cycles_kernel compile time under control.lazydodo
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-28Cycles: Pass m128 vectors by const referenceSergey Sharybin
2017-03-11Fix T50888: Numeric overflow in split kernel state buffer size calculationMai Lavelle
2017-03-08Cycles: CPU implementation of split kernelMai Lavelle
2017-03-08Cycles: OpenCL split kernel refactorMai Lavelle
2016-10-12Cycles: Use more SSE intrinsics for float3 typeSergey Sharybin
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-07-11Cycles: Use utility define for restrict pointersSergey Sharybin
2016-02-12Cycles: Make Blender importer more forward compatibleSergey Sharybin
2015-07-28Cycles: Add implementation of clip extension modeSergey Sharybin
2015-07-28Cycles: Correction to image extension setting commitSergey Sharybin
2015-07-21Cycles: Expose image image extension mapping to the image managerSergey Sharybin
2015-03-13Initial compilation support with C++11 featureset enabledSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cycles: Add some utility functions and structuresSergey Sharybin
2014-11-15Cycles: Revert changes to inline flags enabled for release onlySergey Sharybin
2014-09-26Cycles: Keep ccl_always_inline always inlining the stuffSergey Sharybin
2014-09-25Cycles: Accidentally inverted the logic of NDEBUG macroSergey Sharybin
2014-09-25Cycles: Don't inline functions for debug CPU kernelSergey Sharybin
2014-08-02Make CHECK_TYPE_NONCONST macro portableCampbell Barton
2014-06-13Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code.Thomas Dinges
2014-05-19Move ShadingSystem enum to shader.hNathan Letwory
2014-05-19Move BVHType and shadingsystem enums to top-level of Cycles namespace.Nathan Letwory
2014-05-11Code cleanup: comment typosCampbell Barton
2014-05-05Add check for LIKELY/UNLIKELY is CPU onlyCampbell Barton
2014-05-04Cycles: use LIKELY/UNLIKELY macrosCampbell Barton
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-03-08Add support for multiple interpolation modes on cycles image texturesMartijn Berger
2014-03-02Cycles: remove ccl_align macro for GPU as unused and unsupported in OpenCLSv. Lockal
2014-02-27Cycles: fix crash in SSE hair and half-floats on x86+vc2008Sv. Lockal
2014-02-04Cycles: bvh_cardinal_curve_intersect intro SSE optimizationSv. Lockal
2014-02-04Fix cycles crash with float image textures on CPU without AVX support.Brecht Van Lommel
2014-01-15Code cleanup: move half float functions to separate header file.Brecht Van Lommel