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
2014-04-04Cycles: Disable Branched Path on all GPUs for now, until we separate the cubins.Thomas Dinges
2014-04-04Cycles volume: detect homogeneous volume automatically in common cases.Brecht Van Lommel
2014-04-03Cycles: SSE optimization for Voronoi cells textureSv. Lockal
2014-04-03Cycles: avoid 1.0f/(1.0f/x) divisions, which msvc (only) can't optimize.Sv. Lockal
2014-04-03Fix T39577: cycles issue mixing anisotropic BSDFs with branched path tracer.Brecht Van Lommel
2014-04-03Code cleanup: styleCampbell Barton
2014-04-02Fix T39525: cycles volume render difference between branched/non-branched path.Brecht Van Lommel
2014-04-02Fix T39523: cycles cache BVH not working correct with deformation motion blur.Brecht Van Lommel
2014-04-02Cycles: add dedicated UV Map node, easier to find and has convenient auto com...Kevin Dietrich
2014-04-02Fix bpy.so linking on Mac OS XCampbell Barton
2014-03-31Cycles: fix 3-5% performance regression in msvc builds caused by a typo in st...Sv. Lockal
2014-03-31Fix T39525: branched path + no lights + disabled use all lights option crash.Brecht Van Lommel
2014-03-31Fix T39510, Fix T39523: camera motion blur not working correct after recent c...Brecht Van Lommel
2014-03-31Code cleanup: fixes for function prototypesSergey Sharybin
2014-03-31Cycles: Deformation Motionblur works on GPU, so remove the checks in the UI.Thomas Dinges
2014-03-30Enable GCC pedantic warnings with strict flags,Campbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-30Cycles UI: Do not grey out Object Motion Blur buttons, when we use CPU fallba...Thomas Dinges
2014-03-29Fix scons CUDA build and compile error with more strict compilers.Brecht Van Lommel
2014-03-29Cycles volume: change heterogeneous volume sampling in branched path first hit.Brecht Van Lommel
2014-03-29Cycles code internals: add initial implementation of decoupled ray marching.Brecht Van Lommel
2014-03-29Cycles code refactor: minor refactoring and comments for volume code.Brecht Van Lommel
2014-03-29Cycles volume: change homogeneous volume sampling in branched path first hit.Brecht Van Lommel
2014-03-29Cycles code refactor: shuffle homogeneous volume code to factor out hit/miss ...Brecht Van Lommel
2014-03-29Cycles code refactor: move some more volume code into separate functions.Brecht Van Lommel
2014-03-29Cycles volumes: don't average coefficients over volume step.Brecht Van Lommel
2014-03-29Fix cycles error for heterogenous volumes, causing double step size to be used.Brecht Van Lommel
2014-03-29Cycles code refactor: move some volume code to separate functions.Brecht Van Lommel
2014-03-29Cycles: add "density", "flame" and "color" attributes for smoke domains.Brecht Van Lommel
2014-03-29Cycles code internals: add support for mesh voxel grid attributes.Brecht Van Lommel
2014-03-29Cycles code refactor: move more code to geom folder, add some comments.Brecht Van Lommel
2014-03-29Fix: cycles volume emission incorrectly enabling surface importance sampling.Brecht Van Lommel
2014-03-29Cycles code internals: add CPU kernel support for 3D image textures.Brecht Van Lommel
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-29Cycles: add per object options to disable motion blur and set deformation mot...Brecht Van Lommel
2014-03-29Cycles: add support for curve deformation motion blur.Brecht Van Lommel
2014-03-29Cycles: add support for mesh deformation motion blur.Brecht Van Lommel
2014-03-29Cycles code refactor: add motion sampled normals attribute.Brecht Van Lommel
2014-03-29Cycles code refactor: improve vertex motion attribute storage and export.Brecht Van Lommel
2014-03-29Cycles code refactor: change curve key to float4 for easier storage as attrib...Brecht Van Lommel
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2014-03-29Cycles code refactor: add support for motion vertex attributes.Brecht Van Lommel
2014-03-29Cycles code refactor: move more geometry code into per primitive files.Brecht Van Lommel
2014-03-29Cycles code refactor: move geometry related kernel files into own directory.Brecht Van Lommel
2014-03-27Make blender compilable with FFmpeg-0.8.1Sergey Sharybin
2014-03-27Cycles: Raise a proper error message when using Branched Path on sm_30, this ...Thomas Dinges
2014-03-27Cycles: fix for building with cmake when gcc refuses sse argsCampbell Barton
2014-03-27CMake: disable SSE flags if gcc/clang don't supportCampbell Barton
2014-03-26Fix for build error in Cycles standalone caused by new DeviceDrawParamsLukas Tönne
2014-03-26Fix T39420: Cycles viewport/preview flickers, when moving mouse across editorsSergey Sharybin