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
2017-01-20Cycles: Split motion triangle file once again, avoids annoying forward declar...Sergey Sharybin
2017-01-20Cycles: Move motion triangle intersection functions to own fileSergey Sharybin
2016-10-30Cycles: Initialize the RNG state from the kernel instead of the hostLukas Stockner
2016-10-23Cycles: OpenCL 3d textures support.Hristo Gueorguiev
2016-10-03Cycles CUDA: make CUDA 8.0 the officially supported version for all platforms.Brecht Van Lommel
2016-09-19Cycles: Move BVH constants to an own files, so they are easily re-usableSergey Sharybin
2016-09-02Cycles microdisplacement: Improved automatic bump mappingMai Lavelle
2016-08-11Cycles: Use static assert to control structures alignmentSergey Sharybin
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-08-02Buildbot: Use annoying hybrid setup of two CUDA toolkitsSergey Sharybin
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-07-31Cycles: constant folding for RGB/Vector Curves and Color Ramp.Alexander Gavrilov
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-07-11Cycles: Add _all suffix to shadow traversal fileSergey Sharybin
2016-07-11Cycles: Move BVK kernel files to own directorySergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH traversalSergey Sharybin
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-06-20Cycles: Add svm_util_color.h file to CMakeLukas Stockner
2016-06-04CMake, minor changes to make Visual studio 2015 use a compatible numpy andMartijn Berger
2016-05-20Cycles: Fix long compile time with MSVC.Thomas Dinges
2016-05-09CMake: Fix compilation error when toolkit gives empty resultSergey Sharybin
2016-04-16Cycles: Insert util_texture.h in CMakeLists to make Cycles compile again afte...Thomas Beck
2016-02-17Cycles: Make CUDA 7.5 officially recommendedSergey Sharybin
2016-02-15Cycles: Use CUDA_64_BIT_DEVICE_CODE to detect which CUDA architecture to useSergey Sharybin
2016-01-30Cycles: Cleanup of OpenCL split kernel routinesSergey Sharybin
2016-01-14Cycles: Remove the experimental CUDA kernel.Thomas Dinges
2015-12-30Cycles: Don't install CPU-related kernel filesSergey Sharybin
2015-12-30Cycles: Deduplicte CPU kernel declaration and definition codeSergey Sharybin
2015-10-31Cycles: Add split kernel headers to project generationSergey Sharybin
2015-07-18Cycles: Add voxel texture sampler shader nodeSergey Sharybin
2015-06-30CMake: minor editsCampbell Barton
2015-06-16Cycles: Move branched path tracking into own fileSergey Sharybin
2015-05-26Fix T44833: Can't use ccl_local space in non-kernel functionsSergey Sharybin
2015-05-22Cycles: Restructure kernel files organizationSergey Sharybin
2015-05-21Cycles: Move utility atomics function to util_atomic.hSergey Sharybin
2015-05-15Cycles: Make experimental kernel build option more genericSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-04-30Cycles: Record all possible volume intersections for SSS and camera checksThomas Dinges
2015-03-27CMake: Enable strict flags for C++Sergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-01-30Cycles: Add fast math function moduleSergey Sharybin
2014-12-31Cycles: Fix compilation error with compilers which doesn't support AVXSergey Sharybin
2014-12-25Cycles: Implement QBVH tree traversalSergey Sharybin
2014-12-25Cycles: Move triangle intersection functions into own fileSergey Sharybin
2014-10-29Cycles: Optimize math node without links to a single value nodeSergey Sharybin
2014-10-05Cycles: __KERNEL_DEBUG__ wasn't set for compile-time kernelsSergey Sharybin
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-10-03Cycles: Missing volume traversal header in cmake for GPU compilation.Thomas Dinges
2014-10-03Cycles: Remove Westin closure.Thomas Dinges
2014-08-26Cycles: Add an experimental CUDA kernel.Thomas Dinges