bloc97

Results 152 comments of bloc97

That's strange, mpv should parse the strings correctly if using the linux version of the instructions (that means replacing the characters `;` inside the quotes with `:`) Though this way...

> Are the shaders going to be optimised for apple silicon anytime soon? Or does that depend on the video player? The fast preset works fine when I use it...

This is weird, v2.1a_L and v2.1a are identical except the L version has a couple more CNN layers... Does enabling each of the five shaders individually cause problems? Have you...

This is even more strange, Bilateral_Median is more complex than Bilateral_Mode, except that a part of the code is disabled by default. What happens if you set `#define HISTOGRAM_REGULARIZATION 0.0`...

What I *think* might be happening is that this part of the code causes the GPU wavefronts to go out of sync. This should not happen with modern GPUs as...

I have quickly modified the bilateral mode denoiser so it no longer uses the extra registers and also removed the nested for loop. This of course is bad for readability...

That is what I thought too, as I saw people having this issue with older GPUs, but here the user has macOS, which should be using either OGL and Vulkan.

@arthurwolf What GPU do you have? Anything less than an GTX 1060 or RX 570 would have trouble running all 5 shaders together. It might work if you omit the...

@arthurwolf If your GPU doesn't have enough shader cores for a single pass of the shader or does not have enough memory, the GPU might be starved and be under-utilized....

Line thining already exists in MadVR, though it seems the implementation might be different. For line darkening it should be possible as it only needs 1 additional channel for storing...