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
2019-11-08Cleanup: clang-formatCampbell Barton
2019-11-05Fix Cycles failing to compile when "WITH_CYCLES_LOGGING" is offPatrick Mours
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-09-30Revert "macOS: Replaced OSSpinLock with os_unfair_lock."Stefan Werner
2019-09-21Cleanup: extra semicolon, comma warningsCampbell Barton
2019-09-14macOS: Replaced OSSpinLock with os_unfair_lock.Stefan Werner
2019-09-13macOS: Enabled posix_memalign() like on other Unix platforms.Stefan Werner
2019-09-13Cycles: add Optix device backendPatrick Mours
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt
2019-09-12Shading: Add More Features To The Voronoi Node.OmarSquircleArt
2019-09-05Shading: Rewrite Mapping node with dynamic inputs.OmarSquircleArt
2019-09-04Shading: Extend Noise node to other dimenstions.OmarSquircleArt
2019-08-30Cycles: OpenCL Separate Compilation Debug FlagJeroen Bakker
2019-08-27Cycles: Stitching of subdivided and displaced meshesMai Lavelle
2019-08-27Cycles/Windows: Fix over estimation of System RAM.Ray Molenkamp
2019-08-26Fix T69185: Cycles kernel OpenCL compile error after recent changesBrecht Van Lommel
2019-08-26Cleanup: add zero bit counting functionsBrecht Van Lommel
2019-08-26Cycles: code to optionally zero initialize some structs in the kernelBrecht Van Lommel
2019-08-26Cycles: inline more functions on the GPUPatrick Mours
2019-08-22Fix T69044: OpenCL fail due to bad fract function.OmarSquircleArt
2019-08-21Shading: Add White Noise node.OmarSquircleArt
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-16Cleanup: spellingCampbell Barton
2019-08-14Cleanup: don't unnecessarily use ustring in IES file parsingBrecht Van Lommel
2019-08-05Cycles: Fix compilation on 32bit Linux with GCC-9Sergey Sharybin
2019-08-04Cleanup: spellingCampbell Barton
2019-07-07Cleanup: clang-formatCampbell Barton
2019-07-07Cleanup: spellingCampbell Barton
2019-06-29Fix compilation error without Cycles loggingSergey Sharybin
2019-06-28Fix non-working verbosity when set prior to --debugSergey Sharybin
2019-06-22Cleanup: warnings, formattingCampbell Barton
2019-06-21Fix (harmless) Cycles ASAN warningsBrecht Van Lommel
2019-06-19Cleanup: style, indentationCampbell Barton
2019-06-18Fix Cycles CUDA suboptimal performance on Windows 10 with recent graphics cardsBrecht Van Lommel
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-01Cycles Denoising: Get rid of halos around bright edgesLukas Stockner
2019-05-19Images: change alpha settings to support channel packingBrecht Van Lommel
2019-05-14Fix Cycles build error after recent changesBrecht Van Lommel
2019-05-06Cleanup: clang-formatCampbell Barton
2019-05-03Fix Cycles assert on exit after recent changesBrecht Van Lommel
2019-05-03Cycles: add colorspace manager class and utilities based on OpenColorIOLukas Stockner
2019-05-03Cleanup: refactor Cycles OSL texture handlingBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in cyclesCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in intern/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: cleanup, arg rename, add definitions lastCampbell Barton
2019-03-19Merge branch 'blender2.7'Brecht Van Lommel
2019-03-19Cycles: Implement function to format and parse human readable timeSergey Sharybin
2019-03-19Fix T62558: Certain IES file causes crashJacques Lucke
2019-03-15Merge branch 'blender2.7'Jeroen Bakker