{% extends "reports/base.html" %} {% load report_tags %} {% block css %} .col { float: left; } .progress { font-size: 10px; font-weight: bold; display: inline-block; background: #f99; width: 40px; height: 13px; } .progress .bar { display: inline-block; position: absolute; background: #3f3; height: 13px; z-index: 0; } li:hover { background: #ddd; } {% endblock %} {% block title %} OpenGL capabilities database - index {% endblock %} {% block heading %} OpenGL capabilities database {% endblock %} {% block content %}

Based on data submitted by players of 0 A.D.

Browse the data here, or download as JSON. Feel free to do whatever you want with the data.

See the index page for more stuff.

The listed extensions are based on the GL_EXTENSIONS string: we don't show an extension as supported if it's not explicitly advertised, even if GL_VERSION is a version where that extension was folded into the main spec.

Extension support

Sort by % support / name.

Implementation limits

Device details

{% endblock %}