Stephen

Results 193 comments of Stephen

I did just retest this in my test app, but got the same results. Also tested it with 16-bit surfaces. I created three arrays with this: ``` CUDA_ARRAY3D_DESCRIPTOR arrDesc =...

That comment says *3 channels* are not supported, not planes. The MAX_PLANES define is set to 3, so I would be surprised if it isn't supported.

I had complete forgot to check the list of supported DRM formats. I assume it's the YU24 or YV24 ones we're looking for.

I also have this issue, but I've been unable to capture it happening so I'm not certain what's causing it. I'll see if I can find some time to investigate...

I've not had much luck reproducing this intentionally, but it does still happen to me occasionally. The best I've managed to do is get this error from Firefox, but I'm...

That's a very weird issue, I'm not sure how you end up with just the red channel. I've tried running QMPlay2 locally, but it just crashes with that video (which...

It looks like the driver is working fine here, and it's the Vulkan renderer of QMPlay2 that's causing the issue here.

Interesting that Vulkan doesn't like reading from the smaller page size (I think 4KiB). I don't see any reason why we can't bump that to 'big' pages (64KiB). I've pushed...

I assume that video is the HDR Costa Rica one on Youtube? I've grabbed that file, but I'm having a different issue playing it back, some sort of CUDA error....

It should just work. Can you post the output of firefox with the `NVD_LOG` environment variable set to `1`?