Developers

Understanding PowerVR Series5XT: PVRTC, PVRTC2 and texture compression

Picture of Kristof Beets
Jun 19, 2013  |  2 min read

One of the biggest contributors to bandwidth in mobile graphics is the bandwidth linked to texture mapping. This is especially true with increasing screen resolutions, as ever-higher resolution textures are required to maintain image quality, and thus ever more data is being read by the GPU.

Reducing texture bandwidth and power with PVRTC and PVRTC2

Imagination recognised this fact early on. PowerVR MBX was our first PowerVR core for mobile devices that included support for our proprietary PVRTC texture compression. For reference, this was in 2001. More than 12 years ago, we already recognised that reducing texture bandwidth (and related power consumption), as well as reducing the memory footprint and application distribution size were essential for success in the mobile market.

PVRTC and PVRTC2 Image vsTextureCompression

Image compression vs. texture compression

Given that in these early days, silicon area was a key factor for system architectures, the PVRTC decompression hardware was designed to be very small and of course extremely low power. PowerVR customers and partners have benefited from PVRTC compression down to 4 or even only 2 bits per pixel across RGB and RGBA formats ever since 2001, and this revolutionary ability is just one of many that have helped PowerVR become the dominant player in the mobile space.

Khronos recognised this issue too and started working on the ASTC compression standard in 2012. As of the writing of this post, there are still no devices shipping with this new standard while PVRTC and PVRTC2 can be found in millions of smartphones and tablets worldwide. Even though it has taken this long for the rest of the industry to recognise the need for texture compression, we are glad to see more people acknowledging our assertion that high quality 2bpp (bit per pixel) compression of RGBA texture data is essential.

With PowerVR Series5XT, we’ve introduced an enhanced version of PVRTC which removed several of the original limitations (which existed primarily for silicon area savings). For example, we eliminated assumed wraparound of textures with the introduction of NPOT (Non Power Of Two) support. We also added many other features designed to improve visual quality and allow for advanced texturing, such as atlases.

These improvements resulted in the updated PVRTC2 format . PVRTC2 has even better image quality than the original PVRTC format, which already surpassed the capabilities of DXT1. 

A case study of texture compression quality

To have a fair estimate of the quality difference between different compression schemes, we have compressed a set of images that included natural photographs, some actual game textures and some game screenshots. We then computed the average quality difference between the different schemes, using different metrics: SSIM, PSNR and RMS, VIF, etc.

PVRTC PVRTC2 ETC ATC DXT1 src images

PVRTC PVRTC2 ETC ATC DXT1 comparison

If you want to get started right away with PVRTC and PVRTC2 compression, we recommend you try out our PVRTexTool package, part of our PowerVR Graphics SDK. PVRTexTool is a suite of utilities for compressing textures which supports PVRTC, PVRTC2 and ETC, as well as all of the core texture formats for a variety of different APIs.

In the next blog post, I will discuss how PowerVR GPUs handle YUV color space conversions more efficiently compared to other graphics processors.

If you have any questions or feedback about Imagination’s graphics IP, please use the comments box below. To keep up to date with the latest developments on PowerVR, follow us on Twitter (@ImaginationTech) and subscribe to our blog feed.

‘Understanding PowerVR’ is an on-going, multi-part series of blog posts from Kristof Beets, Imagination’s Senior Business Development Manager for PowerVR. These articles not only focus on the features that make PowerVR GPUs great, but also provide a detailed look at graphics hardware architectures and software ecosystems in mobile markets.

Luis Matos has contributed to this article.

Share this post

About the Author
Picture of Kristof Beets

Kristof Beets is VP of Technology Insights at Imagination, where he drives the alignment of the technology roadmaps with market trends and customer needs as part of the IMG Labs Research organisation. He has a background in electrical engineering and received a master’s degree in artificial intelligence. Prior to joining the Labs Team he was part of the Business Development and Product Management Teams. Before this he worked on SDKs and tools for both PC and mobile products and ran the Competitive Analysis and Demo Teams as a member of the PowerVR Developer Relations and Ecosystem Teams. Kristof has written numerous articles and whitepapers which have been published in the ShaderX and GPU Pro Series of books and online by the Khronos Group, Beyond3D, 3Dfx Interactive and of course Imagination. Kristof has spoken at GDC, SIGGRAPH, Embedded Technology and MWC among others.

More from Kristof Beets

Read Next