[BUG][AMD][VDPAU] RX6600 GPU locks up when decoding HEVC

2024-02-16 Thread Chris Rankin
Hi, I have discovered that my RX6600 cannot use VDPAU to decode HEVC, although VA-API works OK. Unfortunately, VLC 3.x only supports VDPAU these days for hardware decoding. I have raised this issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10599 Mesa 23.3.5 just used to fail, but both

Re: [BUG][AMD][VDPAU] RX6600 GPU locks up when decoding HEVC

2024-02-15 Thread Chris Rankin
eneral] > > This is being looked. > > > -Original Message- > > From: mesa-dev On Behalf Of > > Chris Rankin > > Sent: Thursday, February 15, 2024 10:38 AM > > To: mesa-dev@lists.freedesktop.org > > Subject: [BUG][AMD][VDPAU] RX6600 GPU locks up w

[BUG][AMD][VDPAU] RX6600 GPU locks up when decoding HEVC

2024-02-15 Thread Chris Rankin
I have discovered that my RX6600 cannot use VDPAU to decode HEVC, although VA-API works OK. Unfortunately, VLC 3.x only supports VDPAU these days for hardware decoding. I have raised this issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10599 Mesa 23.3.5 just used to fail, but both Mesa

Re: [Mesa-dev] [BUG] Large slowdown with RADV / Warcraft with latest Mesa from Git.

2021-01-08 Thread Chris Rankin
Hi, thanks for replying. Yes, that simple patch seems to have done the trick. Cheers, Chris ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [BUG] Large slowdown with RADV / Warcraft with latest Mesa from Git.

2021-01-08 Thread Chris Rankin
Hi, I've just noticed a large drop in FPS (from 60 down to 15) when playing World of Warcraft with the latest Mesa from Git. A quick git bisect has identified this commit: 4292fb2139282e6906d4ad2a8be2fd81ed7ca8af is the first bad commit commit 4292fb2139282e6906d4ad2a8be2fd81ed7ca8af Author:

Re: [Mesa-dev] [PATCH] Fix dependency generation for src/mesa/main directory

2012-06-13 Thread Chris Rankin
? I'm only adding an explicit CFLAGS to ensure Mesa is built with debug symbols (just in case). Thanks, Chris From: Kenneth Graunke kenn...@whitecape.org To: Chris Rankin ranki...@yahoo.com Cc: mesa-dev@lists.freedesktop.org Sent: Wednesday, 13 June 2012, 8:50

[Mesa-dev] [PATCH] Fix dependency generation for src/mesa/main directory

2012-06-12 Thread Chris Rankin
Hi, I have a Lenovo T60p laptop running 32 bit Fedora 17, and this patch fixes makedepend's behaviour when generating the src/mesa/depends file. Prior to this patch, makedepend had hung while still consuming 100% of the CPU. Strangely, none of the other PCs that I compile Mesa on are