summaryrefslogtreecommitdiff
path: root/opengl/libs/EGL/getProcAddress.cpp
AgeCommit message (Expand)Author
2022-10-21Add opengl assembly stub for riscv64 Xia Lifang
2020-08-13EGL: refactor and enforce clang-format Yiwei Zhang
2018-05-18Switch x86/x64 trampolines to use __attribute__((naked)) Chris Forbes
2018-04-03EGL: Fix ARM assembly constraint. Krzysztof KosiƄski
2017-03-13get rid of the dependency on utils/CallStack.h Mathias Agopian
2016-12-22Replace cutils/log.h and rationalize log/log.h and android/log.h Mark Salyzyn
2016-05-17Preserve parameters to getProcAddress functions Mike Stroyan
2015-12-18opengl: Update headers and registry and regenerate *api.in Pablo Ceballos
2015-02-02[MIPS] Fix mips32r1 build Duane Sand
2015-01-19Use register numbers instead of register names Nikola Veljkovic
2015-01-19[MIPS] Further opengl support for mips64 and mipsr6 Duane Sand
2014-11-12EGL: make x86/64 wrappers resistant to -fno-omit-frame-pointer flag Michal Wajdeczko
2014-06-06Add aarch64 EGL/GLES trampolines Jesse Hall
2014-05-27EGL: add x86/64 assembly code for EGL/GLES wrappers mwajdecz
2013-07-01improve GLES jumptables Mathias Agopian
2013-04-04fix local include paths Mathias Agopian
2013-03-30Fix MIPS assembly variable names to not conflict with GL API parameter names Jesse Hall
2013-03-28[MIPS] Add MIPS architecture support to opengl framework Duane Sand
2013-02-13Simplify OpenGL TLS access on ARM. Elliott Hughes
2012-01-30add all needed GL extension wrappers Mathias Agopian
2011-05-23fix x86 build Mathias Agopian
2010-08-09improve a bit the implementation of eglGetProcAddress Mathias Agopian
2010-08-02fix [2421247] implement eglGetProcAddress(), needed in the ndk Mathias Agopian