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
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-11Cycles: Add comments to endif directivesMai Lavelle
2016-11-03Cycles: Fix missing underscore in geom_object.hLukas Stockner
2016-11-03Cycles: Fix OpenCL build error caused by light termination commitLukas Stockner
2016-11-03Cycles: Fix T49901: OpenCL build error after recent light texture coordinate ...Lukas Stockner
2016-10-31Cycles: Deduplicate AO calculationLukas Stockner
2016-10-30Cycles: Fix OpenCL compilation with the new brick textureLukas Stockner
2016-10-30Cycles: Initialize the RNG state from the kernel instead of the hostLukas Stockner
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-10-30Cycles: Add smoothing option to the Brick TextureLukas Stockner
2016-10-29Fix T49846: OpenCL rendering compilation failureLukas Stockner
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-10-26Cycles: Another attempt to fix crashes on AVX2 processorsSergey Sharybin
2016-10-26Cycles: Fix compilation error of AVX2 kernel without SSE mathSergey Sharybin
2016-10-25Cycles: Fix for fix (tm)Sergey Sharybin
2016-10-25Cycles: Fix typo in previous commit for BVH improvementsSergey Sharybin
2016-10-25Cycles: Enable SSE math optimization for AVX kernelsSergey Sharybin
2016-10-25Cycles: Use new SSE version of offset calculation for all QBVH flavorsSergey Sharybin
2016-10-25Cycles: Move QBVH near/far offset calculation to an utility functionSergey Sharybin
2016-10-25Cycles: BVH-related SSE optimizationSergey Sharybin
2016-10-25Cycles: Avoid branching in SSE version of intersection pre-calculationSergey Sharybin
2016-10-24Cycles: Add AVX2 path to subsurface triangle intersectionSergey Sharybin
2016-10-24Cycles: Fix shadowing variable which also causes use of uninitialized variableSergey Sharybin
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-10-23Cycles: OpenCL 3d textures support.Hristo Gueorguiev
2016-10-23Fix Cycles address space OpenCL error after recent fix.Brecht Van Lommel
2016-10-22Fix T49750: Cycles wrong ray differentials for perspective and stereo cameras.Brecht Van Lommel
2016-10-15Cycles: use near clipping distance in panorama camera.Scott Wu
2016-10-12Fix build error with WITH_CYCLES_NATIVE_ONLY and recent AVX2 changes.Brecht Van Lommel
2016-10-12Cycles: Implement AVX2 version of triangle_intersectSergey Sharybin
2016-10-12Cycles: Add new avxf vectorized data typeSergey Sharybin
2016-10-12Cycles: Enable SSE options of math module for AVX2 kernelsSergey Sharybin
2016-10-12Cycles: Get rid of ifdef-ed noinline policySergey Sharybin
2016-10-12Cycles: Fix use of uninitialized variable in SSSSergey Sharybin
2016-10-12Cycles: Cleanup, styleSergey Sharybin
2016-10-07Cycles: Fix OpenCL split kernel compilation after recent CUDA 8 performance fixLukas Stockner
2016-10-03Cycles CUDA: make CUDA 8.0 the officially supported version for all platforms.Brecht Van Lommel
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-10-01Cycles: implement partial constant folding for exponentiation.Alexander Gavrilov
2016-09-29Cycles: Cleanup file headersSergey Sharybin
2016-09-28Cycles: Cleanup, indentationSergey Sharybin
2016-09-28Cycles: Fix compilation error with minimal feature setSergey Sharybin
2016-09-26Cycles: Use correct light sampling PDF for MIS calculation with Branched Path...Lukas Stockner
2016-09-25Cycles: Fix T49411: Multiscatter GGX with zero roughness when Filter Glossy i...Lukas Stockner
2016-09-21Cycles: Cleanup, whitespaceSergey Sharybin
2016-09-21Cycles: Make code more uniform across two versions of shadow_blocked()Sergey Sharybin
2016-09-21Cycles: Remove out of date commentSergey Sharybin
2016-09-20Cycles: Make regular bvh traversal functions close to each otherSergey Sharybin
2016-09-20Cycles: Re-group ifdef so we check for particular feature only onceSergey Sharybin
2016-09-20Cycles: Avoid conversion from bool to uintSergey Sharybin