replicant-frameworks_native/opengl
Nikola Veljkovic 5f5f65183c Use register numbers instead of register names
Avoid ambiguity by using register numbers. Register names are
interpreted depending on the ABI. Fixes the issue with mips64 gcc,
where registers t0-t4 are translated into $8-$11 (o32 ABI) instead
of $12-$15 (o64 ABI).

Also, use t9 ($25) for storing function address
(in getProcAddress.cpp).

Change-Id: I12ef5cd98bf14dab3c01f2756889cc02856c1cd8
2015-01-19 15:58:32 +01:00
..
include opengl: Add EXT_primitive_bounding_box to registry 2014-05-19 12:54:05 -07:00
libagl [MIPS] Build libGLES for mips64, mips32r6 2015-01-12 22:18:13 -08:00
libs Use register numbers instead of register names 2015-01-19 15:58:32 +01:00
specs GLConsumer: start using EGL_ANDROID_image_crop 2013-10-02 17:34:35 +00:00
tests Fix clang -Wc++11-narrowing warnings. 2014-12-11 14:45:56 -08:00
tools Merge "Avoid overwriting EGL14.EGL_NO_SURFACE" 2014-12-02 00:34:51 +00:00