Hacker News new | ask | show | jobs
by zdw 5257 days ago
Hmm... on most desktop platforms, the decode happens in the GPU, and the flow is:

storage/network -> CPU -> GPU -> Screen

It sounds like on the Nexus One, there's some copy back into the CPU before it gets to the screen. In the version of the OS is Android doing graphics compositing in it's CPU?

I'd love to see references for this.