Software Archive
Read-only legacy content
17061 Discussions

Enabling gpu rasterization- android

Анатолий_Г_
488 Views

How to enable gpu rasterization on your smartphone?

gpu_0.png

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
488 Views

Please see this SO post > http://stackoverflow.com/questions/32984757/crosswalk-enable-gpu-raster < -- the "Chrome on Android" recommendation refers to a tag in your index.html file. The --force-gpu-rasterization option described in the "Chrome on Desktop" can be applied using the intelxdk.config.additions.xml file and when you are building with Crosswalk, it will have no impact without Crosswalk. See this file for an example of how that is done > https://github.com/gomobile/sample-hello-cordova/blob/master/intelxdk.config.additions.xml#L25 <

Note that the statement "off (device)" which appears to be what is in the image you provided (it's blurry when I expand the image), means it is not supported by the device you are using.

If you are not building with Crosswalk you should try that to see if the results are better.

0 Kudos
Reply