Merge pull request #3 from mittorn/master
Global config
Global config
Global config
Merge pull request #2 from SDLash3D/hardfloat
Does not work without it
Does not work without it
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