[Mesa-dev] [PATCH] st/vdpau: fix YCbCr down/up-loads for buffers larger than requested
Andy Furniss
andyqos at ukfsn.org
Wed Jun 6 20:48:23 CEST 2012
Christian König wrote:
> When the video buffer turns out to be larger than
> requested by the application we shouldn't upload
> or download more data into / from it original requested.
>
> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=39309
Hi
It doesn't fix decoding (for my 9600) - which that bug is mainly about.
It does avoid the crashing with s/w decode that r300 had because npot
wasn't enabled and the one case I found that mplayer would crash on r600
mentioned in the bug is also fixed.
Unfortunately it's not quite right, there's an artifact on r300 s/w
decode = thin green lines right and bottom.
R600 with the patch doesn't show it as much, but 1080 stuff does have
one at the bottom.
More information about the mesa-dev
mailing list