[MPlayer-dev-eng] [PATCH] Fix GL_SDL detection on OS X

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Jun 30 20:36:17 CEST 2010


On Wed, Jun 30, 2010 at 11:29:47AM -0700, Alexander Strange wrote:
> Also gl and corevideo both do unnecessary picture copies on OS X -
> gl's is due to not using EXT_client_storage

I don't think it is possible to use EXT_client_storage, the image
is not necessarily available when we draw the frame, and we must keep
the buffer available even beyond that.
-dr somewhat avoids this issue, but honestly I haven't seen it make
that much of a difference either, though I realize I haven't tested
on OSX.



More information about the MPlayer-dev-eng mailing list