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
2017-10-08Code refactor: use DeviceInfo to enable QBVH and decoupled volume shading.Brecht Van Lommel
2017-10-08Cycles: OpenCL bicubic and tricubic texture interpolation support.Brecht Van Lommel
2017-10-07Cycles: CUDA bicubic and tricubic texture interpolation support.Brecht Van Lommel
2017-10-03Fix T52981: 2D Curve shapes do not render untill extrudedSergey Sharybin
2017-09-29Fix T52943: don't export curves objects with no faces to Cycles.Brecht Van Lommel
2017-09-20Fix T52853: harmless Cycles test failure in debug mode.Brecht Van Lommel
2017-09-14Fix T51416: Blender Crashes while moving SlidersSergey Sharybin
2017-09-01Cycles: follow strict class naming conventionCampbell Barton
2017-08-25Cycles: Cleanup, naming of variableSergey Sharybin
2017-08-25Cycles: Add assert to catch possibly wrong logicSergey Sharybin
2017-08-21Cycles: reorganize Performance panel layout, move viewport BVH type to debug.Brecht Van Lommel
2017-08-21Revert "Cycles: remove square samples option."Brecht Van Lommel
2017-08-15Cycles/BI: Add a pixel size option for speeding up viewport renderingLukas Stockner
2017-08-14Cycles: Fixed broken camera motion blur when motion was not set to center on ...Stefan Werner
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-07Cycles: remove option to disable transparent shadows globally.Brecht Van Lommel
2017-08-05Cycles: remove min bounces, modify RR to terminate less.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-06Cycles: Add artificial memory limit debug option for OpenCLMai Lavelle
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-10Cycles: Fix denoising passes being written when they're not actually generatedLukas Stockner
2017-05-30Cycles: Cleanup, trailing whitespaceSergey Sharybin
2017-05-26Cycles: Cleanup: Remove semicolons from line endings in Python codeLukas Stockner
2017-05-26Cycles: Update compositor when debug or denoising passes are changedLukas Stockner
2017-05-26Cycles: Cleanup: b_srlay is always used now, no more need to silence warningLukas Stockner
2017-05-23Fix T51592: Simplify AO Cycles setting remains active while Simplify is disabledSergey Sharybin
2017-05-13Fix T51314: crash cancelling Cycles bake during scene sync and update.Brecht Van Lommel
2017-05-11Cycles: Fix occasional black pixels from denoising with excessive radiiLukas Stockner
2017-05-09Fix denoiser tooltipJens Verwiebe
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-04Cycles: Fix unused argument warning when building without debug passesSergey Sharybin
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-05-03Cycles: Fix OpenCL compilation failure after recent color changesSergey Sharybin
2017-05-03Cycles: Use render visibility for duplis when Render Layer option in viewport...Sergey Sharybin
2017-05-02Cycles: Branched path tracing for the split kernelMai Lavelle
2017-04-26Cycles: Change OpenCL split kernel to use single program by defaultMai Lavelle
2017-04-26Cycles: Enable Correlated Multi Jitter for OpenCL and split kernelMai Lavelle
2017-04-26Cycles: Fix over-allocation of triangles storage for triangle primitive hairSergey Sharybin
2017-04-26User preferences: Use checkbox for Cycles device selectionSergey Sharybin
2017-04-18Squashed commit of the following:Pascal Schoen
2017-04-14Object Info node support for GLSL mode and the internal renderAlexander Romanov
2017-04-07Cycles: Fix access of NULL pointer as arraySergey Sharybin
2017-04-07Cycles: Fix corrupted mesh render when topology differs at the next frameSergey Sharybin
2017-04-04Cycles: Tag shaders for update after the threading part is overSergey Sharybin
2017-04-04Cycles: Fix uninitialized memory access when comparing curve mapping nodesSergey Sharybin
2017-03-31Cycles: Solve threading conflict in shader synchronizationSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin