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
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-12-23Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-12-20OpensSubdiv: Cleanup, unused argumentSergey Sharybin
2016-12-20Libmv: Fix missing virtual destructor in frame access sub-classSergey Sharybin
2016-12-17Merge branch 'master' into blender2.8Bastien Montagne
2016-12-15Fix STR_String Capitalize on non Win32Karsten Weiss
2016-12-14Cycles: Fix uninitialized variable issue after recent changesSergey Sharybin
2016-12-14Cycles: Move object culling helper to own filesSergey Sharybin
2016-12-14Cycles: Fix indendationSergey Sharybin
2016-12-14Cycles: Consider GGX/Beckmann/Ashikhmin of 0 roughness a singular raySergey Sharybin
2016-12-14Cycles: Tweak curve segment (un)pack to handle more curve segmentsSergey Sharybin
2016-12-14Fix T50243: libmv_panography_test is brokenSergey Sharybin
2016-12-13Libmv: Fix typo in assert messageKarsten Weiss
2016-12-13Libmv: Fix copy-paste mistake in camera intrinsic parametersKarsten Weiss
2016-12-12Merge branch 'master' into blender2.8Bastien Montagne
2016-12-12Cycles: Cleanup, variable namesSergey Sharybin
2016-12-12Cycles: Cleanup, variables namesSergey Sharybin
2016-12-09Land D2339 by bliblu blilazydodo
2016-12-08Fix emissive volumes generates unexpected fireflies around intersectionsSergey Sharybin
2016-12-06Cycles :Cleanup, indentationSergey Sharybin
2016-12-03Cycles: Refactor Progress system to provide better estimatesLukas Stockner
2016-12-02OCIO: Implement exposure/gamma for fallback implementationSergey Sharybin
2016-12-02Cycles: Implement AVX2 path for curve intersection functionsSergey Sharybin
2016-12-02Cycles: Add AVX intrinsics helpersSergey Sharybin
2016-12-02Cycles: Disable AVX2 crash workaroundsSergey Sharybin
2016-12-01Fix T50116: Light threshold broke branched path tracerSergey Sharybin
2016-12-01Cycles: Fix correlation issues in certain casesSergey Sharybin
2016-12-01Fix T50075: Assert during debug render of hair_geom_transmission.blendSergey Sharybin
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-12-01Fix T46795 : Reset GWLP_USERDATA to NULL at window destruction so any future ...lazydodo
2016-11-30OCIO: Cleanup styleSergey Sharybin
2016-11-29Cycles: Pass extra array size argument to builtin image pixels functionsSergey Sharybin
2016-11-28Fix T50065: Audaspace: some values of the lower limit of Factory.limit causes...Joerg Mueller
2016-11-25Fix T50104, Race condition in SVMShaderManager::device_update_shaderlazydodo
2016-11-24Cycles: Avoid divisions by zero in volume sampling codeSergey Sharybin
2016-11-23Fix T50100: Cycles SeparateRGBNode Red socket defined wrongSergey Sharybin
2016-11-23Cycles: Fix strict compilation warningsSergey Sharybin
2016-11-23Fix Cycles device backwards compatibility error if device type is unavailable.Brecht Van Lommel
2016-11-23Fix spelling in Cycles distance culling description.Brecht Van Lommel
2016-11-22Cycles: Fix strict compilation warningsSergey Sharybin
2016-11-22Fix T50034: Blender changes processor affinity unauthorizedSergey Sharybin
2016-11-22Cycles: Fix re-definition of some functions on x32 archSergey Sharybin
2016-11-22Cycles: Another attempt to fix compilation on 32bit LinuxSergey Sharybin
2016-11-22Cycles: Attempt to fix 32bit buildbot builds after recent commitSergey Sharybin
2016-11-22Cycles: Implement texture size limit simplify optionSergey Sharybin
2016-11-21Cycles: Attempt to fix compilation error on ppc64elSergey Sharybin
2016-11-20Cycles: Don't shadow loop variableMai Lavelle
2016-11-20Cycles: add basic backwards compatibility for device selection, move to Syste...Brecht Van Lommel
2016-11-20Cycles: refactor culling code into utility class.Brecht Van Lommel
2016-11-20Cycles: distance culling for objects.Carlo Andreacchio