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
path: root/intern
AgeCommit message (Expand)Author
2016-07-21Attempt to fix compilation on Windows, take 2Kévin Dietrich
2016-07-21Attempt to fix compilation error on Windows.Kévin Dietrich
2016-07-21OpenSubdiv: Prepare majority of things to have proper subdivided UVSergey Sharybin
2016-07-21Fix another Cycles OSL script node issue with shaders using bump.Brecht Van Lommel
2016-07-21Fix Cycles OSL script node not working in shader using bump, after node type ...Brecht Van Lommel
2016-07-21Fix T48908: gray out Cycles motion vector pass if motion blur is enabled, doe...Brecht Van Lommel
2016-07-20OpenSubdiv: Initial work to support UV maps in textured OSD viewportSergey Sharybin
2016-07-20OpenSubdiv: Wrap OSD's TopologyRefier with own structSergey Sharybin
2016-07-19Usual i18n/UI messages fixes...Bastien Montagne
2016-07-19Fix building on NetBSDCampbell Barton
2016-07-19OpenSubdiv: Fix wrong shading in BI texture modeSergey Sharybin
2016-07-19OpenSubdiv: Fix broken structure alignment when using color materialSergey Sharybin
2016-07-18Cycles: add ConstantFolder class for constant folding boilerplate.Alexander Gavrilov
2016-07-18Cycles: add support for motion blurring of fluid meshes.Kévin Dietrich
2016-07-18Fix Cycles kernel build without render passes support.Brecht Van Lommel
2016-07-18[bf_intern_ghost/Windows] CleanupRay Molenkamp
2016-07-18Fix T48848: Cycles - Camera Culling - Camera Culling removes objects which ar...Sergey Sharybin
2016-07-18Fix T48860: Cycles SSS artifacts with spatially split BVHSergey Sharybin
2016-07-17Cycles: Fix OpenCL compilation after the recent numerical fixesLukas Stockner
2016-07-16Cycles: Fix three numerical issues in the fresnel, normal map and Beckmann codeLukas Stockner
2016-07-16Cycles: Deduplicate geometric factor calculation in the Beckmann distributionLukas Stockner
2016-07-15Cycles: Fix refitting of regular BVHSergey Sharybin
2016-07-15Cycles: Add option to disable new Hair BVHSergey Sharybin
2016-07-14Code cleanup: show unused arguments names for ShaderNode::constant_fold.Brecht Van Lommel
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-14Cycles: Give better idea which OpenCL kernel is currently compilingSergey Sharybin
2016-07-14Cycles: Avoid strings passed by value in OpenCL deviceSergey Sharybin
2016-07-14Libmv: Fix some strict compiler warningsSergey Sharybin
2016-07-14Cycles: Fix wrong size of sobol textureSergey Sharybin
2016-07-14Cycles: Fix wrong termination criteria in intersect_all functionsSergey Sharybin
2016-07-12Cleanup: remove redundant checkCampbell Barton
2016-07-11Cycles: Fix compilation error on Windows with OSL enabledSergey Sharybin
2016-07-11Cycles: Fix typoSergey Sharybin
2016-07-11Fix T48824: Crash when having too many ray-to-volume intersectionsSergey Sharybin
2016-07-11Cycles: Fix Extend image extension mode on OpenCLSergey Sharybin
2016-07-11Cycles: Use utility define for restrict pointersSergey Sharybin
2016-07-11Cycles: Cleanup, variables nameSergey Sharybin
2016-07-11Cycles: Add _all suffix to shadow traversal fileSergey Sharybin
2016-07-11Cycles: Move BVK kernel files to own directorySergey Sharybin
2016-07-10Cycles: Fix failed assert with isotropic Ashikhmin-Shirley distribution in th...Lukas Stockner
2016-07-08Fix T48808: Regression: Cycles OpenCL broken after Hair BVH commitSergey Sharybin
2016-07-07Cycles: Enable unaligned BVH builder for scenes with hairSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH traversalSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey 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-06Fix failing script_load_addons test after recent code cleanup.Brecht Van Lommel
2016-07-05Code cleanup: for Cycles compatible panels, use exclusion rather than inclusi...Brecht Van Lommel
2016-07-05Render border: make it work together with with cache result / save buffers / ...Brecht Van Lommel