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
2022-11-09Cycles: Add basic support for using OSL with OptiXPatrick Mours
2022-11-08Refactor: replace Cycles sse/avx types by vectorized float4/int4/float8/int8Brecht Van Lommel
2022-11-03Cleanup: cmake comment line lengthCampbell Barton
2022-10-21Avoid re-compilation of oneAPI AoT kernels when configuration changesSergey Sharybin
2022-10-21Cycles: oneAPI: remove use of SYCL host deviceXavier Hallade
2022-10-21Cycles: Bump versions of DPC++, IGC, and dependenciesSergey Sharybin
2022-10-19Cycles: oneAPI: fix clean Windows ninja buildsXavier Hallade
2022-10-19Cycles: oneAPI: preload kernels only when not using prebuilt binariesXavier Hallade
2022-10-19Cycles: oneAPI: fix MSVC_TOOLS_DIR for some build environmentsXavier Hallade
2022-10-13Cycles: use one instance of oneAPI gpu compiler by defaultNikita Sirgienko
2022-10-07Fix: One-API build issue on windows.Ray Molenkamp
2022-10-07Cycles: link oneAPI backend with debug version of sycl when in DebugXavier Hallade
2022-10-07Cycles: use direct linking for oneAPI backendXavier Hallade
2022-10-04Cycles: refine inlining thresholds for oneAPI backendNikita Sirgienko
2022-10-04Cycles: Speed up oneAPI GPU binaries compilation by using parallel instancesNikita Sirgienko
2022-09-27Cycles: add Path Guiding on CPU through Intel OpenPGLSebastian Herhoz
2022-09-23Cleanup: use lowercase function calls & macros in for CMakeCampbell Barton
2022-09-13Cycles: Make OSL implementation independent from SVMPatrick Mours
2022-09-13Fix oneAPI compilation on modern Linux and CentOS 7 librariesSergey Sharybin
2022-09-02Cleanup: split surface/displacement/volume shader eval into separate filesBrecht Van Lommel
2022-09-02Cleanup: refactoring of kernel film function names and organizationBrecht Van Lommel
2022-08-24Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-24Fix WITH_CYCLES_ONEAPI_BINARIES issues with make releaseBrecht Van Lommel
2022-08-19Cycles: add Sobol-Burley sampling patternNathan Vegdahl
2022-08-09Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-09Cycles: make transform inverse match Embree exactlyBrecht Van Lommel
2022-08-09Cycles: add new Spectrum and PackedSpectrum typesAndrii Symkin
2022-08-08Merge branch 'blender-v3.3-release'Xavier Hallade
2022-08-07Cycles: re-enable zebin format for Intel GPUs on LinuxXavier Hallade
2022-07-28Cleanup: simplifications and consistency for vector typesBrecht Van Lommel
2022-07-25Cycles: add math functions for float8Andrii Symkin
2022-07-25Cleanup: move device BVH code to kernel/device/*/bvh.hBrecht Van Lommel
2022-07-15Cycles: Apple Silicon optimization to specialize intersection kernelsMichael Jones
2022-07-15Cycles: keep track of SVM nodes used in kernelsMichael Jones
2022-07-15Cycles: refactor to move part of KernelData definition to template headerBrecht Van Lommel
2022-07-12Cycles: fix and enable JIT oneAPI CentOS7 builds for drivers 23570+Xavier Hallade
2022-07-06Cycles oneAPI: Remove direct dependency on Level-ZeroXavier Hallade
2022-06-29Cycles: Add support for rendering on Intel GPUs using oneAPIXavier Hallade
2022-06-20Cleanup: renaming and consistency for kernel dataBrecht Van Lommel
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-05-04Cycles: mark all CUDA 11.x versions as supportedBrecht Van Lommel
2022-05-03CMake: fix error building when CUDA_NVCC_EXECUTABLE is missingCampbell Barton
2022-04-29Cleanup: fix various Cycles build warnings with non-default optionsBrecht Van Lommel
2022-04-06Add CMake option to control CUDA host compilerhowetuft
2022-04-01Cycles: approximate shadow caustics using manifold next event estimationOlivier Maury
2022-03-16Cleanup: remove some unused Cycles GPU codeBrecht Van Lommel
2022-02-11Cycles: use SPDX license headersBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-16Cycles: pointcloud renderingBrecht Van Lommel
2021-11-29Cycles: MetalRT support (kernel side)Michael Jones