The Following 3 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2015-05-18
, 01:59
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#2
|
The Following 3 Users Say Thank You to wicket For This Useful Post: | ||
|
2015-06-13
, 10:19
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#3
|
... and I reckon the Neo900 suddenly becomes very appealing to the Pandora community (joerg_rw take note!).
The Following User Says Thank You to joerg_rw For This Useful Post: | ||
Their port of Uplink uses glshim, which we have but is quite outdated compared to latest git commit date, which should be easy to fix. I tried building TinyGLES but almost immediately get hit by an error of GL_RG undefined, which is indeed missing from /opt/maemo/usr/include/GL/gl.h.
This is the second time I've encountered issues regarding OpenGL/GLES. The first was trying to build GLES1+2 support for SDL2. The headers supplied redefine one of the typedefs (enum vs int IIRC) and miss GLchar in gl2.h:
With regards to the new issue, I haven't patched that one yet.
Finally EGL, we are missing some a header, eglext.h.
Is this something others would like to see fixed/patched? It is not something I'm looking to test extensively myself due to time restrictions from other projects but I will post them if there is enough demand.