9 years agoFix typo in nanoGL_GetProcAddress, return 1 in nanoGL_Init() if wrapper already initi... shared_nanogl
Fix typo in nanoGL_GetProcAddress, return 1 in nanoGL_Init() if wrapper already initialized
Add missing funcs for Xash3D. It may never be used, but Xash successfully enables base OpenGL 1.1
Enable shared nanogl
Merge branch 'hardfloat' of https://github.com/SDLash3D/nanogl into hardfloat
Update Android.mk
Merge pull request #1 from mittorn/hardfloat
Put aapcs attributes under SOFTFP_LINK macro
Put aapcs attributes under SOFTFP_LINK macro
Put aapcs attributes under SOFTFP_LINK macro
Fix hard-float build
Add some functions to nanogl.h interface
Add CFLAGS_OPT check
Changes to NanoGL by Emile Belanger
Extend array vertexattribs
Make NanoGL compiling statically. Again.
Fix undefined reference to '__android_log_print' build error
Include string.h
Use printf instead of __android_log_print on non-android platforms
Build a shared library instead of static
Initial version