summaryrefslogtreecommitdiff
path: root/opengl
AgeCommit message (Expand)Author
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 setRotateEulerM2Trevor David Black
2023-01-01Move Matrix operations multiplyMM and MultiplMV out of jniTrevor David Black
2022-10-21fix lost old callback when continuous call requestRenderAndNotifyBowen Li
2022-08-25Fix array-related errorprone warningsCole Faust
2022-02-10Add ability to make SyncFence from EGLJohn Reck
2021-03-31[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2021-03-30Move framework java filegroups into subdirectoriesAnton 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 JNICourtney Goeltzenleuchter
2019-03-27Pass Bitmap's native instance to JNI where feasibleLeon Scroggins III
2018-10-24Make EGL15 class finalCourtney Goeltzenleuchter
2018-10-23Add EGL15: eglCreateImage, eglDestroyImageCourtney Goeltzenleuchter
2018-10-16Update to EGL 1.5Courtney Goeltzenleuchter
2018-08-17Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-09Add @UnsupportedAppUsage annotationsMathew Inwood
2017-05-01remove unused private fieldMike Reed
2017-04-21Workaround apps that override surfaceCreatedJohn 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 EGLExtKalle Raita
2017-01-09Provide non-blocking SurfaceView draw notification path.Robert Carr
2016-11-30Guarantee that glMapBufferRange/glGetBufferPointv return a ByteBufferRomain Guy
2016-11-30Deprecate eglCreatePixmapSurfaceRomain Guy
2016-07-01Merge \"Merge \\"update GlSurfaceView:onPause/Resume docs\\" into nyc-mr1-dev...John Reck
2016-06-29update GlSurfaceView:onPause/Resume docsJohn Reck
2016-06-07Correct spelling error in GLSurfaceView.Aurimas Liutikas
2016-04-18Make surfaceRedrawNeeded forgivingJohn Reck
2016-02-29Merge "Fix glGetTransformFeedbackVarying JNI" into nyc-devPablo Ceballos
2016-02-22Add glReadPixels with buffer-offset argumentPablo Ceballos
2016-02-09Fix glGetTransformFeedbackVarying JNIPablo Ceballos
2016-01-26Fix reentrant deadlock in GLSurfaceView.Robert Carr
2016-01-08Implement surfaceRedrawNeeded for GLSurfaceViewRobert Carr
2015-12-18Add GLES32 class and JNIPablo Ceballos