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
2019-03-17Cycles: optimization for constant background colors.Brecht Van Lommel
2019-03-17Fix Cycles OpenCL compile waiting unnecessarily for background shader.Brecht Van Lommel
2019-03-17Cleanup: simplify kernel features definition.Brecht Van Lommel
2019-03-17Cleanup: remove Cycles advanced shading features toggle.Brecht Van Lommel
2019-03-15Cycles: upgrade to CUDA 10.1 as the one officially supported version.Brecht Van Lommel
2019-03-15Fix cycles preferences.get_devices() not returning all devices as before.Brecht Van Lommel
2019-03-15Cycles/OpenCL: Compile Kernels During Scene UpdateJeroen Bakker
2019-03-15Cycles/OpenCL: Added missing opencl programsJeroen Bakker
2019-03-14Fix T57138: Cycles CMJ failing with viewport samples set to 0.Brecht Van Lommel
2019-03-14Cycles: Improved thread order for better CUDA performance.Stefan Werner
2019-03-14Fix T62145: Geometry.Backface Node Renders BlackJeroen Bakker
2019-03-13Fix T60434: crash with OSL and viewport + preview render at the same time.Brecht Van Lommel
2019-03-12Fix T62481: Cycles crash rendering with UV pass after recent changes.Brecht Van Lommel
2019-03-12Cycles/OpenCL: Reduce How Often Kernel Recompilations Are NeededJeroen Bakker
2019-03-11Fix T61103: Cycles bevel wrong on objects with negative scale.Brecht Van Lommel
2019-03-11Fix T61831: Denoising Clean pass not scaled correctly with samples.Brecht Van Lommel
2019-03-11Color management: Fix/workaround broken getDefaultDisplay()Sergey Sharybin
2019-03-08Cycles OpenCL: Remove single programJeroen Bakker
2019-03-08Codestyle: commentsJeroen Bakker
2019-03-06Fix Cycles build error on non-x86 processors.Brecht Van Lommel
2019-03-05Cleanup: add asserts to catch cases where wrong attribute type is used.Brecht Van Lommel
2019-03-05Fix Cycles bug rendering with multiple UV maps after recent changes.Brecht Van Lommel
2019-03-05Cycles: Changed standalone XML parser to read UV as float2Stefan Werner
2019-03-05Cycles: Added Float2 attribute type.Brecht Van Lommel
2019-03-05Fix T58953: Lamp data not always setJeroen Bakker
2019-03-04Fix Cycles animation denoising giving black pixels for some outliers.Brecht Van Lommel
2019-02-28Fix Cycles animation denoising not working for files on a network drive.Brecht Van Lommel
2019-02-26Cleanup: remove unnecessary assert.Brecht Van Lommel
2019-02-26Cycles: Fix build errorRay Molenkamp
2019-02-26T61971: Compilation Displacement/Background KernelJeroen Bakker
2019-02-26T61576: Do Not (Re-)Compile OpenCL kernelsJeroen Bakker
2019-02-25Fix T61891: Cycles light use nodes button greyed out.Brecht Van Lommel
2019-02-21Fix T61810: Cycles OpenCL denoising broken after recent changes.Brecht Van Lommel
2019-02-21Cycles OpenCL: Motion Blur Compile DirectivesJeroen Bakker
2019-02-21Fix: Missing closing brackets in includeJeroen Bakker
2019-02-21Codestyle: IndentationJeroen Bakker
2019-02-21Fix: OpenCL Displacement and light samplingJeroen Bakker
2019-02-21Cycles: Fix uninitialized number of hitsSergey Sharybin
2019-02-20Cleanup: fix compiler warning.Brecht Van Lommel
2019-02-20Cycles OpenCL: Remove OpenCL MegaKernelJeroen Bakker
2019-02-19T61463: Separate Baking kernelsJeroen Bakker
2019-02-19T61513: Refactored Cycles Attribute RetrievalJeroen Bakker
2019-02-19Fix Cycles OpenCL multithreaded compilation not working on Windows.Brecht Van Lommel
2019-02-19Revert "Cycles: Change OpenCL split kernel to use single program by default"Jeroen Bakker
2019-02-17Fix T54504: Cycles wrong backwards compatibility with linked libraries.Brecht Van Lommel
2019-02-15Cycles: Support multithreaded compilation of kernelsBrecht Van Lommel
2019-02-14Cleanup: fix compiler warnings.Brecht Van Lommel
2019-02-14Fix T61470: incorrect saturation clamping in recent bugfix.Brecht Van Lommel
2019-02-14Fix Cycles Embree crash on macOS, due to too small thread stack size.Brecht Van Lommel
2019-02-14Fix Cycles build error with OpenImageIO 2.x.Brecht Van Lommel