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
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
2017-02-13Cycles: Optimize sorting of transparent intersections on CUDASergey Sharybin
2017-02-13Cycles: Fix wrong transparent shadows with CUDASergey Sharybin
2017-02-08Cycles: Fix compilation error on OpenCLSergey Sharybin
2017-02-08Cycles: Implement record-all transparent shadow function for GPUSergey Sharybin
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-09-29Cycles: Cleanup file headersSergey Sharybin
2016-09-20Cycles: Re-group ifdef so we check for particular feature only onceSergey Sharybin
2016-09-19Cycles: Move BVH constants to an own files, so they are easily re-usableSergey Sharybin
2016-07-11Cycles: Add _all suffix to shadow traversal fileSergey Sharybin
2016-07-11Cycles: Move BVK kernel files to own directorySergey Sharybin