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-10-16Merge remote-tracking branch 'origin/master' into openvdbopenvdbLukas Tönne
2017-10-08Code refactor: use DeviceInfo to enable QBVH and decoupled volume shading.Brecht Van Lommel
2017-09-20Cycles: slightly improve BSDF sample stratification for path tracing.Brecht Van Lommel
2017-09-20Code cleanup: remove hack to avoid seeing transparent objects in noise.Brecht Van Lommel
2017-09-13Code cleanup: abstract shadow catcher logic more into accumulation code.Brecht Van Lommel
2017-09-12Fix rare firefly in volume equiangular sampling when sampling short distance.Brecht Van Lommel
2017-08-24Code cleanup: remove shader context.Brecht Van Lommel
2017-08-19Code cleanup: move rng into path state.Brecht Van Lommel
2017-06-13Cycles: Fix compilation error of OpenCL mega kernelSergey Sharybin
2017-03-27Cycles: Remove ccl_addr_space from RNG passed to functionsHristo Gueorguiev
2017-03-17Cycles: Cleanup, indentationSergey Sharybin
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-02-28Cycles: Fix division by zero in volume code which was producing -nanSergey Sharybin
2016-12-08Fix emissive volumes generates unexpected fireflies around intersectionsSergey Sharybin
2016-12-01Cycles: Fix correlation issues in certain casesSergey Sharybin
2016-11-24Cycles: Avoid divisions by zero in volume sampling codeSergey Sharybin
2016-11-12Improved thread data handling for the OpenVDB Cycles node.Lukas Tönne
2016-11-09Merge branch 'master' into cvdb_ray_isectLukas Tönne
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-08-25Fix T49078: Cycles tries to render volume from another render layer when came...Sergey Sharybin
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-26Cycles: Proper fix for buffer overflow in volume intersect allSergey Sharybin
2016-06-22Merge branch 'openvdb' into cvdb_ray_isectKévin Dietrich
2016-06-22Merge branch 'master' into openvdbKévin Dietrich
2016-06-08Cycles: Fix two numerical issues in the volume codeLukas Stockner
2016-06-07Merge branch 'openvdb' into cvdb_ray_isectKévin Dietrich
2016-06-07Merge branch 'master' into openvdbKévin Dietrich
2016-06-06Fix T48571: Cycles/GPU - A lot of fireflies on SSS+VolumeSergey Sharybin
2016-05-23Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-05-22Cleanup: remove Cycles layer bits checking in the kernel.Brecht Van Lommel
2016-05-18Cycles: Fix compilation error of CUDA kernels after recent volume commitSergey Sharybin
2016-05-18Cycles: Reduce amount of malloc() calls from the kernelSergey Sharybin
2016-05-11Fix crash derefencing nullptrs.Kévin Dietrich
2016-05-11Merge branch 'openvdb' into cvdb_ray_isectKévin Dietrich
2016-05-11Merge branch 'master' into openvdbKévin Dietrich
2016-04-20Fix T48162: GPU render gives wrong results in certain volume setupsSergey Sharybin
2016-04-14Cycles: Yet another fix for camera in volumeSergey Sharybin
2016-04-04Cycles: Fix wrong camera in volume check when domain is only visible to camer...Sergey Sharybin
2016-04-04Cycles: Fix regression caused by recent camera-in-volume commitSergey Sharybin
2016-04-01Cycles: Fix wrong camera-in-volume stack when camera ray hits volume domain t...Sergey Sharybin
2016-03-30Merge branch 'openvdb' into cvdb_ray_isectKévin Dietrich
2016-03-30Merge branch 'master' into openvdbKévin Dietrich
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-02-28Try to set intersection information correctly.Kévin Dietrich
2016-02-21Fix/workarounds for a couple of crashes.Kévin Dietrich
2016-01-31Merge branch 'openvdb' into cvdb_ray_isectKévin Dietrich
2016-01-29Quiet some warnings.Kévin Dietrich
2016-01-28Merge branch 'openvdb' into cvdb_ray_isectKévin Dietrich
2016-01-25Merge branch 'master' into openvdbKévin Dietrich
2016-01-24Cleanup: Remove outdated comment in volume code.Thomas Dinges