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
2017-08-12Code cleanup: fix warning and improve terminology.Brecht Van Lommel
2017-08-11Cycles: Clarify new argument in PathRadianceSergey Sharybin
2017-08-11Fix T52229: Shadow Catcher artifacts when under transparencySergey Sharybin
2017-08-11Cycles: remove square samples option.Brecht Van Lommel
2017-08-11Cycles: change defaults for filter glossy, clamp and branched path AA.Brecht Van Lommel
2017-08-11Fix T52322: denoiser broken on Windows after recent changes.Brecht Van Lommel
2017-08-10Cycles: Fix instanced shadow catcher objects influencing each otherSergey Sharybin
2017-08-10Cycles: De-duplicate trace-time object visibility calculationSergey Sharybin
2017-08-09Cycles: Remove ulong usageSergey Sharybin
2017-08-09Cycles: Proper fix for recent OpenCL image crashMai Lavelle
2017-08-09Revert "Cycles: Fix crash changing image after recent OpenCL changes"Mai Lavelle
2017-08-08Cycles: More fixes for Windows 32 bitSergey Sharybin
2017-08-08Cycles: Fix compilation error of filter kernels on 32 bit WindowsSergey Sharybin
2017-08-08Cycles: Fix crash changing image after recent OpenCL changesSergey Sharybin
2017-08-08Cycles: Fix compilation error without C++11Sergey Sharybin
2017-08-08Cycles: Cleanup, de-duplicate function parameter listSergey Sharybin
2017-08-08Cycles: Add utility macro ccl_refSergey Sharybin
2017-08-08Cycles: Pack kernel textures into buffers for OpenCLMai Lavelle
2017-08-07Cycles: Cleanup, move curve intersection functions to own fileSergey Sharybin
2017-08-07Cycles: Cleanup, trailign whitespaceSergey Sharybin
2017-08-07Cycles: Cleanup, remove bvh prefix from curve functionsSergey Sharybin
2017-08-07Cycles: Fix compilation error on NVidia OpenCL after recent refactorSergey Sharybin
2017-08-07Fix Cycles shadow catcher objects influencing each other.Brecht Van Lommel
2017-08-07Fix Windows build errors with recent Cycles SIMD refactoring.Brecht Van Lommel
2017-08-07Cycles: Cleanup, space after keywordSergey Sharybin
2017-08-07Code refactor: use float4 instead of intrinsics for CPU denoise filtering.Brecht Van Lommel
2017-08-07Code refactor: add, remove, optimize various SSE functions.Brecht Van Lommel
2017-08-07Code refactor: split defines into separate header, changes to SSE type headers.Brecht Van Lommel
2017-08-07Cycles: remove option to disable transparent shadows globally.Brecht Van Lommel
2017-08-07Fix Cycles CUDA adaptive megakernel build error.Brecht Van Lommel
2017-08-05Cycles: CUDA split performance tweaks, still far from megakernel.Brecht Van Lommel
2017-08-05Cycles: remove min bounces, modify RR to terminate less.Brecht Van Lommel
2017-08-03Cycles: Extra tweaks to performance of header expansionSergey Sharybin
2017-08-03mikktspace: minor optimizationCampbell Barton
2017-08-02Cycles: Avoid some expensive operations in header expansionsSergey Sharybin
2017-08-02Cycles: Support "precompiled" headers in include expansion algorithmSergey Sharybin
2017-08-02Cycles: Speed up #include expansion algorithmSergey Sharybin
2017-07-27Cleanup: remove check for old GCC&PPCCampbell Barton
2017-07-25Fix T51450: viewport render time keeps increasing after render is done.Jeff Knox
2017-07-24Fix T51948: pen pressure not detected with some Wacom tablets.James Fulop
2017-07-24Fix Cycles multi scatter GGX different render results with Clang and GCC.Brecht Van Lommel
2017-07-23Fix T52152: allow zero roughness for Cycles principled BSDF, don't clamp.Brecht Van Lommel
2017-07-23Fix Cycles denoising NaNs with a 1 sample renders.Brecht Van Lommel
2017-07-22Fix use of uninitialized value in Cycles, probably did not cause a bug.Brecht Van Lommel
2017-07-21Fix a few harmless maybe uninitialized warnings with GCC 5.4.Brecht Van Lommel
2017-07-21Fix T52135: Cycles should not keep generated/packed images in memory after re...Brecht Van Lommel
2017-07-21Fix potential memory leak in Cycles loading of packed/generated images.Brecht Van Lommel
2017-07-20Fix T52125: principled BSDF missing with macOS OpenCL.Brecht Van Lommel
2017-07-20Cycles: fixed the SM_2x CUDA kernel build that I broke in my previous commitStefan Werner
2017-07-20Fix T52107: Color management difference when using multiple and different GPU...Stefan Werner