diff options
author | Scott Main <smain@google.com> | 2013-11-07 05:19:13 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-07 05:19:13 +0000 |
commit | 98d6f3f05d899feee1774e12270886af75e519a1 (patch) | |
tree | 8a6ccc2704a1b051356b3d7f64b35d053e2de137 /docs/html | |
parent | b256e9a08147a0b331c9955df5478f97fbfe0b71 (diff) | |
parent | 7ae98ba9f2570ad819e995cde8db2b9b837a401a (diff) | |
download | frameworks_base-98d6f3f05d899feee1774e12270886af75e519a1.zip frameworks_base-98d6f3f05d899feee1774e12270886af75e519a1.tar.gz frameworks_base-98d6f3f05d899feee1774e12270886af75e519a1.tar.bz2 |
am 7ae98ba9: fix dashboard to add opengl 3.0
* commit '7ae98ba9f2570ad819e995cde8db2b9b837a401a':
fix dashboard to add opengl 3.0
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/about/dashboards/index.jd | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/html/about/dashboards/index.jd b/docs/html/about/dashboards/index.jd index a9a9e04..1190eb3 100644 --- a/docs/html/about/dashboards/index.jd +++ b/docs/html/about/dashboards/index.jd @@ -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 & 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> |