index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
jni
/
android_opengl_GLES11Ext.cpp
Age
Commit message (
Expand
)
Author
2020-07-10
Fix pointer arithmetic for ByteBuffers with non-zero positions
Adam Bodnar
2020-06-24
Update to use nativehelper/JNIPlatformHelp.h
Orion Hodson
2019-04-11
Use libnativehelper to get access to NIO buffer internals
Orion Hodson
2019-02-25
Remove unused static variables
Orion Hodson
2017-11-10
Remove GCC-specific pragma and disabled Clang warning
Pirama Arumuga Nainar
2017-07-20
Merge "frameworks/base: use proper nativehelper headers"
Steven Moreland
2017-07-19
frameworks/base: use proper nativehelper headers
Steven Moreland
2017-02-18
Add missing GLES 3.x metadata
Romain Guy
2016-12-05
Add null checks for *Buffer params
Romain Guy
2015-09-22
constify JNINativeMethod function pointer tables
Daniel Micay
2015-05-13
Replace JNI primitive array critical calls with non-critical ones.
Hiroshi Yamauchi
2014-11-12
Frameworks/base: New GL bindings
Andreas Gampe
2014-05-21
opengl: Fix #include style in generated JNI code
Jesse Hall
2014-02-24
Use reinterpret_cast when an integer is cast to a pointer
Ashok Bhat
2013-04-25
Regenerate GL stubs
Andy McFadden
2013-02-25
regenerate GLES java bindings
Mathias Agopian
2012-07-12
Updated OpenGL bindings to fix nio buffer crash
Thomas Tafertshofer
2012-06-27
Fixed exception caused crash in GL bindings
Thomas Tafertshofer
2011-04-11
Kill the global references in the OpenGL wrappers.
Elliott Hughes
2011-03-28
Add Java support for a few accidentally omitted OpenGL ES APIs.
Jack Palevich
2009-12-08
Implement Matrix Palette extension.
Jack Palevich
2009-05-07
Fix automatically generated code for glGet
Jack Palevich
2009-04-24
Enable static Java APIs for OpenGL ES 1.1 extensions.
Jack Palevich
2009-04-16
Add an Android-specific static OpenGL ES 1.1 Java API.
Jack Palevich