Texture decompression is the point for mobile GPUs

Texture decompression is the point for mobile GPUs
by Don Dingee on 09-18-2013 at 9:00 pm

In the first post of this series, we named the popular methods for texture compression in OpenGL ES, particularly Imagination Technologies PVRTC on all Apple and many Android mobile devices. Now, let’s explore what texture compression involves, what PVRTC does, and how it differs from other approaches.… Read More


Compressing OpenGL ES textures

Compressing OpenGL ES textures
by Don Dingee on 08-14-2013 at 6:00 pm

The 80s called, and they want lazy programming back. Remember “Mr. Mom”? Michael Keaton is talking about rewiring the house, and Martin Mull asks if he’s going to use all 220V, and Keaton responds “Yeah, 220, 221, whatever it takes.” Not knowing what’s inside can make you look silly.

Such is the case with OpenGL ES. Taking a look at … Read More