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-08-04support automatic GPU switching on MacMike Erwin
2016-08-04OpenGL: on Mac use legacy 2.1 or core 3.2Mike Erwin
2016-08-04OpenGL: Blender 2.8 on X11 requires GL 3.0Mike Erwin
2016-08-03OpenGL: Blender 2.8 on Windows requires GL 3.2Mike Erwin
2016-07-28Merge branch 'master' into blender2.8Campbell Barton
2016-07-28Fix T48790: Cycles render bug with zero strength lights.Brecht Van Lommel
2016-07-27Cycles: Style, placement of asteric in pointersSergey Sharybin
2016-07-27Cycles: Some minor tweaks to emission sharderSergey Sharybin
2016-07-26Cycles: Proper fix for buffer overflow in volume intersect allSergey Sharybin
2016-07-26Cycles: Revert previous fixes to intersect_all functionsSergey Sharybin
2016-07-25Cycles: Fix rays parallel to the surface in the triangle refine and MultiGGX ...Lukas Stockner
2016-07-25Cycles: Calculate differentials in the Multiscattering GGX closuresLukas Stockner
2016-07-25OpenSubdiv: Support shadeless shadingSergey Sharybin
2016-07-25Merge branch 'master' into blender2.8Bastien Montagne
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-23Audaspace: fix incorrect parameter check in python API.Jörg Müller
2016-07-22OpenSubdiv: Properly respect Subdivide UVs optionSergey Sharybin
2016-07-22OpenSubdiv: Initial support of UV maps in material shading modeSergey Sharybin
2016-07-22OpenSubdiv: Use BLI module math functionsSergey Sharybin
2016-07-22OpenSubdiv: Make drawing code a bit more flexible for FVar widthSergey Sharybin
2016-07-22OpenSubdiv: Properly support active UV layer in textured viewSergey Sharybin
2016-07-22OpenSubdiv: Lay down fundamentals to support multiple UV mapsSergey Sharybin
2016-07-22OpenSubdiv: Get number of UVs from topology refinerSergey Sharybin
2016-07-22OpenSubdiv: Cleanup, please don't use insanely long linesSergey Sharybin
2016-07-22OpenSubdiv: Cleanup, don't use camel case for variable namesSergey Sharybin
2016-07-22fix comparison of identicalsMike Erwin
2016-07-21Tracking: Fix bug when tracker will keep trying tracking past the footageSergey Sharybin
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-18Merge branch 'master' into blender2.8Campbell Barton
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