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-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
2016-06-03Cycles: Simplify check for degenerated faces on GPUSergey Sharybin
2016-05-27Cycles: Simplify code around debug stats in BVH traversingSergey Sharybin
2016-05-19Cycles: Add support for bindless textures.Thomas Dinges
2016-05-11Cleanup: Remove outdated comment and add new one about slot IDs.Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-05-04Fix T48346: Transparent shadows do not work for instanced objectsSergey Sharybin
2016-04-11Cycles: Remove hair support from volume BVH traversalSergey Sharybin
2016-04-11Cycles: Rename tri_woop to tri_storageSergey Sharybin
2016-04-04Cycles: Fix wrong camera in volume check when domain is only visible to camer...Sergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-03-25Cycles: Use dedicated BVH for subsurface ray castingSergey Sharybin
2016-02-15Cycles: Initial support of 3D textures for CUDA renderingSergey Sharybin
2016-02-15Cycles: Tweaks for 32bit CUDA binariesSergey Sharybin
2016-02-03Cycles: Cleanup, indentation and bracesSergey Sharybin
2016-01-11Cycles: Always inline triangle precalc for CUDA devicesSergey Sharybin
2015-12-02Cleanup: warnings & spellingCampbell Barton
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-10-09Cycles: Fix wrong intersection with motion blur and degenerate object transformSergey Sharybin
2015-10-09Cycles: Fix intersection issues caused by degenerate instance matrixSergey 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-07-13Fix T45333: Volume Scatter crash blenderSergey 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-06-12Cycles: Fix missing node distance update when only two child intersected in QBVHSergey Sharybin
2015-06-12Cycles: Add debug pass which shows number of instance pushes during camera ra...Sergey Sharybin
2015-06-12Cycles: Remove meaningless debug traversal steps increment from QBVH volume codeSergey Sharybin