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-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
2020-06-10Cycles: Improve OptiX viewport denoising performance with CUDA renderingPatrick Mours
2020-06-08Cycles: Add support for P2P memory distribution (e.g. via NVLink)Patrick Mours
2020-06-05Cycles: Enable OptiX on all Maxwell+ GPUsPatrick Mours
2020-05-27Merge branch 'blender-v2.83-release'Patrick Mours
2020-05-27Fix T76947: Optix realtime denoiser progressively reduces brightness of very ...Patrick Mours
2020-05-15Cycles: code refactor to bake using regular render session and tilesBrecht Van Lommel
2020-05-14Fix --debug-cycles printing CUDA devices twiceBrecht Van Lommel
2020-05-05Cycles: mark CUDA 10.2 as officially supportedBrecht Van Lommel
2020-04-11Cycles/Optix: Support building the optix kernels on demand.Ray Molenkamp
2020-04-07Cleanup: refactor adaptive sampling to more easily change some parametersBrecht Van Lommel
2020-03-26Cycles/Optix: Add CYCLES_OPTIX_TEST overrideRay Molenkamp
2020-03-25Cycles: limit number of processes compiling OpenCL kernel based on memoryBrecht Van Lommel
2020-03-24Cycles: use OpenCL C 2.0 if available, to improve performance for AMDBrecht Van Lommel
2020-03-21OpenCL: Bring back CYCLES_OPENCL_TEST overrideRay Molenkamp
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-12Fix memory leak in recent Cycles image texture refactorBrecht Van Lommel
2020-03-12Cleanup: add device_texture for images, distinct from other global memoryBrecht Van Lommel
2020-03-11Fix Optix build error on Linux with some compilersBrecht Van Lommel
2020-03-11Cleanup: stop encoding image data type in slot indexBrecht Van Lommel
2020-03-07Fix T74504: Cycles wrong progress bar with CPU adaptive samplingBrecht Van Lommel
2020-03-07Fix error in Cycles Optix adaptive sampling after recent cleanupBrecht Van Lommel
2020-03-06Cycles: cleanup warningDalai Felinto
2020-03-06Cleanup: tweak Cycles #includes in preparation for clang-format sortingBrecht Van Lommel
2020-03-06Cleanup: spellingCampbell Barton
2020-03-05Fix T74393: Cycles crashes when both OSL and Optix Denoising are enabledPatrick Mours
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-25Cleanup: Remove superfluous "cuda_device_ptr" functionPatrick Mours
2020-02-19Cleanup: `make format`Dalai Felinto
2020-02-17Cycles: Add support for adaptive kernel compilation to OptiX devicePatrick Mours
2020-02-14Fix T70685: Cycles crash using WITH_CYCLES_NATIVE_ONLY on WindowsRay molenkamp
2020-02-13Fix OptiX denoising when multiple CUDA streams are activePatrick Mours
2020-02-13Cleanup: Remove some unnecessary OptiX device codePatrick Mours