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
diff options
context:
space:
mode:
authorPatrick Mours <pmours@nvidia.com>2021-11-09 14:24:54 +0300
committerPatrick Mours <pmours@nvidia.com>2021-11-09 16:47:26 +0300
commit9daf6a69a6acd95f0b46bc45e5f3ae27d0904764 (patch)
tree75241b60454114af38e7ed213b0f4c235a50dcbe /source/blender/editors/space_node/drawnode.cc
parent65c5ebf5779d07fb92fabd0ff992337f6c980cde (diff)
Fix T92472: OptiX denoising artifacts with recent GPU driver 495.29.05 or newer on Linux
Adds a workaround for a driver bug in r495 that causes artifacts with OptiX denoising. `optixDenoiserSetup` is not working properly there when called with a stream other than the default stream, so use the default stream for now and force synchronization across the entire context afterwards to ensure the other stream Cycles uses to enqueue the actual denoising command cannot execute before the denoising setup has finished. Maniphest Tasks: T92472 Differential Revision: https://developer.blender.org/D13158
Diffstat (limited to 'source/blender/editors/space_node/drawnode.cc')
0 files changed, 0 insertions, 0 deletions