Add base Android and EGL code
authorSylvain Beucler <beuc@beuc.net>
Sun, 11 Mar 2012 08:55:24 +0000 (08:55 +0000)
committerSylvain Beucler <beuc@beuc.net>
Sun, 11 Mar 2012 08:55:24 +0000 (08:55 +0000)
commite86b0a2f785267775a158a32da02779544960e6e
treed12f152568910188e7ca4f3d4531f0efa640744c
parentf2582ac6c7d21fb7f96818f7c4f21d14f43cfa4d
Add base Android and EGL code

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1101 7f0cb862-5218-0410-a997-914c9d46530a
20 files changed:
android/Android.mk [new file with mode: 0644]
android/README [new file with mode: 0644]
src/android/freeglut_gamemode_android.c [new file with mode: 0644]
src/android/freeglut_input_devices_android.c [new file with mode: 0644]
src/android/freeglut_internal_android.h [new file with mode: 0644]
src/android/freeglut_joystick_android.c [new file with mode: 0644]
src/android/freeglut_main_android.c [new file with mode: 0644]
src/android/freeglut_runtime_android.c [new file with mode: 0644]
src/android/freeglut_spaceball_android.c [new file with mode: 0644]
src/android/freeglut_state_android.c [new file with mode: 0644]
src/android/freeglut_window_android.c [new file with mode: 0644]
src/android/native_app_glue/README [new file with mode: 0644]
src/android/native_app_glue/android_native_app_glue.c [new file with mode: 0644]
src/android/native_app_glue/android_native_app_glue.h [new file with mode: 0644]
src/android/opengles_stubs.c [new file with mode: 0644]
src/egl/freeglut_display_egl.c [new file with mode: 0644]
src/egl/freeglut_init_egl.c [new file with mode: 0644]
src/egl/freeglut_internal_egl.h [new file with mode: 0644]
src/egl/freeglut_structure_egl.c [new file with mode: 0644]
src/egl/freeglut_window_egl.c [new file with mode: 0644]