ptitSeb
ptitSeb
I remember having see on the Pandora this array as 192 elements. I say you have signed/unsigned char error or something similar.
Ok, we can let this ticket open for now.
Yes, I don't know why the headers get duplicated on the generation. You need to remove the second part by hand. I tried to debug but didn't found the cause...
You can do a pull request yes. I prefer to keep the `asm` key word. And the dangling-else Warning, I think I'll disable it. Putting braces everywhere just make the...
Yes, glMapBuffer never return a real VBO, because OpenGL VBO can be read back were GLES cannot. Real VBO are still used under the hood. Not sure what the issue...
crashing were, how. Can you be more specific? I don't have crash on my side, everything works fine, so it's difficult to fix anything with no info.
Yeah, I recognise function names. Can you build with "-g" so the backtrace have lines numbers? That would help a bit, next time (not needed now, line number will not...
> * Add some API like initialize_gl4es() to provide implementation for GetProcAddress and GetMainFBSize implementations (and maybe something i missed, maybe some context switch callbacks?). initialize_gl4es needed anyway when context...
So commit 84ff8f0 should address the EXPORT macro.
And the lookup split is in commit 7e602ea I haven't done anything special for Android (or Apple) for now, but maybe that would be needed now?