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-26Cycles: Keep STACK_MAX_HITS private in kernel_shadowSergey Sharybin
2014-09-26Code style.Thomas Dinges
2014-09-25Cycles: Make CUDA backend aware of sm_52 (Maxwell).Thomas Dinges
2014-09-25Cycles: Add support for cameras inside volumeSergey Sharybin
2014-09-25Fix T39823: SSS scatter doesn't update volume stack, causing shading artifactsSergey Sharybin
2014-09-24make "tri_shader" an int instead of a floatMartijn Berger
2014-09-24Cleanup: Avoid some defines for scene_intersect(), related to Min Width.Thomas Dinges
2014-09-23Fix T41912, OpenCL compile error when building without __SVM__Thomas Dinges
2014-09-18Cleanup: style, spellingCampbell Barton
2014-09-16Cycle: Add a bit of explanation why we're using such a dirty hackSergey Sharybin
2014-09-15Cycles: tentative fix get rid of os-specific issue in struct ShaderClosure ( ...Jens Verwiebe
2014-09-07Comment out SVM fresnel_conductor() function for now, still unused.Thomas Dinges
2014-09-07Cycles / OSL: Add a conductive fresnel shader template.Thomas Dinges
2014-09-06Fix T41709: Bump not rendered correctly behind transparency using Branched Pa...Sergey Sharybin
2014-09-06Cycles: Workaround cuda 6.5 compiler bug with sm_50Sergey Sharybin
2014-09-06Cycles: Fix for the BSDF evaluation initSergey Sharybin
2014-09-05Cycles: Split caustics option, to allow separate control for Reflection and R...Thomas Dinges
2014-09-05Cycles: Initial support for volume ray visibility.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-01Cleanup: Silence compiler warning.Thomas Dinges
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-25Cycles: Enable Volumetric Rendering on GPU.Thomas Dinges
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-22Fix T41541: Cuda renders objects in black with MIS enabled in world settingThomas Dinges
2014-08-22Cycles: Drop support for CUDA 5.0 Toolkit, only 6.0 and 6.5 (recommended) are...Thomas Dinges
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-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
2014-08-11Fix T41362: CPU and GPU rendering gives different resultsSergey Sharybin
2014-08-06OSX/clang: Fix T41123, crashing osl when optimization level > O0 is used for ...Jens Verwiebe