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-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
2020-02-13Cleanup: pass const variablesCampbell Barton
2020-02-12Fix NLM denoiser no longer working with OptiX after recent commitPatrick Mours
2020-02-12Fix Cycles compiler warnings after recent commitBrecht Van Lommel
2020-02-12Fix Cycles build errors and clang-format after recent commitBrecht Van Lommel
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'Sergey Sharybin
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
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-11Cycles/OpenCL: Remove NULL PTR WorkaroundJeroen Bakker
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