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-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
2014-03-26Code cleanup: style and warningsCampbell Barton
2014-03-24Fix for own mistake in rB83f2012300acadafd359307e7a00bd71e67e3fd7: usedLukas Tönne
2014-03-24Fix T39341: Cycles Rendered view laggy while using particles.Lukas Tönne
2014-03-23Cycles Standalone: XML Updates for Branched Path Multi Light.Thomas Dinges
2014-03-23Code cleanup: Move AA Samples variable, this is not exclusive to Branched Path.Thomas Dinges
2014-03-23Cycles: SSE optimization for line segments/ribbons hairSv. Lockal
2014-03-22Warning cleanup:Antony Riakiotakis
2014-03-22Cleanup: Restrict the debug -gline-tables-only to cxx_debug in cycles and spe...Jens Verwiebe
2014-03-21Cycles Standalone: Support for relative paths and string OSL parameters.Thomas Dinges
2014-03-20Extend workaround to all OS :avoid link failure with clang 3.4 debugJens Verwiebe