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-28Cycles: Switch to reformulated Pluecker ray/triangle intersectionSergey Sharybin
2017-03-23Cycles: Remove unused macroSergey Sharybin
2017-03-23Cycles: Fix speed regression on GPUSergey Sharybin
2017-03-23Cycles: Use utility function for SSS triangle intersectionSergey Sharybin
2017-03-23Cycles: Move watertight triangle intersection to an utility fileSergey Sharybin
2017-03-23Cycles: Move triangle intersection precalc to an util fileSergey Sharybin
2017-03-23Cycles: Cleanup, move utility function to utility fileSergey Sharybin
2017-03-23Cycles: Cleanup, inline AVX register construction from kernel global dataSergey Sharybin
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2016-12-12Cycles: Cleanup, variable namesSergey Sharybin
2016-12-12Cycles: Cleanup, variables namesSergey Sharybin
2016-10-26Cycles: Fix compilation error of AVX2 kernel without SSE mathSergey 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-12Cycles: Implement AVX2 version of triangle_intersectSergey Sharybin
2016-07-31Cleanup: spelling, styleCampbell Barton
2016-07-25Cycles: Fix rays parallel to the surface in the triangle refine and MultiGGX ...Lukas Stockner
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-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2016-06-07Cycles: Limit degenerated triangle check got CUDA onlySergey Sharybin
2016-06-03Cycles: Simplify check for degenerated faces on GPUSergey Sharybin
2016-04-11Cycles: Rename tri_woop to tri_storageSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-02-15Cycles: Tweaks for 32bit CUDA binariesSergey Sharybin
2016-01-11Cycles: Always inline triangle precalc for CUDA devicesSergey Sharybin
2015-12-02Cycles: Fix wrong SSS intersection refinement when this option is disabledSergey Sharybin
2015-11-25Cysles: Avoid having ShaderData on the stackSergey Sharybin
2015-10-22Cycles: Watertight fix for SSS intersectionSergey Sharybin
2015-10-22Cycles: Fix for watertight intersectionSergey Sharybin
2015-09-17Fix T46143: Faces missing with GPU renderSergey Sharybin
2015-09-09Cycles: Cleanup, typoSergey Sharybin
2015-09-09Cycles: Limit triangle magnitude check for only GPUSergey Sharybin
2015-09-09Cycles: Only use ascii in commentsSergey Sharybin
2015-09-07Fix T46034: OpenCL kernel compilation error in latest buildbotSergey Sharybin
2015-09-04Cycles: Fix wrong check for zero-sized trianglesSergey Sharybin
2015-08-25Fix T45904: Cycles bug after recent triangle intersect changesSergey Sharybin
2015-08-24Fix T45778: Objects scaled to 0 cause black artifacts with Static BVHSergey Sharybin
2015-06-20Cycles: Another fix for OSX, sm_50 experimental actually also fails to compileSergey Sharybin
2015-06-20Cycles: Tweak to previous commit, experimental sm_52 works on Linux but not OSXSergey Sharybin
2015-06-20Cycles: Un-inline triangle_intersect_precalc() on Apple OpenCLSergey Sharybin
2015-06-20Cycles: Cleanup, make it more obvious which platform requires workaround for ...Sergey Sharybin
2015-05-15Cycles: Make experimental kernel build option more genericSergey Sharybin
2015-05-14Cycles: Prepare code for OpenCL camera/motion blurSergey Sharybin
2015-04-08Fix T44046: Cycles speed regression in 2.74 (CPU only)Sergey Sharybin
2015-04-07Cycles: Cleanup, typosSergey Sharybin
2015-04-07Cycles: Cleanup, indentationSergey Sharybin
2015-04-01Cycles: Make SSS intersection closer to regular triangle intersectionSergey Sharybin
2015-04-01Cycles: Remove unused direction from triangle intersection functionsSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin