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
/
opengl
/
java
/
com
/
google
/
android
/
gles_jni
Age
Commit message (
Expand
)
Author
2020-01-14
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-19
Revert "Use new UnsupportedAppUsage annotation."
Austin Wang
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-08
Add @UnsupportedAppUsage annotations for greylist.
Artur Satayev
2017-05-01
remove unused private field
Mike Reed
2014-02-25
Tabs -> spaces in frameworks/base.
John Spurlock
2014-01-31
Use long to store pointers in GLES_JNI/EGL classes
Ashok Bhat
2012-08-16
Rename UserId to UserHandle.
Dianne Hackborn
2012-07-24
Make HardwareRenderer able to target generic Surface objects
Romain Guy
2012-03-22
Package restrictions per user
Amith Yamasani
2011-11-10
Terminate EGL when an app goes in the background
Romain Guy
2011-06-15
Properly refcount SurfaceTexture in the JNI layer.
Romain Guy
2011-05-02
Allows to render with an OpenGL context inside a TextureView.
Romain Guy
2011-04-11
Kill the global references in the OpenGL wrappers.
Elliott Hughes
2011-03-07
Fix EGL JNI bugs
Romain Guy
2010-12-07
These files had an older header.
Dan Bornstein
2010-06-24
Some ActivityThread/ActivityManager cleanup.
Dianne Hackborn
2010-01-28
Implement the GL11ExtensionPack APIs.
Jack Palevich
2009-12-08
Merge change Ibe6eac82
Android (Google) Code Review
2009-12-08
Implement Matrix Palette extension.
Jack Palevich
2009-12-04
Improve error reporting by always returning the public
Jack Palevich
2009-06-15
Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.
Jack Palevich
2009-05-07
Require native-order direct buffers for glXXXPointer APIs.
Jack Palevich
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project