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