Christian König wrote:
My rv670 is still suffering quite different problems both xvmc and vdpau -
Please try the following patch with xvmc:
--- a/src/gallium/drivers/r600/r600_video_context.c
+++ b/src/gallium/drivers/r600/r600_video_context.c
@@ -40,5 +40,5 @@ r600_video_create(struct pipe_screen *screen, void
*priv)
if (!pipe)
return NULL;
- return vl_create_context(pipe, false);
+ return vl_create_context(pipe, true);
}
It fixes pendulum, but newmobcal has different artifacts.
http://www.andyqos.ukfsn.org/mobcal-rv670-xvmc-true.png
I tried with 1D tiling on/off this makes no difference.
If I reset the git to the actual npot commit, then changing false to
true in r600_video_context.c does fix both cases.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev