summaryrefslogtreecommitdiff
path: root/opengl
AgeCommit message (Expand)Author
2024-08-04Remove lpy@google.com from opengl/java/android/opengl/OWNERS Owner Cleanup Bot
2024-02-09Add some more owners for android/opengl. Sumir Kataria
2024-01-24Silence unused-but-set-variable warnings. Elliott Hughes
2023-01-13Revert "Revert "Deprecate setRotateEulerM and replace with setRo..." Trevor Black
2023-01-13Revert "Revert "Move Matrix operations multiplyMM and MultiplMV ..." Trevor Black
2023-01-10Merge "Revert "Deprecate setRotateEulerM and replace with setRotateEulerM2"" Lei Ju
2023-01-10Merge "Revert "Move Matrix operations multiplyMM and MultiplMV out of jni"" Lei Ju
2023-01-10Revert "Deprecate setRotateEulerM and replace with setRotateEulerM2" Flare Chiu
2023-01-10Revert "Move Matrix operations multiplyMM and MultiplMV out of jni" Flare Chiu
2023-01-04Deprecate setRotateEulerM and replace with setRotateEulerM2 Trevor David Black
2023-01-01Move Matrix operations multiplyMM and MultiplMV out of jni Trevor David Black
2022-10-21fix lost old callback when continuous call requestRenderAndNotify Bowen Li
2022-08-25Fix array-related errorprone warnings Cole Faust
2022-02-10Add ability to make SyncFence from EGL John Reck
2021-03-31[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base Bob Badour
2021-03-30Move framework java filegroups into subdirectories Anton Hansson
2020-12-08Improve OWNERS coverage across frameworks/base/. Jeff Sharkey
2020-11-04Add maxTargetSdk restriction to unused APIs. Mathew Inwood
2020-01-23Replace dalvik..UnsupportedAppUsage annotation. Artur Satayev
2020-01-08Use new UnsupportedAppUsage annotation. Artur Satayev
2019-12-19Merge "Revert "Use new UnsupportedAppUsage annotation."" am: edf7ce4f38 am: 0... Automerger Merge Worker
2019-12-19Revert "Use new UnsupportedAppUsage annotation." Austin Wang
2019-12-18Merge "Use new UnsupportedAppUsage annotation." am: 1385dca8f6 am: 068a9faf3d... Automerger Merge Worker
2019-12-18Use new UnsupportedAppUsage annotation. Artur Satayev
2019-11-19Add @UnsupportedAppUsage annotations for greylist. Artur Satayev
2019-11-08Add @UnsupportedAppUsage annotations for greylist. Artur Satayev
2019-09-10Create C API for accessing android.graphics.Bitmap in native code. Derek Sollenberger
2019-04-04EGLAttrib requires special handling in JNI Courtney Goeltzenleuchter
2019-03-27Pass Bitmap's native instance to JNI where feasible Leon Scroggins III
2018-10-24Make EGL15 class final Courtney Goeltzenleuchter
2018-10-23Add EGL15: eglCreateImage, eglDestroyImage Courtney Goeltzenleuchter
2018-10-16Update to EGL 1.5 Courtney Goeltzenleuchter
2018-08-17Add @UnsupportedAppUsage annotations Mathew Inwood
2018-08-09Add @UnsupportedAppUsage annotations Mathew Inwood
2017-05-01remove unused private field Mike Reed
2017-04-21Workaround apps that override surfaceCreated John Reck
2017-02-06docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f... Ricardo Loo
2017-02-03docs: Update gluUnProject parameter description. Ricardo Loo
2017-01-12Add EGL_RECORDABLE_ANDROID enum in EGLExt Kalle Raita
2017-01-09Provide non-blocking SurfaceView draw notification path. Robert Carr
2016-11-30Guarantee that glMapBufferRange/glGetBufferPointv return a ByteBuffer Romain Guy
2016-11-30Deprecate eglCreatePixmapSurface Romain Guy
2016-07-01Merge \"Merge \\"update GlSurfaceView:onPause/Resume docs\\" into nyc-mr1-dev... John Reck
2016-06-29update GlSurfaceView:onPause/Resume docs John Reck
2016-06-07Correct spelling error in GLSurfaceView. Aurimas Liutikas
2016-04-18Make surfaceRedrawNeeded forgiving John Reck
2016-02-29Merge "Fix glGetTransformFeedbackVarying JNI" into nyc-dev Pablo Ceballos
2016-02-22Add glReadPixels with buffer-offset argument Pablo Ceballos
2016-02-09Fix glGetTransformFeedbackVarying JNI Pablo Ceballos
2016-01-26Fix reentrant deadlock in GLSurfaceView. Robert Carr