2012-06-17 18:22:17 -07:00
page.title=Computation
2012-08-07 13:59:12 -07:00
page.landing=true
2013-05-30 12:34:40 -07:00
page.landing.intro=RenderScript provides a platform-independent computation engine that operates at the native level. Use it to accelerate your apps that require extensive computational horsepower.
2012-08-07 13:59:12 -07:00
page.landing.image=
2012-06-17 18:22:17 -07:00
@jd:body
<div class="landing-docs">
<div>
<h3>Blog Articles</h3>
2013-01-14 17:42:30 -08:00
<a
href="http://android-developers.blogspot.com/2013/01/evolution-of-renderscript-performance.html">
2013-05-30 12:34:40 -07:00
<h4>Evolution of RenderScript Performance</h4>
<p>It’ s been a year since the last blog post on RenderScript, and with the release
2013-01-14 17:42:30 -08:00
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
2013-05-30 12:34:40 -07:00
of common image-processing operations with RenderScript.</p> </a>
2013-01-14 17:42:30 -08:00
2012-06-17 18:22:17 -07:00
<a
href="http://android-developers.blogspot.com/2012/01/levels-in-renderscript.html">
2013-05-30 12:34:40 -07:00
<h4>Levels in RenderScript</h4>
<p>For ICS, RenderScript (RS) has been updated with several new features to simplify
2012-06-17 18:22:17 -07:00
adding compute acceleration to your application. RS is interesting for compute
acceleration when you have large buffers of data on which you need to do significant
processing. In this example we will look at applying a levels/saturation operation
on a bitmap.</p>
</a>
<a
href="http://android-developers.blogspot.com/2011/03/renderscript.html">
2013-05-30 12:34:40 -07:00
<h4>RenderScript Part 2</h4>
<p>In Introducing RenderScript I gave a brief overview of this technology.
In this post I’ ll look at "compute" in more detail. In RenderScript we use
2012-06-17 18:22:17 -07:00
"compute" to mean offloading of data processing from Dalvik code to
2013-05-30 12:34:40 -07:00
RenderScript code which may run on the same or different processor(s).</p>
2012-06-17 18:22:17 -07:00
</a>
</div>
</div>
</div>