OpenGL + OpenVG

Here's my findings on the 2 technologies:

Imagination Technologies:
--------------------------------------------
| OpenVG emulator | OpenGL ES 2.0 emulator |
--------------------------------------------
The two technologies are individually packaged, so there is no support for combining these 2 technologies at this time by imgtec.

AMD:
--------------------------
| OpenGL ES 2.0 emulator |
--------------------------
AMD does not have a OpenVG emulator


So... Theoretically the 2 technologies can only be combined if the following is satisfied: A single emulator/device, that supports BOTH OpenVG and OpenGL, sharing the same EGL libraries. In other words, the EGL must have support for BOTH OpenVG and OpenGL ES 2.0. The EGL is the key.

-----------------------------------
| GL ES 2.0 | VG |
| ----------- |
| | | |
| | E G L | |
-----------------------------------

No comments: