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
AgeCommit message (Expand)Author
2014-08-02SpellingCampbell Barton
2014-08-01Cycles: Update stdosl.h for OSL 1.5.Thomas Dinges
2014-07-27Fix T41139: Cycles Hair BSDF roughness problemSergey Sharybin
2014-07-25Yet another OSL compilation fix...sorry.Thomas Dinges
2014-07-25Cycles: Drop old OSL closure compatibility code.Thomas Dinges
2014-07-25One more fix for new OSL libs.Thomas Dinges
2014-07-25Cycles: Updates for new OSL 1.5 API.Thomas Dinges
2014-07-23Fix T41116: Motion Blur causes random black surfaces on rigged modelsSergey Sharybin
2014-07-23Fix T41147: Static BVH shading problemSergey Sharybin
2014-07-17Cleanup / Cycles: Remove unused defines and some other minor changes.Thomas Dinges
2014-07-15Fix T40964: Massive shading failures with glass node mixing, whiteouts and bl...Sergey Sharybin
2014-07-13Fix T40987: Distant Lamps have no influence on Volumes.Thomas Dinges
2014-07-10Cleanup: Same thing in path trace setup, we can safely always assign the prop...Thomas Dinges
2014-07-10Cleanup: Always assign num_samples, there is no need for this special define.Thomas Dinges
2014-07-07Code cleanup: Simplify decoupled scattering code a bit.Thomas Dinges
2014-07-06Cycles: Equi-Angular and MIS Volume sampling work on GPU now.Thomas Dinges
2014-07-06Fix part of T40964: Glass shader was giving wrong results with OSL.Thomas Dinges
2014-07-05Cleanup: Typo fixes.Thomas Dinges
2014-07-05Cycles: Compile fixes for CUDA Volumetrics.Thomas Dinges
2014-07-02Cleanup: Update list and remove ifdef here.Thomas Dinges
2014-06-30Condition was inverted in the previous transparent shadows commitSergey Sharybin
2014-06-30Cmake: Remove warning for pre CUDA 5.0 Toolkit, not supported anymoreThomas Dinges
2014-06-30Fix T40836: Cycles volume scattering shader crashSergey Sharybin
2014-06-28CMake: update source filesCampbell Barton
2014-06-26Fix T40816, SSS brightness difference with Sample All Direct Lights.Thomas Dinges
2014-06-26Fix compilation error with scons and older pythonsSergey Sharybin
2014-06-24Fix T40695: world surface shader incorrectly visible with world volume.Brecht Van Lommel
2014-06-22Cycles: improved Beckmann sampling using precomputed dataBrecht Van Lommel
2014-06-22Fix cycles "Is Singular Ray" being on for Camera rays, now is off.Brecht Van Lommel
2014-06-20Fix T40692, Checker Texture derivation on very large scales (1k).Thomas Dinges
2014-06-19Python: Remove deprecated uses of os.popenCampbell Barton
2014-06-15* Fix OpenCL after uchar4 commit.Thomas Dinges
2014-06-14Cycles: glossy and anisotropic BSDF changesBrecht Van Lommel
2014-06-14Cycles: internal code support for anisotropic Beckmann and GGX reflectionBrecht Van Lommel
2014-06-14Cycles: Ashikhmin-Shirley anisotropic BSDFKarsten Schwenk
2014-06-14Cycles: improved importance sampling for Beckmann and GGX glossyBrecht Van Lommel
2014-06-14Cycles: volume sampling method can now be set per material/world.Brecht Van Lommel
2014-06-14Cycles: volume light samplingBrecht Van Lommel
2014-06-14Cycles code refactor: move some surface and volume path code to separate files.Brecht Van Lommel
2014-06-14Cycles code refactor: deduplicate and symmetrize some path tracing code.Brecht Van Lommel
2014-06-14Cycles code refactor: minor changes to light emission code.Brecht Van Lommel
2014-06-14Code cleanup: Avoid duplicate functions for vector combination/separation in ...Thomas Dinges
2014-06-14Cycles: Add support for uchar4 attributes.Thomas Dinges
2014-06-14Cycles: Add an AVX2 CPU kernel.Thomas Dinges
2014-06-13Cycles: Add dedicated nodes to split/combine vectors.Thomas Dinges
2014-06-13Cycles: Calculate face normal on the fly.Thomas Dinges
2014-06-13Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code.Thomas Dinges
2014-06-13Cycles: Support builtin images for OSL shading backendSergey Sharybin
2014-06-11Fix T40561: cycles refraction node with sharp distribution gives black.Brecht Van Lommel
2014-06-06Fix T40370: cycles CUDA baking timeout with high number of AA samples.Brecht Van Lommel