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-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
2020-02-12Fix NLM denoiser no longer working with OptiX after recent commitPatrick Mours
2020-02-12Cleanup: Move common CUDA/OptiX Cycles device code into separate filePatrick Mours
2020-02-11Cycles: Add support for denoising in the viewportPatrick Mours
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2020-02-06Code_Cleanup_Day/Windows: Clean-up windows API Level.Ray Molenkamp
2020-01-23Merge branch 'blender-v2.82-release'Antonio Vazquez
2020-01-22Fix T71344: Optix render errors with motion blur and unknown bone constraint ...Patrick Mours
2020-01-14Merge branch 'blender-v2.82-release'Patrick Mours
2020-01-14Fix rendering motion blur scenes with OptiX failing with CUDA_ERROR_INVALID_C...Patrick Mours
2020-01-10Fix OptiX acceleration structure failing to build in viewportPatrick Mours
2020-01-08Cycles: Add OptiX AI denoiser supportPatrick Mours
2019-12-09Cycles: Add OptiX acceleration structure compactionPatrick Mours
2019-11-28Fix crash if OptiX context creation fails in CyclesPatrick Mours
2019-11-28Fix assert in Cycles memory statistics when using OptiX on multiple GPUsPatrick Mours
2019-11-25Fix potential access to deleted memory in OptiX kernel loading codePatrick Mours
2019-11-07Cycles: Fix strict compiler warningSergey Sharybin
2019-11-05Fix T71071: errors when using multiple CUDA/Optix GPUs and host mapped memoryHa Hyung-jin
2019-10-21Fix T70937: Cycles fails in viewport when rendering with OptiXPatrick Mours
2019-10-18Cycles: Fix out of memory when rendering some scenes with OptiX that work wit...Patrick Mours
2019-10-02Fix T70268: Render failures with Vector pass active with OptiX in CyclesPatrick Mours
2019-10-01Fix "motion_blur" tests with OptiX in CyclesPatrick Mours
2019-09-13Cycles: add Optix device backendPatrick Mours