summaryrefslogtreecommitdiff
path: root/opengl/java
Commit message (Expand)AuthorAgeFilesLines
* Add ability to make SyncFence from EGLJohn Reck2022-02-101-0/+40
* [LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour2021-03-311-0/+9
* Move framework java filegroups into subdirectoriesAnton Hansson2021-03-301-0/+5
* Improve OWNERS coverage across frameworks/base/.Jeff Sharkey2020-12-081-0/+4
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-042-2/+4
* Replace dalvik..UnsupportedAppUsage annotation.Artur Satayev2020-01-232-4/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-084-6/+5
* Merge "Revert "Use new UnsupportedAppUsage annotation."" am: edf7ce4f38 am: 0...Automerger Merge Worker2019-12-196-7/+10
|\
| * Revert "Use new UnsupportedAppUsage annotation."Austin Wang2019-12-196-7/+10
* | Merge "Use new UnsupportedAppUsage annotation." am: 1385dca8f6 am: 068a9faf3d...Automerger Merge Worker2019-12-186-10/+7
|\|
| * Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-186-10/+7
| * Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-082-3/+17
* | Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-192-3/+17
* | Create C API for accessing android.graphics.Bitmap in native code.Derek Sollenberger2019-09-101-17/+13
|/
* EGLAttrib requires special handling in JNICourtney Goeltzenleuchter2019-04-041-10/+13
* Pass Bitmap's native instance to JNI where feasibleLeon Scroggins III2019-03-271-11/+15
* Make EGL15 class finalCourtney Goeltzenleuchter2018-10-241-1/+3
* Add EGL15: eglCreateImage, eglDestroyImageCourtney Goeltzenleuchter2018-10-231-0/+18
* Update to EGL 1.5Courtney Goeltzenleuchter2018-10-163-0/+223
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-171-0/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-093-0/+11
* remove unused private fieldMike Reed2017-05-011-3/+0
* Workaround apps that override surfaceCreatedJohn Reck2017-04-211-0/+7
* docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f...Ricardo Loo2017-02-061-2/+2
|\
| * docs: Update gluUnProject parameter description.Ricardo Loo2017-02-031-2/+2
* | Add EGL_RECORDABLE_ANDROID enum in EGLExtKalle Raita2017-01-121-0/+1
* | Provide non-blocking SurfaceView draw notification path.Robert Carr2017-01-091-14/+27
* | Guarantee that glMapBufferRange/glGetBufferPointv return a ByteBufferRomain Guy2016-11-301-0/+8
* | Deprecate eglCreatePixmapSurfaceRomain Guy2016-11-302-0/+2
* | Merge \"Merge \\"update GlSurfaceView:onPause/Resume docs\\" into nyc-mr1-dev...John Reck2016-07-011-131/+31
|\|
| * update GlSurfaceView:onPause/Resume docsJohn Reck2016-06-291-131/+31
* | Correct spelling error in GLSurfaceView.Aurimas Liutikas2016-06-071-1/+1
|/
* Make surfaceRedrawNeeded forgivingJohn Reck2016-04-181-1/+3
* Merge "Fix glGetTransformFeedbackVarying JNI" into nyc-devPablo Ceballos2016-02-291-1/+16
|\
| * Fix glGetTransformFeedbackVarying JNIPablo Ceballos2016-02-091-1/+16
* | Add glReadPixels with buffer-offset argumentPablo Ceballos2016-02-221-0/+12
|/
* Fix reentrant deadlock in GLSurfaceView.Robert Carr2016-01-261-2/+27
* Implement surfaceRedrawNeeded for GLSurfaceViewRobert Carr2016-01-081-5/+35
* Add GLES32 class and JNIPablo Ceballos2015-12-182-1/+787
* Merge "Add missing OpenGLES 3.1 bitfield constants."Pablo Ceballos2015-10-271-2/+8
|\
| * Add missing OpenGLES 3.1 bitfield constants.Pablo Ceballos2015-09-291-2/+8
* | Remove GLTrace supportPablo Ceballos2015-10-061-6/+0
|/
* Add tracing to GLSurfaceViewChris Craik2015-06-081-3/+19
* Cleanup Bitmap JNI attempt #2John Reck2015-03-051-10/+0
* Revert "Cleanup Bitmap JNI"Chad Jones2015-03-051-0/+10
* Cleanup Bitmap JNIJohn Reck2015-03-051-10/+0
* Re-allow suppressing onDetachedFromWindowJohn Reck2014-10-011-3/+2
* Fix onTrimMemory for HardwareRendererJohn Reck2014-06-301-137/+0
* opengl: Un-hide GLES31 and GLES31Ext classesJesse Hall2014-05-212-2/+0
* opengl: Add GLES31 and GLES31Ext classesJesse Hall2014-05-212-0/+1779