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-03-06Cycles: Fix strict -Wpedantic warnings with GCCSergey Sharybin
2017-03-06FFmpeg: Update for the deprecated API in 3.2.xSergey Sharybin
2017-03-05Fix T50843: Pitched Audio renders incorrectly in VSEJörg Müller
2017-03-03Cycles: Fix possibly uninitialized variableSergey Sharybin
2017-03-01Cleanup: Use explicit unsigned int in atomicsSergey Sharybin
2017-02-28Cycles: Fix division by zero in volume code which was producing -nanSergey Sharybin
2017-02-28Cleanup: Grey --> GrayAaron Carlisle
2017-02-27Cycles: Fix compilation error on vanilla Ubuntu 16.10Sergey Sharybin
2017-02-27Fix T50634: Hair Primitive as Triangles + Hair shader with a texture = crashSergey Sharybin
2017-02-27Fix part of T50634: Hair Primitive as Triangles + Hair shader with a texture ...Sergey Sharybin
2017-02-27Cycles: Make it more clear values never changes by using const qualifierSergey Sharybin
2017-02-27Cycles: Forgot this in previous commitSergey Sharybin
2017-02-27Cycles: Add more logs about what's going on in shader optimizationSergey Sharybin
2017-02-27Cycles: Experiment with replacing Sharp Glossy with GGX when Filter Glossy is...Sergey Sharybin
2017-02-25Fix T50698: Cycles baking artifacts with transparent surfaces.Brecht Van Lommel
2017-02-25Fix build error with macOS / clang / c++11.Brecht Van Lommel
2017-02-24Cycles: Fix compilation warning with CUDA on OSXSergey Sharybin
2017-02-23Cycles: Fix compilation error on 32bit LinuxSergey Sharybin
2017-02-23Cycles: Fix wrong render results with texture limit and half-float texturesSergey Sharybin
2017-02-23Cycles: Add utility function to convert float to halfSergey Sharybin
2017-02-23Fix T50748: Render Time incorrect when refreshing rendered preview in GPU modeSergey Sharybin
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
2017-02-22Cycles: Additionally report all OpenCL cflagsSergey Sharybin
2017-02-21Cycles: Speedup by avoiding extra calculations in noise texture when unneededMai Lavelle
2017-02-20Fix T50718: Regression: Split Normals Render Problem with CyclesSergey Sharybin
2017-02-20Fix T50719: Memory usage won't reset to zero while re-rendering on two video ...Sergey Sharybin
2017-02-19Fix a few compiler warnings with macOS / clang.Brecht Van Lommel
2017-02-16Fix T50687: Cycles baking time estimate and progress bar doesn't work / progr...Sergey Sharybin
2017-02-16Faces split: Don't leave CD_NORMAL after splitSergey Sharybin
2017-02-15Cycles: Cleanup, styleSergey Sharybin
2017-02-15Cycles: Fix CUDA compilation error after recent changesSergey Sharybin
2017-02-15Cycles: Don't calculate primitive time if BVH motion steps are not usedSergey Sharybin
2017-02-15Cycles: Pass special flag whether BVH motion steps are usedSergey Sharybin
2017-02-15Cycles: Fix wrong hair render results when using BVH motion stepsSergey Sharybin
2017-02-15Cycles: Fix missing initialization of triangle BVH stepsSergey Sharybin
2017-02-15Cycles: Fix wrong pointiness caused by precision issuesSergey Sharybin
2017-02-13Cycles: Optimize sorting of transparent intersections on CUDASergey Sharybin
2017-02-13Cycles: Fix wrong transparent shadows with CUDASergey Sharybin
2017-02-13Cycles: Fix wrong shading on GPU when background has NaN pixels and MIS enabledSergey Sharybin
2017-02-13Cycles: Use fast math without finite optimizationSergey Sharybin
2017-02-13Fix T50655: Pointiness is too slow to calculateSergey Sharybin
2017-02-13Cycles: Use Cycles-side mesh instead of C++ RNASergey Sharybin
2017-02-12Cycles: Don't use built-in API for image sequences in preview modeSergey Sharybin
2017-02-10Cycles: Cleanup, move EdgeMap to blender_utilSergey Sharybin
2017-02-10Cycles: Make an utility class for edge mapSergey Sharybin
2017-02-10Cycles: Fix pointiness attribute giving wrong results with autosplitSergey Sharybin
2017-02-10Cycles: Cleanup: Use less indentation by inverting conditionSergey Sharybin
2017-02-10Cycles: Calculate all vertex attribute after faces generationSergey Sharybin
2017-02-10Cycles: Cleanup: use vector instead of bare mallocSergey Sharybin
2017-02-08Cycles: Fix regression with transparent shadows in volumeSergey Sharybin