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-02-17Merge branch 'master' into blender2.8Bastien Montagne
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
2017-02-08Cycles: Solve speed regression by casting opaque ray firstSergey Sharybin
2017-02-08Cycles: Fix compilation error on OpenCLSergey Sharybin
2017-02-08Cycles: Split shadow functions to avoid some duplicated calculationsSergey Sharybin
2017-02-08Cycles: Store shadow intersections in the kernel globalsSergey Sharybin
2017-02-08Cycles: Speedup transparent shadows on CUDASergey Sharybin
2017-02-08Cycles: Implement record-all transparent shadow function for GPUSergey Sharybin
2017-02-08Cycles: Use an utility function to sort intersections arraySergey Sharybin
2017-02-08Cycles: Make GPU version of shadow_blocked() closer to CPUSergey Sharybin
2017-02-08Cycles: De-duplicate transparent shadows attenuationSergey Sharybin
2017-02-08Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-02-07Fix T49253: Cycles blackbody is wrong on AVX2 CPU on WindowsSergey Sharybin
2017-02-06CMake: Remove MOTO library dependency when it is not neededJorge Bernal
2017-02-06C++ conformance fixes (MSVC /permissive-)Phil Christensen
2017-02-05OpenGL: use GL4 on Linux when availableMike Erwin
2017-02-03Cycles: Cleanup, order of arguments to EXPECT_EQSergey Sharybin
2017-02-02Merge branch 'master' into blender2.8Bastien Montagne
2017-02-01Cycles: Fix rng_state initialization when using resumable renderingLukas Stockner
2017-01-31Cycles: Fix spelling in commentSergey Sharybin
2017-01-31Merge branch 'master' into blender2.8Bastien Montagne
2017-01-27Cycles: Add option to replace GI with AO approximation after certain amount o...Sergey Sharybin
2017-01-26Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-25[Cycles/MSVC/Testing] Fix broken test code.lazydodo
2017-01-25Fix T50032: Wrong render result when same image is used with and without alphaSergey Sharybin
2017-01-25Fix T50517: Rendering expecting time is negativeSergey Sharybin
2017-01-25Fix T49405: Crash when baking with adaptive subdivisionMai Lavelle
2017-01-24Cycles: Don't rely on indirectly included algorithmSergey Sharybin