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-09-04Fix wrong track of the memory when doing device vector resize before freeing itSergey Sharybin
2014-09-04Cleanup: Code deduplication for similar passes.Thomas Dinges
2014-09-03Fix T41693: Volumes get brightened with extra volume samples on GPU + BPTSergey Sharybin
2014-09-03Cleanup: Use function call and delete obsolete comment.Thomas Dinges
2014-09-01Cycles: Rebuild BVH from scratch if loading cache failedSergey Sharybin
2014-09-01Cleanup: Silence compiler warning.Thomas Dinges
2014-08-31Cycles: Always assign the proper value for volume bounces.Thomas Dinges
2014-08-30Fix Cycles Integrator presets, not taking Volume bounces into account.Thomas Dinges
2014-08-29Cycles: Fix triangle ribbons hair in viewport and ortho cameraSergey Sharybin
2014-08-28Followup for the previous commit: apparently for CMake py files are hardcodedSergey Sharybin
2014-08-28Fix T41473: Cycles volume rendering is too darkSergey Sharybin
2014-08-28Fix T41601: Correlated multi-jitter with high samples "hangs"Sergey Sharybin
2014-08-27Cycles Aperture Ratio - option to produce anamorphic bokehDalai Felinto
2014-08-27Cleanup: intrin.h is already included via util_optimization.h.Thomas Dinges
2014-08-26Move include outside of the CCL namespaceSergey Sharybin
2014-08-26Cycles: Add an experimental CUDA kernel.Thomas Dinges
2014-08-26Cycles: Use compiler intrinsics for clz/ctz in CMJ code for MSVCSergey Sharybin
2014-08-26Cycles: Make Correlated Multi Jitter a regular feature.Thomas Dinges
2014-08-25Cycles: Enable Volumetric Rendering on GPU.Thomas Dinges
2014-08-25Fix T41532: Some files bounce back and forth between 'packing BVH nodes' and ...Sergey Sharybin
2014-08-25Cycles: Fix wrong Volume Scattering in Branched Path integrator, when buildin...Thomas Dinges
2014-08-25Cleanup: Remove unused variable in kernel_path_volume_bounce().Thomas Dinges
2014-08-24Cycles: Avoid redundant call to volume_stack_is_heterogeneous() for Distance ...Thomas Dinges
2014-08-24Cycles: Avoid call to volume_stack_sampling_method() on GPU, Decoupled is req...Thomas Dinges
2014-08-24Cycles: Remove Volume Nodes GPU warning and gray out Sampling Method button w...Thomas Dinges
2014-08-22Fix T41541: Cuda renders objects in black with MIS enabled in world settingThomas Dinges
2014-08-22Cycles: DPX is saved in the sRGB space and need to be converted to linearSergey Sharybin
2014-08-22Cycles: Fix wrong image update tagging, float vs. byte imagesSergey Sharybin
2014-08-22Cycles: Drop support for CUDA 5.0 Toolkit, only 6.0 and 6.5 (recommended) are...Thomas Dinges
2014-08-21Fix T41267: Wrong light distribution with when having objects with motion blurSergey Sharybin
2014-08-21Further cleanup for defines:Thomas Dinges
2014-08-21Cleanup: Remove __ANISOTROPIC__ define.Thomas Dinges
2014-08-21Code refactor: Split __VOLUME__ defines in Cycles.Thomas Dinges
2014-08-21Cycles: Further tweak for Decoupled Ray MarchingThomas Dinges
2014-08-19Fix T40962: Ashikhmen Shirley shader firefliesSergey Sharybin
2014-08-19Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with st...Dalai Felinto
2014-08-18Fix T41474: Second renderlayer doesnt render if first one has 'Use Surfaces' ...Sergey Sharybin
2014-08-17CleanupCampbell Barton
2014-08-17Fix poll func of CYCLES_OT_use_shading_nodes.Bastien Montagne
2014-08-15Fix compilation on linux (implicit conversion from double/float to size_t tre...Bastien Montagne
2014-08-15Final Fix T41222 Blender gives weird ouput when baking (4096*4096) resolution...Dalai Felinto
2014-08-15Revert "Fix T41222 Blender gives weird output when baking (4096*4096) resolut...Dalai Felinto
2014-08-14Cycles: Don't check closure flag in kernel_volume_decoupled_scatter(), we che...Thomas Dinges
2014-08-14Cycles: Optimize Equi-Angular sampling using binary range search.Thomas Dinges
2014-08-14Cycles: Optimization for Heterogeneous Volume Shadows.Thomas Dinges
2014-08-14Cleanup: typos and extra brackets.Thomas Dinges
2014-08-14Cycles: Avoid intermediate function when we sample all lamps.Thomas Dinges
2014-08-14Cycles: Avoid segment NULL check, we access it before this function already.Thomas Dinges
2014-08-14Cycles: Correction to previous commit -- forgot to take instancing into accountSergey Sharybin
2014-08-13Fix T41219: Cycles backface detection doesn't work properlySergey Sharybin