[MPlayer-dev-eng] Video output for RV280+Mesa3D

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Dec 5 18:31:35 CET 2008


On Fri, Dec 05, 2008 at 01:44:51PM +0300, malc wrote:
> The patch implements the most performant(at least on this mac mini) way to
> put YV12/I420/YUY2/UYVY data on screen.

The way you use GL_UNPACK_CLIENT_STORAGE_APPLE is wrong, if you use it
you'd have to delete the texture before the corresponding "backing
store" is gone.
The correct place would be directly after draw_slice, though it would
probably be okay to do it in flip_page.
I'd also be very interested to know how much of the performance
advantage this makes up.

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list