[MPlayer-dev-eng] vo_gl PBO patch ..

Vladimir Mosgalin mosgalin at VM10124.spb.edu
Wed May 7 17:10:21 CEST 2008


Hi Reimar Döffinger!

 On 2008.05.07 at 08:53:46 +0200, Reimar Döffinger wrote next:

> That is not surprising.
> What is very surprising to me is that resolutions would need to be
> divisible by 32 for things to work, that is an unusually large number.
> You could try changing
> > mpi2.width = mpi2.w;
> to
> > mpi2.width = (mpi2.w + 31) & ~31;

Luma is fixed, chroma is a mess.

> but that wastes quite a lot of space.

Space.. where? Frame in memory becomes a bit larger?

> I forgot, which card/drivers are you using? I am using
> "nVidia Corporation G70 [GeForce 7600 GS]" with driver version 169.12 

Radeon X1900, fglrx 8.443.1 (latest) under fedora 8 x86-64.

-- 

Vladimir



More information about the MPlayer-dev-eng mailing list