summaryrefslogtreecommitdiff
path: root/opengl
AgeCommit message (Expand)Author
2021-04-09Merge SP1A.210407.002Scott Lobdell
2021-03-31[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2021-03-30Move framework java filegroups into subdirectoriesAnton Hansson
2021-01-22Merge SP1A.210105.001Scott Lobdell
2020-12-08Improve OWNERS coverage across frameworks/base/.Jeff Sharkey
2020-11-13Merge SP1A.201105.002Scott Lobdell
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-02-13Merge RP1A.200204.001Steven Laver
2020-02-04Merge RP1A.200123.001Steven Laver
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-27Merge RP1A.191120.001Steven Laver
2019-11-19Add @UnsupportedAppUsage annotations for greylist.Artur Satayev
2019-11-09Merge RP1A.191024.001Steven Laver
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-08Merge QP1A.190408.001Scott Lobdell
2019-04-05Merge QP1A.190404.001Diego Wilson
2019-04-04EGLAttrib requires special handling in JNICourtney Goeltzenleuchter
2019-03-27Pass Bitmap's native instance to JNI where feasibleLeon Scroggins III
2018-12-05Merge QP1A.181119.002Diego Wilson
2018-11-05Merge QP1A.181022.001Bill Peckham
2018-10-24Make EGL15 class finalCourtney Goeltzenleuchter
2018-10-23Add EGL15: eglCreateImage, eglDestroyImageCourtney Goeltzenleuchter
2018-10-16Update to EGL 1.5Courtney Goeltzenleuchter
2018-09-08Merge QP1A.180823.001Bill Peckham
2018-08-17Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-09Add @UnsupportedAppUsage annotationsMathew Inwood
2018-05-14GLSurfaceView: report draw finished after first onDrawFrame in GLThread.shoudil
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