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
2017-09-13Code cleanup: store branch factor in PathState.Brecht Van Lommel
2017-09-13Code cleanup: avoid used of uninitialized value in case of precision issue.Brecht Van Lommel
2017-09-13Code cleanup: abstract shadow catcher logic more into accumulation code.Brecht Van Lommel
2017-09-13Code cleanup: deduplicate some branched and split kernel code.Brecht Van Lommel
2017-09-13Code cleanup: tweak inlining for 2% better CUDA performance with hair.Brecht Van Lommel
2017-09-12Cycles: change AO bounces approximation to do more glossy and transmission.Mathieu Menuet
2017-09-12Fix rare firefly in volume equiangular sampling when sampling short distance.Brecht Van Lommel
2017-09-12Cycles: improve sample stratification on area lights for path tracing.Brecht Van Lommel
2017-09-12Fix Cycles bug in RR termination, probability should never be > 1.0.Brecht Van Lommel
2017-09-12Cycles: Tweaks to avoid compilation error of megakernelSergey Sharybin
2017-09-08Cycles: Attempt to work around compilation of sm_20 and sm_21Sergey Sharybin
2017-09-08Cycles: disable fast math flags, only use a subset.Brecht Van Lommel
2017-09-06Fix T52660: CUDA volume texture rendering not working on Fermi GPUs.Brecht Van Lommel
2017-09-06Fix T52661: mesh light shader using backfacing not working, after new sampling.Brecht Van Lommel
2017-09-06Fix T52652: Cycles image box mapping has flipped textures.Brecht Van Lommel
2017-09-05Cycles: Fix compilation error with CUDA after recent changesSergey Sharybin
2017-09-05Fix T52433: Volume Absorption color tintSergey Sharybin
2017-09-05Cycles: Cleanup, styleSergey Sharybin
2017-09-04Cycles: Fix compilation warningSergey Sharybin
2017-09-04Fix T52533: Blender shuts down when rendering duplicated smoke domainSergey Sharybin
2017-09-01Fix T52472: VSE Audio Volume not set immediatelyJoerg Mueller
2017-09-01Cycles: follow strict class naming conventionCampbell Barton
2017-08-31Cycles: Cleanup, indentation and trailing whitespaceSergey Sharybin
2017-08-31Cycles: Fix typo in commentSergey Sharybin
2017-08-30Fixing T52477 - switching from custom ray/triangle intersection code to the o...Stefan Werner
2017-08-30Cycles: Fix build with networking enabledMai Lavelle
2017-08-29Fix Cycles Windows render errors with BVH2 CPU rendering.Brecht Van Lommel
2017-08-28Atomics: Use system headers directly, without bad level dependency to BLISergey Sharybin
2017-08-25Fix for fix (tm): Residue of the debug codeSergey Sharybin
2017-08-25Fix mistake in previous tangent space optimizationSergey Sharybin
2017-08-25Cycles: Cleanup, naming of variableSergey Sharybin
2017-08-25Cycles: Add assert to catch possibly wrong logicSergey Sharybin
2017-08-25Cycles: Mark pixels with negative values as outliersLukas Stockner
2017-08-25Another optimization of tangent space calculationSergey Sharybin
2017-08-25Optimize tangent space calculation by inlining functionsSergey Sharybin
2017-08-25Cycles: Add utility function to query current value of scoped timerSergey Sharybin
2017-08-25Cycles: Correct logging of sued CPU intrisicsSergey Sharybin
2017-08-25Cycles: Fix stack overflow during traversal caused by floating overflowSergey Sharybin
2017-08-24Cycles: FIx issue with -0 being considered a non-finite valueSergey Sharybin
2017-08-24Fix Cycles CUDA transparent shadow error after recent fix in c22b52c.Brecht Van Lommel
2017-08-24Code cleanup: remove shader context.Brecht Van Lommel
2017-08-23Cycles: Add maximum depth stat to bvh builderMai Lavelle
2017-08-23Fix implementation of atomic update max and move to a central locationMai Lavelle
2017-08-23Fix T51805: Overlapping volumes renders incorrect on AMD GPUSergey Sharybin
2017-08-22Fix panorama render crash with split kernel, due to incorrect buffer pointer.Brecht Van Lommel
2017-08-21Cycles: reorganize Performance panel layout, move viewport BVH type to debug.Brecht Van Lommel
2017-08-21Cycles: attempt to recover from crashing CUDA/OpenCL drivers on Windows.Brecht Van Lommel
2017-08-21Revert "Cycles: remove square samples option."Brecht Van Lommel
2017-08-21Fix T52470: cycles OpenCL hair rendering not working after recent changes.Brecht Van Lommel
2017-08-20Code cleanup: deduplicate some bsdf node methods.Brecht Van Lommel