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
2013-12-31Cycles Volume Render: these changes should have included in the last commit.Brecht Van Lommel
2013-12-31Cycles Volume Render: generated texture coordinates for volume render.Brecht Van Lommel
2013-12-31Cycles Volume Render: optimization to avoid exporting surface attributes whenBrecht Van Lommel
2013-12-31Fix console incorrectly showing on Windows Blender startup in some cases.Masakazu Ito
2013-12-30Code Cleanup: quiet unused define warningCampbell Barton
2013-12-30Code Cleanup: cycles tips and long linesCampbell Barton
2013-12-30Cycles Volume Render: heterogeneous (textured) volumes support.Brecht Van Lommel
2013-12-30Fix cycles volume emission not working with OSL.Brecht Van Lommel
2013-12-30Code refactor: better distinguish scatter and absorption for volume integration.Brecht Van Lommel
2013-12-29Added option to have a seperate environment for executing nvccMartijn Berger
2013-12-29Fix cycles volume render crash when trying to access primitive attributesBrecht Van Lommel
2013-12-29Cycles Volume Render: add volume emission support.Brecht Van Lommel
2013-12-28Use ccl_device_inline for SSE perlin noiseSv. Lockal
2013-12-28Cycles Volume Render: add support for overlapping volume objects.Brecht Van Lommel
2013-12-28Cycles Volume Render: support for rendering of homogeneous volume with absorp...Brecht Van Lommel
2013-12-28Code cleanup: move shadow_blocked function into separate file.Brecht Van Lommel
2013-12-28Cycles Volume Render: add flags to quickly detect when objects have a volume ...Brecht Van Lommel
2013-12-28Cycles Volume Render: work on nodes and closures.Brecht Van Lommel
2013-12-28creation of path from std::string on Windows (VC10/11/12) crashes (access error)Martijn Berger
2013-12-28Cycles: Move SIMD utility functions into its own file.Thomas Dinges
2013-12-27Cycles / Perlin Noise: Optimize noise calculation by using SIMD instructions ...Thomas Dinges
2013-12-27Code Cleanup: styleCampbell Barton
2013-12-27Cycles / Hair: Avoid duplicate calculations and remove redundant if branch, i...Thomas Dinges
2013-12-27Rigidbody: Code cleanupSergej Reich
2013-12-26Rigidbody: Allow triangle mesh shapes to deform during simulationSergej Reich
2013-12-26Rigidbody: Use own structure to store mesh data for collision shapesSergej Reich
2013-12-26Cycles / Hair: Further cleanup of UI and internals.Thomas Dinges
2013-12-26Cycles / Hair: Some cleanup and optimizations for hair code.Thomas Dinges
2013-12-24Cycles / OpenCL: Let the OpenCL runtime determine its optimal work-group size...Thomas Dinges
2013-12-24Cycles / Hair: No need to calculate curvepoint() when we use Ribbon curves.Thomas Dinges
2013-12-22Code cleanup / Cycles: Remove CUDA check (we don't support sm_1x anymore) and...Thomas Dinges
2013-12-22Code cleanup / Cycles: Remove unused interpolation code for hair triangles, w...Thomas Dinges
2013-12-22Fix T37898: blenderplayer painfully slow in recent buildsSergey Sharybin
2013-12-22Add ItemDestroyable to the cache limitorSergey Sharybin
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-21Cleanup: Code and style cleanup for Cycles curve export code.Thomas Dinges
2013-12-20Fix T37884: cycles hair rendering crash with UV coordinates.Brecht Van Lommel
2013-12-18Fix T37790: OSL not rendering subsurface scattering color correct since upgra...Brecht Van Lommel
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-12-17Cycles / OpenCL: Fix compile error on OS XThomas Dinges
2013-12-16Fix T37827: cycles XML mesh export utility not longer worked.Brecht Van Lommel
2013-12-14Fix T37816: make cycles panel registration work better with addons.Peter Staples
2013-12-14Fix T37810: GLSL dither shader not working on OS X.Brecht Van Lommel
2013-12-14Fix T37264: cycles CPU render had limited number of float images, bumped to 1...Thomas Dinges
2013-12-14Code cleanup / Cycles: Remove some unused hair code.Thomas Dinges
2013-12-13Cycles: CUDA runtime kernel compilation can now find CUDA 6.0.Brecht Van Lommel
2013-12-13Implement GPU-side ditherSergey Sharybin
2013-12-12Code Cleanup: use static for sky_model_data.hCampbell Barton
2013-12-12Attempt to fix compilation error on Debian armel kernelSergey Sharybin
2013-12-11Attempt to fix compilation against libav-0.8.9Sergey Sharybin