diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2013-01-14 17:42:30 -0800 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2013-01-14 20:47:11 -0800 |
| commit | 20d47ca81df71096fd74bc9205e0e2a744cb630a (patch) | |
| tree | 8f73e4570135f24c2311e9695870d23d79569bed /docs/html/guide | |
| parent | d1a18011a68b2cac907d080d9044d527fd4c5853 (diff) | |
| download | frameworks_base-20d47ca81df71096fd74bc9205e0e2a744cb630a.zip frameworks_base-20d47ca81df71096fd74bc9205e0e2a744cb630a.tar.gz frameworks_base-20d47ca81df71096fd74bc9205e0e2a744cb630a.tar.bz2 | |
Doc change: add developer video to carousel and spotlight pages.
Change-Id: Ia12eb98f4d86edea72dfa1142d782ea24d3373f7
Diffstat (limited to 'docs/html/guide')
| -rw-r--r-- | docs/html/guide/topics/renderscript/index.jd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/html/guide/topics/renderscript/index.jd b/docs/html/guide/topics/renderscript/index.jd index 4c22e72..b5c53ff 100644 --- a/docs/html/guide/topics/renderscript/index.jd +++ b/docs/html/guide/topics/renderscript/index.jd @@ -9,6 +9,15 @@ page.landing.image= <div> <h3>Blog Articles</h3> + + <a +href="http://android-developers.blogspot.com/2013/01/evolution-of-renderscript-performance.html"> + <h4>Evolution of Renderscript Performance</h4> + <p>It’s been a year since the last blog post on Renderscript, and with the release + of Android 4.2, it’s a good time to talk about the performance work that we’ve done + since then. One of the major goals of this past year was to improve the performance + of common image-processing operations with Renderscript.</p> </a> + <a href="http://android-developers.blogspot.com/2012/01/levels-in-renderscript.html"> <h4>Levels in Renderscript</h4> |
