Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ae98ba9 authored by Scott Main's avatar Scott Main
Browse files

fix dashboard to add opengl 3.0

Change-Id: Ibf85aefed6e2adbc7247758deed0f6f27726967d
parent 3e0cb9ba
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ support for any lower version (for example, support for version 2.0 also implies


<img alt="" style="float:right"
src="//chart.googleapis.com/chart?cht=p&chs=400x250&chco=c4df9b,6fad0c&chl=GL%201.1%20only|GL%202.0%20%26%201.1&chd=t%3A0.2,99.8&chf=bg,s,00000000" />
src="//chart.googleapis.com/chart?cht=p&chs=400x250&chco=c4df9b,6fad0c&chl=GL%201.1%20only|GL%202.0|GL%203.0&chd=t%3A0.1,98.3,1.6&chf=bg,s,00000000" />

<p>To declare which version of OpenGL ES your application requires, you should use the {@code
android:glEsVersion} attribute of the <a
@@ -132,8 +132,12 @@ uses.</p>
<td>0.1%</td>
</tr>
<tr>
<td>2.0 &amp; 1.1</th>
<td>99.9%</td>
<td>2.0 (+ 1.1)</th>
<td>98.3%</td>
</tr>
<tr>
<td>3.0 (+ 2.0 + 1.1)</th>
<td>1.6%</td>
</tr>
</table>