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
2022-01-26Cycles: explicitly skip self-intersectionWilliam Leeson
2021-12-16Cycles: pointcloud renderingBrecht Van Lommel
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-29Cycles: MetalRT support (kernel side)Michael Jones
2021-10-26Cycles: remove prefix from source code file namesBrecht Van Lommel
2021-10-19Cycles: bake transparent shadows for hairBrecht Van Lommel
2021-10-19Cycles: avoid intermediate stack array for writing shadow intersectionsBrecht Van Lommel
2021-10-18Cycles: replace integrator state argument macrosBrecht Van Lommel
2021-10-15Cleanup: add utility functions for packing integersBrecht Van Lommel
2021-10-14Cycles: Kernel address space changes for MSLMichael Jones
2021-09-27Cycles: Rework OptiX visibility flags handlingPatrick Mours
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-19Cleanup: move BVH utility functions into own fileBrecht Van Lommel
2020-07-07Cycles: Add support for native OptiX curve primitivePatrick Mours
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-06-22Cycles: remove __UV__ and __INSTANCING__ as kernel optionsBrecht Van Lommel
2020-06-02Fix T77106: Cycles crash baking with AO shader nodeGarry R. Osgood
2020-02-18Fix Cycles Embree crash with AO shader local only optionBrecht Van Lommel
2020-02-18Fix Cycles Embree test failures with shadow catcherBrecht Van Lommel
2020-01-16Fix T73064: Embree does not like Bevel shaderStefan Werner
2019-10-01Cycles: Fixed Camera inside volumes with Embree turned on.Stefan Werner
2019-09-13Cycles: add Optix support in the kernelPatrick Mours
2019-08-26Cycles: remove workaround to pass ray by valuePatrick Mours
2019-07-11Fix T66691: Ceash trying to render the 2.80 splash imageSergey Sharybin
2019-04-24Cycles: remove hair minimum width support.Brecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-22Fix T62844: Cycles crash with bevel and degenerate geometry.Brecht Van Lommel
2019-02-21Cycles: Fix uninitialized number of hitsSergey Sharybin
2018-11-29Cycles: Add sample-based runtime profiler that measures time spent in various...Lukas Stockner
2018-11-15Cycles: Cleanup, code styleSergey Sharybin
2018-11-09Revert "Cycles: Cleanup, move Embree BVH logic to own file"Sergey Sharybin
2018-11-09Cycles: Cleanup, move Embree BVH logic to own fileSergey Sharybin
2018-11-09Cycles: Cleanup, indentation in preprocessorSergey Sharybin
2018-11-09Cycles: Cleanup, indentationSergey Sharybin
2018-11-09Cycles: Cleanup, space after (void)Sergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-11-07Fix build with OSL, remove unneeded file after Embree changes.Brecht Van Lommel
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-09-28Cycles: Fix compilation error of CUDA kernelSergey Sharybin
2018-09-28Cycles: Fix crash with BVH8 on certain scenesSergey Sharybin
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2018-06-15Cycles: change Ambient Occlusion shader to output colors.Lukas Stockner
2018-06-07Revert "Cycles: Cleanup: Don't use return on function returning void"Sergey Sharybin
2018-06-04Cycles: Cleanup: Don't use return on function returning voidLukas Stockner
2017-11-08Code refactor: rename subsurface to local traversal, for reuse.Brecht Van Lommel
2017-08-07Fix Cycles shadow catcher objects influencing each other.Brecht Van Lommel
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-24Cycles: Workaround incorrect SSS with CUDA toolkit 8.0.61Sergey Sharybin