|
|
|
|
|
by jordskott
3368 days ago
|
|
I already made a comment about Apple's GPU here: https://news.ycombinator.com/item?id=14021814 Apple actually has its own mobile GPU, built from scratch. The Tile-Based Deferred Rendering GPU is an advantage from the GPU sharing the same memory with the GPU. On a normal desktop GPU you need to transfer huge amounts of data from the main CPU RAM to the Video Ram but on a mobile device, the CPU and the GPU sit both on the same memory system. This allows you to architecture your GPU in a different way. Both ARM's Mali and Qualcomm's Adreno use Tile-Based Deferred Rendering. |
|