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-07-28Cycles: remove WITH_CYCLES_DEBUG, add WITH_CYCLES_DEBUG_NANBrecht Van Lommel
2021-06-22OptiX: select BVH build options from Scene paramsKévin Dietrich
2021-05-25Fix T88096: Baking with OptiX and displacement failsPatrick Mours
2021-05-20Merge remote-tracking branch 'origin/blender-v2.93-release'Sybren A. Stüvel
2021-05-19Fix T87793: Cycles OptiX crash hiding objects in viewport renderBrecht Van Lommel
2021-04-26Cycles: Fix build with OptiX 7.3 SDKPatrick Mours
2021-04-13Cycles: Initialize all OptiX structs to zero before usePatrick Mours
2021-03-11Cycles: Change device-only memory to actually only allocate on the devicePatrick Mours
2021-01-20Fix T84872: OptiX GPU + CPU rendering uses branched path samplesBrecht Van Lommel
2021-01-11Fix T82351: Cycles: Tile stealing glitches with adaptive samplingLukas Stockner
2021-01-08Fix Cycles rendering with OptiX after instance limit increase when building w...Patrick Mours
2021-01-07Cycles: Increase instance limit for OptiX acceleration structure buildingPatrick Mours
2020-12-24Fix T84016: Cycles baking crash with OptiX after recent changesBrecht Van Lommel
2020-12-22Fix Cycles OptiX runtime compilation broken after shader raytracingBrecht Van Lommel
2020-12-11Cycles: Add CPU+GPU rendering support with OptiXPatrick Mours
2020-12-08Cycles: Enable baking panel in OptiX and redirect those requests to CUDA for nowPatrick Mours
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-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-08-19Cycles : add a Volume Geometry NodeKé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-13Fix T78881: Cycles OpenImageDenoise not using albedo and normal correctlyBrecht 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-06-24Cleanup: compiler warningsBrecht 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-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-12Cycles: Improve CUDA and OptiX error reporting in the viewportPatrick Mours
2020-06-05Cycles: Enable OptiX on all Maxwell+ GPUsPatrick Mours
2020-05-27Fix T76947: Optix realtime denoiser progressively reduces brightness of very ...Patrick Mours
2020-05-14Fix --debug-cycles printing CUDA devices twiceBrecht Van Lommel
2020-04-11Cycles/Optix: Support building the optix kernels on demand.Ray Molenkamp
2020-03-26Cycles/Optix: Add CYCLES_OPTIX_TEST overrideRay Molenkamp
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11Fix Optix build error on Linux with some compilersBrecht Van Lommel
2020-03-07Fix error in Cycles Optix adaptive sampling after recent cleanupBrecht Van Lommel
2020-03-06Cycles: cleanup warningDalai Felinto
2020-03-05Adaptive Sampling for Cycles.Stefan Werner
2020-02-28Cycles: Rework tile scheduling for denoisingPatrick Mours
2020-02-28Fix CUDA out of memory error with OptiX viewport denoising on small GPUsPatrick Mours
2020-02-17Cycles: Add support for adaptive kernel compilation to OptiX devicePatrick Mours
2020-02-13Fix OptiX denoising when multiple CUDA streams are activePatrick Mours
2020-02-13Cleanup: Remove some unnecessary OptiX device codePatrick Mours