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
2020-12-04Cycles: Add support for shader raytracing in OptiXPatrick Mours
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-11-03Cycles: add support for BVH refit in OptiXKévin Dietrich
2020-10-31Cycles: Implement tile stealing to improve CPU+GPU rendering performanceLukas Stockner
2020-10-29Cycles: abort rendering when --cycles-device not foundBrecht Van Lommel
2020-10-27Revert "Cycles API: encapsulate Node socket members"Brecht Van Lommel
2020-10-27Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-26Cycles: Add support for OptiX 7.2 SDKPatrick Mours
2020-10-05Cycles: Add NanoVDB support for rendering volumesPatrick Mours
2020-10-05Fix Cycles OpenCL failing when extension string is longMatt McClellan
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-17Fix OpenCL render error in large scenesBrecht Van Lommel
2020-09-15Fix T80477: Crash when rendering with Embree but denoising with OptiXPatrick Mours
2020-09-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2020-09-04Cycles: Cleanup, mark overridden virtual methods as suchSergey Sharybin
2020-09-01Cycles: Separate Embree device for each CPU Device.Stefan Werner
2020-08-28Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-28Fix T80149: Cycles OpenCL baking broken after changes to uses tiles for bakingBrecht Van Lommel
2020-08-24Cycles: Fix missing dependencies in libcycles_deviceImre Palik
2020-08-19Cycles : add a Volume Geometry NodeKévin Dietrich
2020-08-18Cycles: move some Scene related methods out of SessionKévin Dietrich
2020-07-27Cycles: Enable OptiX on first generation Maxwell GPUs againPatrick Mours
2020-07-24Fix OptiX being shown as available on first generation Maxwell GPUsPatrick Mours
2020-07-20Cycles: Use pre-compiled PTX kernel for older generation when no matching one...Patrick Mours
2020-07-14Cleanup: spellingCampbell Barton
2020-07-13Fix T78881: Cycles OpenImageDenoise not using albedo and normal correctlyBrecht Van Lommel
2020-07-11Cleanup: spellingCampbell Barton
2020-07-10Fix T78662: Cycles baking fails if denoising is enabled, after recent changesBrecht Van Lommel
2020-07-10Fix build error building without OpenImageDenoiseBrecht Van Lommel
2020-07-10Cycles: support OpenImageDenoise in final rendersBrecht Van Lommel
2020-07-10Cleanup: reduce hardcoded numbers in denoising neighbor tiles codeBrecht Van Lommel
2020-07-07Cycles: Add support for native OptiX curve primitivePatrick Mours
2020-07-06Fix OptiX viewport denoising not working when rendering scene (without OptiX)...Patrick Mours
2020-07-01Fix T77984: Cycles OpenCL error rendering empty sceneBrecht Van Lommel
2020-06-30Fix T77095: fix Cycles performance regression with AMD RX cardsBrecht Van Lommel
2020-06-26Fix crash compiling Cycles OpenCL, after recent TBB changesBrecht Van Lommel
2020-06-25Cleanup: spellingCampbell Barton
2020-06-24Cleanup: compiler warningsBrecht Van Lommel
2020-06-24Cycles: add Intel OpenImageDenoise support for viewport denoisingBrecht Van Lommel
2020-06-24Cycles: add denoising settings to the render propertiesBrecht Van Lommel
2020-06-22Cycles: port curve-ray intersection from Embree for use in Cycles GPUBrecht Van Lommel
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-06-22Cycles: use TBB for task pools and task schedulerBrecht Van Lommel
2020-06-22Cleanup: remove task pool stop() and finished()Brecht Van Lommel
2020-06-22Cleanup: use lambdas instead of functors for task pools, remove threadidBrecht Van Lommel
2020-06-22Cleanup: minor refactoring around DeviceTaskBrecht Van Lommel
2020-06-18Fix for T77095: work around render artifacts with AMD Radeon RX 4xx and 5xxBrecht Van Lommel
2020-06-17Cleanup: fix compiler warningsBrecht Van Lommel
2020-06-12Cycles: Improve CUDA and OptiX error reporting in the viewportPatrick Mours
2020-06-10Cleanup: fix compiler warning after recent changesBrecht Van Lommel