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-08-09Cycles: avoid making NaNs in Vector Math node by normalizing zero vectors.Alexander Gavrilov
2016-08-09CUDA: We don't support Toolkits < 7.5, update error message.Thomas Dinges
2016-08-09Cycles: Fix crash in empty scenesJulian Eisel
2016-08-09Fix Cycles CUDA adaptive kernel not working correctly after recent closure ch...Brecht Van Lommel
2016-08-08Fix extra ; warning for OpenCL as well.Thomas Dinges
2016-08-08Cycles: Fix compilation on Cycles unit tests after recent changesSergey Sharybin
2016-08-08Cycles: Remove set but unused variableSergey Sharybin
2016-08-08Cycles: Quiet warning with WITH_OPENSUBDIV disabledJulian Eisel
2016-08-07Cycles: fix objects disappearing when starting or stopping movement.Alexander Gavrilov
2016-08-07Cycles microdisplacement: Move displacement options from mesh to material set...Mai Lavelle
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-08-06Cycles: Add AttributeDescriptorMai Lavelle
2016-08-06Fix for Cycles particle motion blur hiding fix.Brecht Van Lommel
2016-08-05Cycles: Fix embarrassing typoSergey Sharybin
2016-08-05Cycles: Correction to previous commitSergey Sharybin
2016-08-05Cycles: Fix/workaround for wrong/noise render results with GCC6Sergey Sharybin
2016-08-05Cycles: hide particles with broken motion blur traces.Alexander Gavrilov
2016-08-05Fix python error when OSL file has wrong extension.Brecht Van Lommel
2016-08-04Cycles: copy shader node names over in the blender sync code.Alexander Gavrilov
2016-08-04Cycles: Report human-readable string of compilation error codeSergey Sharybin
2016-08-03Cycles: Recent SSS inline changes broke CPU testsSergey Sharybin
2016-08-03Fix T49010: Portals don't work in recent Blender versionsSergey Sharybin
2016-08-03Cycles: Revert recent inline changes for CUDA 8 and sm_50+Sergey Sharybin
2016-08-03Fix T48283: on OS X, mouse clicks not working properly if application launch ...Brecht Van Lommel
2016-08-02Fix T49003: Cycles volumes have wrong results after recent microdisp commitsMai Lavelle
2016-08-02Fix T43220, T47551: collider scaling or rotation causes smoke to explode.Alexander Gavrilov
2016-08-02Cycles: log how many nodes were deduplicated for use in tests.Alexander Gavrilov
2016-08-02Cycles: add folding for redundant A to B to A conversions.Alexander Gavrilov
2016-08-02Buildbot: Use annoying hybrid setup of two CUDA toolkitsSergey Sharybin
2016-08-02Cycles: Some more inline policy tweaks for CUDA 8Sergey Sharybin
2016-08-02Cycles: Cleanup, trailing whitespaceSergey Sharybin
2016-08-02Cycles: Some cleanup in CUDA device fileSergey Sharybin
2016-08-02Cycles: Include NVCC compiler flags into md5 hashSergey Sharybin
2016-08-02Cycles: tweak some folding tests to avoid unnecessary type conversion.Alexander Gavrilov
2016-08-01Audapsace: Make it work with Jack and no libjack-dev package installedSergey Sharybin
2016-08-01Cycles: add unit tests for supported constant folding rules.Alexander Gavrilov
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-08-01Fix T48901: Blender ignores xinput cursor matrixCampbell Barton
2016-08-01Cleanup: unused vars, imports, pep8Campbell Barton
2016-07-31Fix mistake in Cycles mix node multiply constant folding.Brecht Van Lommel
2016-07-31Cleanup: spelling, styleCampbell Barton
2016-07-31Fix Cycles OpenCL compile error on Windows.Brecht Van Lommel
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-07-31Cycles: constant fold add/mul type nodes with known 0 and 1 arguments.Alexander Gavrilov
2016-07-31Cycles: constant folding for RGB/Vector Curves and Color Ramp.Alexander Gavrilov
2016-07-31Fix Cycles OpenCL not always allocating enough space for closures.Brecht Van Lommel
2016-07-30Fix CUDA warning, due to extra ; at the line ending.Thomas Dinges
2016-07-30Cycles OpenCL: use #line directives for better error messages.Brecht Van Lommel
2016-07-30Cycles OpenCL: detect incorrect usage of SOA members in the split kernel.Brecht Van Lommel
2016-07-30Fix Cycles OpenCL address space compile error with amdgpu-pro drivers on Linux.Brecht Van Lommel