Arm Community
Site
Search
User
Site
Search
User
Groups
Education Hub
Distinguished Ambassadors
Open Source Software and Platforms
Research Collaboration and Enablement
Forums
AI and ML forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Arm Virtual Hardware forum
Automotive forum
Compilers and Libraries forum
Graphics, Gaming, and VR forum
High Performance Computing (HPC) forum
Infrastructure Solutions forum
Internet of Things (IoT) forum
Keil forum
Morello forum
Operating Systems forum
SoC Design and Simulation forum
SystemReady Forum
Blogs
AI and ML blog
Announcements
Architectures and Processors blog
Automotive blog
Graphics, Gaming, and VR blog
High Performance Computing (HPC) blog
Infrastructure Solutions blog
Internet of Things (IoT) blog
Operating Systems blog
SoC Design and Simulation blog
Tools, Software and IDEs blog
Support
Arm Support Services
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Support forums
Graphics, Gaming, and VR forum
Handling multiple APIs
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
136 subscribers
Views
3728 views
Users
0 members are here
OpenGL ES
Options
Share
More actions
Cancel
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
Handling multiple APIs
Dan Mendes
over 11 years ago
Note: This was originally posted on 28th January 2010 at
http://forums.arm.com
Hello mali community,
It's nice to see some competition in the 3d mobile space. This will guarantee that we see higher quality and improved speed of development from both Mali and ImgTec.
I would like to have some Tips on how to best handle multiple APIs like mixing OpenGL ES 2.x with OpenVG, what is Mali stance on OpenKode?
Also tips on how to best handle multiple platforms, using cmake or other tools, cross-compilation, etc... would be very appreciated.
I have not inspected the demo engine code yet. However i would like to read something (article/whitepaper) along the lines of AMDs Sushi demo engine. That is, how game engine designers should handle multiple deployment platforms and multiple APIs (DX9/OGL2.x/OGLES2.x/OpenCL)
Parents
Pete
over 11 years ago
Note: This was originally posted on 5th February 2010 at
http://forums.arm.com
Hi,
I hope to release some more simple examples soon, and one of the planned examples is using OpenVG and OpenGL-ES 2.0 together (e.g. rendering OpenVG content into a texture which is used in an OpenGL-ES 2.0 3D scene). I will try to remember to update this thread when that happens, otherwise keep watching the Sample Code section on the Mali Developer Centre.
So far the sample code examples have been supplied to build under Cygwin using GNU make and GCC. The build system easily targets a real Mali device or the x86 Windows Mali Emulator with a simple option passed to Make.
HTH, Pete
Cancel
Up
0
Down
Cancel
Reply
Pete
over 11 years ago
Note: This was originally posted on 5th February 2010 at
http://forums.arm.com
Hi,
I hope to release some more simple examples soon, and one of the planned examples is using OpenVG and OpenGL-ES 2.0 together (e.g. rendering OpenVG content into a texture which is used in an OpenGL-ES 2.0 3D scene). I will try to remember to update this thread when that happens, otherwise keep watching the Sample Code section on the Mali Developer Centre.
So far the sample code examples have been supplied to build under Cygwin using GNU make and GCC. The build system easily targets a real Mali device or the x86 Windows Mali Emulator with a simple option passed to Make.
HTH, Pete
Cancel
Up
0
Down
Cancel
Children
No data