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-12-16Fix T42888: Separate and Combine HSV distorts the hue valueSergey Sharybin
2014-12-10Cycles: Fix difference between SVM and OSL implementation of Normal nodeSergey Sharybin
2014-12-10Fix T42818: Cycles SSS passes are incorrect for SSS size of 0Sergey Sharybin
2014-12-08Cleanup: spellingCampbell Barton
2014-12-03Cycles: Synchronize SCons with CMake in regard of loggingSergey Sharybin
2014-12-03Cycles: Remove workaround in ShaderClosureSergey Sharybin
2014-12-03Cycles: Use 16 bytes aligned closures in OSLSergey Sharybin
2014-12-02Cycles: Tweak to the include paths after recent atomics changeSergey Sharybin
2014-11-28Cycles: Code cleanup, remove dead codeSergey Sharybin
2014-11-20Cleanup: Remove SD_BSDF_GLOSSY flag, unused.Thomas Dinges
2014-11-19Cycles: Missed some changes in the previous hair motion blur fixSergey Sharybin
2014-11-18Fix T42475: Vector motion blur on hairSergey Sharybin
2014-11-13Cycles: Update some comments in volume code.Thomas Dinges
2014-11-12Cycles: Prevent NaN and inf in area lamp sampling caused by precision issuesSergey Sharybin
2014-11-12Fix T41066: MSVC + AVX2 kernel causes artifacts in hair render.Thomas Dinges
2014-11-12Cleanup, please follow existing style when adding new flags. ;)Thomas Dinges
2014-11-12Cleanup, typo fixes.Thomas Dinges
2014-11-11Fix T41783: Cycles baking ignores displacementDalai Felinto
2014-11-11Fix T41873: Different 'seed' values do not yield different noise patterns whe...Dalai Felinto
2014-11-10Cycles: Speedup for homogenous volumes in decoupled volume samplingSergey Sharybin
2014-11-08Cycles: Remove dead branch for Distant lamps, ls->t is always FLT_MAX here.Thomas Dinges
2014-11-08Cleanup: cycles whitespaceCampbell Barton
2014-11-07Cycles: Tweak to the expf() speed workaroundSergey Sharybin
2014-11-06Cycles: Add "Max Bounce" control for lampsThomas Dinges
2014-11-04Cycles: Don't check shader for volume when checking if camera is inside volumeSergey Sharybin
2014-11-04Fix T42411: Camera inside volume + particle dupli (object/group) doesn't workSergey Sharybin
2014-11-04Cycles: Remove compatibility code for OSL-1.4Sergey Sharybin
2014-11-04Cycles: Be ready for new OIIO and OSL librariesSergey Sharybin
2014-11-01Cleanup: Remove unused light function.Thomas Dinges
2014-10-31Fix T42391: HSV correction shader node gives negative valuesSergey Sharybin
2014-10-30Cycles / OSL: Support microfacet() closure color function from OSL 1.5Thomas Dinges
2014-10-29Cycles: Optimize math node without links to a single value nodeSergey Sharybin
2014-10-29Cleanup: Style fixes for closures, mainly bitflags and conditions.Thomas Dinges
2014-10-29Cleanup: Remove unused function in Translucent BSDF.Thomas Dinges
2014-10-23Cleanup: spellingCampbell Barton
2014-10-22Cycles: Code cleanup -- use bitshifts instead of hardcoded constantsSergey Sharybin
2014-10-22Cycles: Expose volume voxel data interpolation to the interfaceSergey Sharybin
2014-10-22Cycles: Implement tricubic b-spline interpolation for CPU texture_imageSergey Sharybin
2014-10-16Cycles: Implement an area preserving parameterization sampling for area lampsSergey Sharybin
2014-10-15Fix T42160: CUDA error: ILLEGAL_ADDRESS in cuCtxSynchronize()Sergey Sharybin
2014-10-13Fix embarrassing typo...Thomas Dinges
2014-10-12Cycles: Add CUDA support for sm_32 (Tegra K1, Jetson TK1).Thomas Dinges
2014-10-12Cleanup: Typo fix for Blackbody variable, had different naming in the comment...Thomas Dinges
2014-10-11Cycles: set hit values in-orderCampbell Barton
2014-10-10Fix typo breaking compilation with rather strict flags (does not like implici...Bastien Montagne
2014-10-10Cycles: Use a bit better approach for erfinv()Sergey Sharybin
2014-10-09Cycles: Remove redundant float4->float3 conversionSergey Sharybin
2014-10-08Cycles: enable double promotion warning /w gccCampbell Barton
2014-10-08Cycles: correct math wrappersCampbell Barton
2014-10-07Fix T42106: Box image mapping shows black triangles if they point to a corner...Sergey Sharybin