Combined Vulkan and OpenGL ES listing for android

Upon popular request I finally got around combining android device data from my Vulkan and OpenGL ES hardware databases into a convenient table. This should be handy if you plan on supporting both apis on Vulkan or if you just need to check for general device support.

The new page can be reached via https://android.gpuinfo.org/

It combines all android device reports from the Vulkan database with all reports from the OpenGL ES database and also uses google’s official device list for translating device IDs (stored with Vulkan and OpenGL ES reports) into actual retail names.

Each entry displays the highest supported Vulkan and OpenGL ES version if there is a report present for that device in at least one of the database and also lists what apis are supported by a given device. Clicking on the version opens up the report for this device in the respective database.

So if you just want to see all devices that support (have a report present for) Vulkan and OpenGL ES you can filter by the list of supported apis or just pass this selection as a parameter to the url: https://android.gpuinfo.org?apis=vk,gles