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-03Cleanup: cmake comment line lengthCampbell Barton
2022-10-21Avoid re-compilation of oneAPI AoT kernels when configuration changesSergey Sharybin
2022-10-21Cycles: Bump versions of DPC++, IGC, and dependenciesSergey Sharybin
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-08-29Cycles: add option to specify OptiX runtime root directoryBrecht Van Lommel
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-06-29Cycles: Add support for rendering on Intel GPUs using oneAPIXavier Hallade
2022-04-07Cycles: various Linux build fixes related to Hydra render delegateBrecht Van Lommel
2022-03-23Cycles: Add Hydra render delegatePatrick Mours
2022-02-11Cycles: use SPDX license headersBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cycles: Metal host-side codeMichael Jones
2021-10-26Cleanup: remove useless WITH_CYCLES_DEVICE_MULTIBrecht Van Lommel
2021-10-26Cycles: remove prefix from source code file namesBrecht Van Lommel
2021-09-28Fix build without Cycles HIP deviceBrecht Van Lommel
2021-09-28Cycles: add HIP device support for AMD GPUsBrian Savery
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2020-10-29Cycles: abort rendering when --cycles-device not foundBrecht Van Lommel
2020-09-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2020-08-24Cycles: Fix missing dependencies in libcycles_deviceImre Palik
2020-06-24Cycles: add Intel OpenImageDenoise support for viewport denoisingBrecht Van Lommel
2020-02-12Cleanup: Move common CUDA/OptiX Cycles device code into separate filePatrick Mours
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-09-13Cycles: add Optix device backendPatrick Mours
2019-04-19CMake: fix Cycles linking with OpenCLCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-16CMake: cleanup, arg rename, add definitions lastCampbell Barton
2019-02-20Cycles OpenCL: Remove OpenCL MegaKernelJeroen Bakker
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2017-10-24Code refactor: store device/interp/extension/type in each device_memory.Brecht Van Lommel
2017-08-08Cycles: Pack kernel textures into buffers for OpenCLMai Lavelle
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-08Cycles: OpenCL split kernel refactorMai Lavelle
2016-10-09Cycles: Split device_opencl.cpp into multiple files for easier maintenanceLukas Stockner
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-01-24Cleanup: styleCampbell Barton
2016-01-14Cycles: Reduce scope of some defines set in CMakeListsSergey Sharybin
2016-01-14Cycles: Add option to directly link against CUDA librariesSergey Sharybin
2014-12-31Cycles: Synchronize changes with standalone repositorySergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
2014-01-15Cycles: Build SSE41 kernel per default, remove build option. This hopefully a...Thomas Dinges
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-11-22Cycles: test code for sse 4.1 kernel and alignment for some vector types.Martijn Berger
2013-02-06add missing bullet header to cmake, quiet reports from 'make test_cmake'Campbell Barton
2013-01-06device_network.cpp is completely elided when WITH_NETWORK is not defined, so ...Jason Wilkins