I am porting a game from ios to android using cocos2dx. For tegra 2 device , GPU - Ulp Geforce i am getting 20-22 fps.

In my game we have lots of sprites and also have an hud layer along with level map. i got 50-52 fps after removing the map from the level.

Is it possible that GPU is not at all used for Tegra 2 devices leading to 20fps?

link|improve this question

17% accept rate
feedback

1 Answer

I have the same problem. I have parallax background with only 5 sprites. On Acer A500 with tegra 2 there is 20 - 25 fps.

On ipad it is 59-60, on xperia mini pro and desire hd devices it is 60-62.

We have two versions of reason:

  1. cocos2d-x
  2. tegra 2

Today we'll try to make the same background without cocos2d-x to try it on tegra. I'll report about results.

link|improve this answer
The result of our experiment: 25-30 fps on tegra 2, 62 fps on other devices. – hdg700 Feb 20 at 4:54
Thanks for your research. so the conclusion is due to tegra 2. Any document or info how to resolve this?? – user1210728 Feb 20 at 5:06
I have no ideas :) – hdg700 Feb 20 at 5:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.