{% 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.

Extension support

Sort by % support / name.

Implementation limits

Device details

{% endblock %}