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
path: root/intern
AgeCommit message (Expand)Author
2018-02-09CMake: include missing headersCampbell Barton
2018-02-08Fix for missing "Use Freestyle" toggle in the Cycles "Layer" options panel.Tamito Kajiyama
2018-02-08Cycles: unify OSL BSSRDF closure into a single bssrdf() closure with method.Brecht Van Lommel
2018-02-08Code refactor: tweaks in SSS code to prepare for coming changes.Brecht Van Lommel
2018-02-08Code refactor: remove unnecessary RNG offset in branched path code.Brecht Van Lommel
2018-02-07Update CUEW to latest versionBrecht Van Lommel
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-02-06Fix T54001: AMD OpenCL fails with certain resolutions, after recent changes.Brecht Van Lommel
2018-02-05Fix typo in struct name obejct to object.Nathan Letwory
2018-02-05cycles: fix black render with cycles_cubin_cc.Ray Molenkamp
2018-02-05cycles: fix cxx11 usage for cycles_cubin_ccRay Molenkamp
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-02-03cycles: Add an nvrtc based cubin cli compiler.Ray Molenkamp
2018-02-03Fix more Cycles incorrect principled BSDF mixing due to missing initialization.Brecht Van Lommel
2018-02-03Fix build error with CUDA 9.1 and compute capability 2.x.Brecht Van Lommel
2018-02-03Cycles: make displacement a supported feature.Brecht Van Lommel
2018-02-03Cycles: add Vector Displacement node and extend Displacement node.Brecht Van Lommel
2018-02-02Fix T53978: Bad memory access after recent fix to BSDF mixingMai Lavelle
2018-02-01Cycles: Attempt to fix 32 bit linux compilationSergey Sharybin
2018-02-01Cycles: Fix for non-vectorized version of bitscan()Sergey Sharybin
2018-01-30Fix Cycles incorrect principled BSDF mixing with some parameter variatons.Brecht Van Lommel
2018-01-30Fix T50630: Fluid fails on win32 w/ unicode pathsCampbell Barton
2018-01-29Fix Cycles viewport render not updating when tweaking displacement shader.Brecht Van Lommel
2018-01-29Fix Cycles allocating too much device memory, after recent memory refactoring.Brecht Van Lommel
2018-01-29Revert "Fix T53914: Volumetric scattering now goes correctly through transpar...Brecht Van Lommel
2018-01-27Fix T53914: Volumetric scattering now goes correctly through transparent surf...Stefan Werner
2018-01-27Code refactor: make mixed small/large BSSRDF radii more robust.Brecht Van Lommel
2018-01-26Fix mixed BSDF + BSSRDF sampling bug in path tracing, after 095a01a73a35.Brecht Van Lommel
2018-01-26Code refactor: store RGB BSSRDF in a single closure.Brecht Van Lommel
2018-01-26Code cleanup: simpler and faster detection of BVH refit.Brecht Van Lommel
2018-01-25Cycles: rename displacement methods, default to displace, tweak panel layout.Brecht Van Lommel
2018-01-24Fix T53878: Cycles bug rendering multiple render layers with different passes.Brecht Van Lommel
2018-01-23Fix Cycles assert when resizing rendererd viewport.Brecht Van Lommel
2018-01-23Cycles: change material output displacement to vector.Brecht Van Lommel
2018-01-23Cycles: add Displacement node.Brecht Van Lommel
2018-01-23Fix T53854: branched path tracing correlation bug with transparency in split ...Brecht Van Lommel
2018-01-23Cycles: Fix optimal BVH selection.Ray Molenkamp
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin
2018-01-22Fix T53854: branched path tracing correlation bug with transparency.Brecht Van Lommel
2018-01-22Cycles: Cleanup, remove unused argumentSergey Sharybin
2018-01-21Fix T49159: missing Cycles tangents for adaptive subdivision.Brecht Van Lommel
2018-01-19Cycles: Make it more proper check on vectorization flags from DebugFlagsSergey Sharybin
2018-01-19Cycles: Cleanup, stop using debug flags in system utilitiesSergey Sharybin
2018-01-19Cycles: Remove util_debug include from kernel codeSergey Sharybin
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2018-01-19Fix T53830: Cycles OpenCL debug assert on macOS,Brecht Van Lommel
2018-01-19Cleanup: typosCampbell Barton
2018-01-19Fix T53833: Particle Info node and Displacement CrashMai Lavelle
2018-01-17Memory: add MEM_malloc_arrayN() function to protect against overflow.Brecht Van Lommel
2018-01-15Cycles: CLeanup, remove unused function argumentSergey Sharybin