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
2021-04-01Fix Cycles build error with "make developer" on some CPUsNikita Sirgienko
2021-02-17Cycles: add utility functions for zero float2/float3/float4/transformBrecht Van Lommel
2021-01-20CMake: add missing headersCampbell Barton
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-27Revert "Cycles API: encapsulate Node socket members"Brecht Van Lommel
2020-10-27Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-19Fix build error with WITH_CYCLES_NATIVE_ONLY and AVX tests on macOSBrecht Van Lommel
2020-10-13Cycles: fix missing ShaderNode ownership in render_graph_finalize_testKévin Dietrich
2020-09-17Tests: bundle tests for some modules in their own executablesBrecht Van Lommel
2020-09-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-09-04Fix build error on macOS after recent changesBrecht Van Lommel
2020-09-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2020-08-04Cycles: Fix nan in decomposed transform for degenerated inputSergey Sharybin
2020-06-22Cleanup: minor refactoring around DeviceTaskBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cycles: support rendering new Volume object typeBrecht Van Lommel
2020-03-05Cleanup: formatting, strip trailing spaceCampbell Barton
2020-03-04Cleanup: cmake indentationCampbell Barton
2020-02-18Cycles: Fix failing avxf cross test on AVX2Ray Molenkamp
2020-02-11CLeanup: clang-formatCampbell Barton
2020-02-10CTest: Disable the cross test from the avxf unit tests.Ray Molenkamp
2020-02-10Cycles: Fix linking error of new avxf unit testsSergey Sharybin
2020-02-09Cycles: Add avxf unit tests.Ray Molenkamp
2019-12-13Cycles: Fix compilation of the Render Graph testLukas Stockner
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-20Cycles Tests: Fix Math tests when use_clamp is true.OmarSquircleArt
2019-08-18Shading: Refactor Math node and use dynamic inputs.OmarSquircleArt
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Cycles: Implement function to format and parse human readable timeSergey Sharybin
2018-12-28Fix (unreported) broken Cycles tests after numaapi changes today.Bastien Montagne
2018-12-05Fix (unreported) building Cycles tests with Embree enabled.Bastien Montagne
2018-11-30Fix T58183: crash with CPU + GPU rendering after profiling changes.Brecht Van Lommel
2018-11-26CMake: Remove Cycles specific OpenSubdiv optionsSergey Sharybin
2018-11-09Cycles: Cleanup, split array from vectorSergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-09-11Build: require OpenJPEG 2.x minimum, remove bundled version.Brecht Van Lommel
2018-06-28Fix Cycles tests build on macOS.Brecht Van Lommel
2018-06-14Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assumi...Lukas Stockner
2017-10-24Fix Cycles gtests build on macOS.Brecht Van Lommel
2017-10-24Cycles: Fix memory leak in test and simplify codeSergey Sharybin
2017-10-24Cycles: Fix test compilation failure after recent refactorSergey Sharybin
2017-06-08Cycles: Don't leave multiple spaces in the device nameSergey Sharybin
2017-02-03Cycles: Cleanup, order of arguments to EXPECT_EQSergey Sharybin
2017-01-25[Cycles/MSVC/Testing] Fix broken test code.lazydodo
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-10-01Cycles: implement partial constant folding for exponentiation.Alexander Gavrilov
2016-08-22Fix T49136: full constant Curves with zero Fac input crashes in assert.Alexander Gavrilov
2016-08-11Revert "Cycles Tests: Add test for correct 16 byte alignment of KernelData st...Sergey Sharybin
2016-08-10Cycles Tests: Add test for correct 16 byte alignment of KernelData structsLukas Stockner