View Single Post
Posts: 503 | Thanked: 267 times | Joined on Jul 2006 @ Helsinki
#10
Originally Posted by ArnimS View Post
Why are you converting to YUV2? AFAIK the native mode is RGB565
Maybe because arbitrary hardware upscaling is available through XV extension API on N800 (which is used by SDL for YUV format surfaces)? By the way, N800 graphics chip supports arbitrary upscaling for RGB color formats too. But if portability to Nokia 770 is also desired, maybe just using pixel doubling through XSP extension is a way to go.