Arm Community
Site
Search
User
Site
Search
User
Support forums
Mobile, Graphics, and Gaming forum
Port from Mali-400 to Mali T604
Locked
Locked
Replies
2 replies
Subscribers
136 subscribers
Views
3722 views
Users
0 members are here
Mali Drivers
Mali-T604
Mali-GPU
Mali-400
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Port from Mali-400 to Mali T604
Jean-Georges Levieux
over 12 years ago
Note: This was originally posted on 17th December 2012 at
http://forums.arm.com
Hello,
We are porting a game from a Mali 400 platform to a Mali T604 platform and we have some problems.
To be brief when we display 3D objects we only have a blackscreen (our 2D objects are visible). According to the vendor of the platform (which is also making the drivers) this is because we do not fill the alpha value of the color buffer (but this is obviously not the case on Mali 400). The driver team is investigating on their side because it could be something wrong in the driver (they also do the driver for the Mali 400) but I would like to get some thought from someone else on what can be so different on a MaliT604 and so what we have maybe missed...
Here are some things we have already tried without success:
- We use glError() function almost everywhere in our code and we do not have any error.
- Our shaders (vertex, fragment and linked prog) are ok and compil without error (online or offline with the arm tool).
- We have filled the alpha buffer at the start of the frame to 1.0 just to be sure.
- We have done some tests with the glColorMask() function.
- We have returned 1.0 for the alpha value in all fragment shaders.
Maybe the alpha thing is not really the problem and maybe we have something wrong elsewhere, but what... We need some ideas to help us!!!
Maybe the T604 do not accept something that the 400 accept more smoothly...
Thank you for your help!
0
Quote