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
2017-03-03Do less nanosleep loops.unlock_task_schedulerBastien Montagne
2017-03-03Inline all task-pushing helpers.Bastien Montagne
2017-03-03Revert "Attempt to address nearly-starving cases."Bastien Montagne
2017-03-03Attempt to address nearly-starving cases.Bastien Montagne
2017-03-03Never starve main thread (run_and_wait) from tasks!Bastien Montagne
2017-03-03Fix use-after-free concurrent issues.Bastien Montagne
2017-03-03Some minor changes from review.Bastien Montagne
2017-03-03Cleanup, factorization, comments, and some fixes for potential issues.Bastien Montagne
2017-03-03Attempt to address performances issues of task scheduler with lots of very sm...Bastien Montagne
2017-03-03Fix own previous commit, sorry about that :(Bastien Montagne
2017-03-03Get rid of `BLI_task_pool_stop()`.Bastien Montagne
2017-03-03Fix ugly mistake in BLI_task - freeing while some tasks are still being proce...Bastien Montagne
2017-03-03Update comment which was remained in an old placeSergey Sharybin
2017-03-03Cleanup: IndentationSergey Sharybin
2017-03-03Fix T50842: NLA Influence Curve draws out of bounds when it exceeds the 0-1 r...Joshua Leung
2017-03-03Cleanup: GPU_select never took NULL rectCampbell Barton
2017-03-03Cleanup: redundant header, use const, short -> boolCampbell Barton
2017-03-03When creating texture/image in Texture Paint mode, both datablocks should get...Bastien Montagne
2017-03-03Cycles: Fix possibly uninitialized variableSergey Sharybin
2017-03-03Fix T49655: Reloading library breaks proxies.Bastien Montagne
2017-03-02Fix own stupid mistake in recent mesh 'split_faces' rework.Bastien Montagne
2017-03-02Fix duplicated 'Accurate' property for manipulator keymap itemJulian Eisel
2017-03-02Fix weird "use_planar_constraint" button in redo panelJulian Eisel
2017-03-02Threads: Use atomics instead of spin when entering threaded mallocSergey Sharybin
2017-03-02Fix another part of T50565: Planar constraints were always initialized to acc...Sergey Sharybin
2017-03-02Fix second part T50565: Using planar transform once makes it enabled by defaultSergey Sharybin
2017-03-01Fix T50830: Wrong context when calling surfacedeform_bindLuca Rood
2017-03-01Correct commentAaron Carlisle
2017-03-01Cleanup: Use .enabled instead of .activeAaron Carlisle
2017-03-01Fix T50565: Planar constraints don't work properly with non-Blender key confi...Sergey Sharybin
2017-03-01Task scheduler: Remove query for the pool's number of threadsSergey Sharybin
2017-03-01All drop-down buttons should use the same widthraa
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2017-03-01Fix text and icon positioning issuesraa
2017-03-01Task scheduler: Remove counter of done tasksSergey Sharybin
2017-03-01Cleanup: Use explicit unsigned int in atomicsSergey Sharybin
2017-02-28Cleanup: update copyright and Blender descriptionAaron Carlisle
2017-02-28Cycles: Fix division by zero in volume code which was producing -nanSergey Sharybin
2017-02-28Fix/workaround T48549: Crash baking high-to-low-poly normal map in cyclesSergey Sharybin
2017-02-28Fix T49936: Cycles point density get's it's bounding box from basis shape keySergey Sharybin
2017-02-28Cleanup: Grey --> GrayAaron Carlisle
2017-02-27Surface Deform Modifier (SDef)Luca Rood
2017-02-27Fix memory leak when making duplicates real and parent had constraintsSergey Sharybin
2017-02-27Fix/workaround T50677: Shrinkwrap constraint don't get updated when target me...Sergey Sharybin
2017-02-27Similar to previous commit, but for object constraintsSergey Sharybin
2017-02-27Depsgraph: Shrinkwrap constraint actually depends on geometrySergey Sharybin
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