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-02-22Cycles: Remove ccl_fetch and SOAMai Lavelle
2017-02-15Cycles: Don't calculate primitive time if BVH motion steps are not usedSergey Sharybin
2017-02-15Cycles: Fix wrong hair render results when using BVH motion stepsSergey Sharybin
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-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, commentsSergey Sharybin
2017-01-12Cycles: Cleanup, indentation within preprocessorSergey Sharybin
2016-12-12Cycles: Cleanup, variable namesSergey Sharybin
2016-12-12Cycles: Cleanup, variables namesSergey Sharybin
2016-12-02Cycles: Implement AVX2 path for curve intersection functionsSergey Sharybin
2016-11-03Cycles: Fix missing underscore in geom_object.hLukas Stockner
2016-11-03Cycles: Fix T49901: OpenCL build error after recent light texture coordinate ...Lukas 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: 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-23Cycles: OpenCL 3d textures support.Hristo Gueorguiev
2016-10-12Cycles: Implement AVX2 version of triangle_intersectSergey Sharybin
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-09-29Cycles: Cleanup file headersSergey Sharybin
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-09-04Fix a few OpenCL compiler warnings.Brecht Van Lommel
2016-08-17Cycles: Fix regression where smoke wouldn't show in rendersMai Lavelle
2016-08-15Cycles microdisplacement: Allow kernels to be built without patch evaluationMai Lavelle
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-08-06Cycles: Add AttributeDescriptorMai Lavelle
2016-08-02Fix T49003: Cycles volumes have wrong results after recent microdisp commitsMai Lavelle
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-31Cleanup: spelling, styleCampbell Barton
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-07-25Cycles: Fix rays parallel to the surface in the triangle refine and MultiGGX ...Lukas Stockner
2016-07-25Cycles: Fix SSS with spatial splits and motion blurSergey Sharybin
2016-07-24Fix use of uninitialized variable in recent SSS fix.Brecht Van Lommel
2016-07-18Fix T48860: Cycles SSS artifacts with spatially split BVHSergey Sharybin
2016-07-11Cycles: Move BVK kernel files to own directorySergey Sharybin
2016-07-08Fix T48808: Regression: Cycles OpenCL broken after Hair BVH commitSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH traversalSergey Sharybin
2016-07-07Cycles: Switch node address to absolute values in BVH treeSergey Sharybin
2016-07-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2016-07-07Cycles: Support visibility check for inner nodes of QBVHSergey Sharybin
2016-07-04Cycles: remove extended precision hacks, no longer needed with SSE2 requirement.Brecht Van Lommel
2016-07-02Cleanup: comment blocksCampbell Barton
2016-06-07Cycles: Limit degenerated triangle check got CUDA onlySergey Sharybin