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-10-16Merge remote-tracking branch 'origin/master' into openvdbopenvdbLukas Tönne
2017-09-08Cycles: disable fast math flags, only use a subset.Brecht Van Lommel
2017-09-05Cycles: Cleanup, styleSergey Sharybin
2017-08-24Fix Cycles CUDA transparent shadow error after recent fix in c22b52c.Brecht Van Lommel
2017-08-19Fix T52452: OSL trace broken after shadow catcher recent changes.Brecht Van Lommel
2017-08-07Cycles: Cleanup, remove bvh prefix from curve functionsSergey Sharybin
2017-08-07Fix Cycles shadow catcher objects influencing each other.Brecht Van Lommel
2017-03-29Cycles: Cleanup, indentationSergey Sharybin
2017-03-29Cycles: Fix compilation error with visibility flag disabledSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-28Cycles: Switch to reformulated Pluecker ray/triangle intersectionSergey Sharybin
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-24Cycles: Workaround incorrect SSS with CUDA toolkit 8.0.61Sergey Sharybin
2017-03-23Cycles: Use SSE-optimized version of triangle intersection for motion trianglesSergey Sharybin
2017-03-23Cycles: Move triangle intersection precalc to an util fileSergey Sharybin
2017-03-10Cycles: Cleanup, extra semicolon and spaceSergey Sharybin
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-02-13Cycles: Optimize sorting of transparent intersections on CUDASergey Sharybin
2017-02-13Cycles: Fix wrong transparent shadows with CUDASergey Sharybin
2017-02-08Cycles: Fix compilation error on OpenCLSergey Sharybin
2017-02-08Cycles: Implement record-all transparent shadow function for GPUSergey 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: Store time in BVH nodesSergey Sharybin
2017-01-13Cycles: Fix wrong transparent shadows for motion blur hairSergey Sharybin
2017-01-12Cycles: Prepare BVH traversal code to work with multiple curve primitives per...Sergey Sharybin
2017-01-12Cycles: Correct assert() for cases when there are multiple curves per BVH nodeSergey Sharybin
2017-01-12Cycles: Use dedicated debug passes for traversed nodes and intersection testsSergey Sharybin
2016-11-12Improved thread data handling for the OpenVDB Cycles node.Lukas Tönne
2016-11-09Merge branch 'master' into cvdb_ray_isectLukas Tönne
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-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-09-29Cycles: Cleanup file headersSergey 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
2016-09-19Cycles: More tweaks to make specialized BVH traversal matchingSergey Sharybin
2016-09-19Cycles: Avoid redundant intersection pre-calculationSergey Sharybin
2016-09-19Cycles: Cleanup, sync some comments across different traversalSergey Sharybin
2016-09-19Cycles: Cleanup, always use parenthesisSergey Sharybin
2016-09-19Cycles: Move BVH constants to an own files, so they are easily re-usableSergey Sharybin
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-08-25Cycles: Support proper visibility check in single volume intersection step fo...Sergey Sharybin
2016-08-25Cycles: Implement proper visibility check in QBVH volume all intersectionSergey Sharybin
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-26Cycles: Revert previous fixes to intersect_all functionsSergey Sharybin
2016-07-19Merge branch 'openvdb' into cvdb_ray_isectKévin Dietrich
2016-07-14Cycles: Fix wrong termination criteria in intersect_all functionsSergey Sharybin