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-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-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-03Cycles: Cleanup, order of arguments to EXPECT_EQSergey Sharybin
2017-02-01Cycles: Fix rng_state initialization when using resumable renderingLukas Stockner
2017-01-31Cycles: Fix spelling in commentSergey Sharybin
2017-01-27Cycles: Add option to replace GI with AO approximation after certain amount o...Sergey 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
2017-01-24Use new manual URLAaron Carlisle
2017-01-23Cycles: Split ShaderData object and shader flagsSergey Sharybin
2017-01-23Cycles: Make object flag names more obvious that hey are object and not shaderSergey Sharybin
2017-01-23Cycles: Fix typo in the panel nameSergey Sharybin
2017-01-23Cycles: Update current Cycles versionSergey Sharybin
2017-01-22Fix T50491: Cycles UI breaks when pushing F8.Bastien Montagne
2017-01-20Cycles: Use more const qualifiers to avoid possible issuesSergey Sharybin
2017-01-20Cycles: Cleanup, split one gigantic function into two smaller onesSergey Sharybin
2017-01-20Cycles: Store time in BVH nodesSergey Sharybin
2017-01-20Cycles: Add option to split triangle motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Add option to split curve motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Add utility function to calculate curve boundbox from given 4 keysSergey Sharybin
2017-01-20Cycles: Cleanup, trailing whitespaceSergey Sharybin
2017-01-20Cycles: Split motion triangle file once again, avoids annoying forward declar...Sergey Sharybin
2017-01-20Cycles: Move motion triangle intersection functions to own fileSergey Sharybin
2017-01-20Cycles: Cleanup, better variable nameSergey Sharybin
2017-01-20Cycles: Add utility function to fetch motion keys while on CPU sideSergey Sharybin
2017-01-20Cycles: Cleanup, commentsSergey Sharybin
2017-01-20Cycles: Add utility function to fetch motion triangle when on CPU sideSergey Sharybin
2017-01-20Cycles: Cleanup, delete trailing whitespaceSergey Sharybin
2017-01-20Cycles: Fix compilation error on with older GCCSergey Sharybin
2017-01-20Fix T50460. Greying out issue with Cycles culling options.Thomas Dinges
2017-01-20Fix compile error (-Werror=float-conversion).Thomas Dinges
2017-01-19Cycles: Expose diffuse and glossy depth to Light Path nodeSergey Sharybin
2017-01-19Cycles: Don't use fast math for the host codeSergey Sharybin
2017-01-19Cycles: Add fast-math safe isnan and isfiniteSergey Sharybin
2017-01-19Cycles: Remove using namespace hellSergey Sharybin
2017-01-19Cycles: Fix amount of rendered samples not being shown while rendering the la...Lukas Stockner
2017-01-16Cycles: Cleanup, spellingSergey Sharybin
2017-01-16Cycles: Cleanup, avoid shadowingSergey Sharybin
2017-01-13Cycles: Fix wrong transparent shadows for motion blur hairSergey Sharybin
2017-01-13Cycles: Cleanup, styleSergey Sharybin