summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_Surface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Surface: Add allocateBuffers to avoid render delay"Dan Stoza2014-06-271-0/+12
|\
| * Surface: Add allocateBuffers to avoid render delayDan Stoza2014-06-201-0/+12
* | stop using (deprecated) SkBitmap::ConfigMike Reed2014-06-201-10/+14
|/
* Delete a local ref in getSurfaceAndy McFadden2014-06-111-0/+1
* Add a native Canvas wrapper.Florin Malita2014-05-301-6/+6
* Encapsulate Canvas.mNativeCanvasFlorin Malita2014-05-061-22/+4
* change Surface constructor arg to 64bitChong Zhang2014-01-291-1/+2
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-34/+34
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-34/+34
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-34/+34
* Remove calls to deprecated SkBitmap::setIsOpaque()Leon Scroggins III2014-01-151-2/+4
* Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-101-0/+1
* Avoid crashing in unlockCanvasAndPostAndy McFadden2013-08-201-4/+11
* Clearly separate consumer and producer interfacesMathias Agopian2013-08-061-4/+3
* get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-261-1/+0
* get rid of PIXEL_FORMAT_A_8Mathias Agopian2013-07-251-1/+0
* update to new Consumer APIsMathias Agopian2013-07-161-3/+3
* am f87d4ea7: am 17cf4e4d: Merge "Really make Surface thread-safe." into jb-mr...Jeff Brown2013-05-031-35/+19
|\
| * Really make Surface thread-safe.Jeff Brown2013-05-011-35/+19
* | simplify Surface{View} dirty rect handlingMathias Agopian2013-04-181-33/+15
|/
* make Surface.java internal state thread-safeMathias Agopian2013-03-181-2/+12
* fix CloseGuard usage in SurfaceMathias Agopian2013-03-131-7/+0
* Try to keep the same native Surface object when reading a parcelMathias Agopian2013-03-131-4/+17
* remove uses of Surface in favor of IGraphicBufferProducerMathias Agopian2013-03-121-3/+10
* fix JNI use of incStrong/decStrongMathias Agopian2013-03-061-8/+11
* Restore the ability to track native Surface changesRomain Guy2013-02-281-3/+0
* Fix SurfaceControl.setDisplaySurface() such that it accepts a null SurfaceMathias Agopian2013-02-251-1/+1
* am e4d3b06b: Merge "get rid of uses of getISurfaceTexture"Mathias Agopian2013-02-211-2/+2
|\
| * get rid of uses of getISurfaceTextureMathias Agopian2013-02-191-2/+2
* | am 8d1a6af4: Merge "fix typo introduced in SurfaceTextureClient to Surface re...Mathias Agopian2013-02-151-1/+1
|\ \ | |/
| * fix typo introduced in SurfaceTextureClient to Surface renamingMathias Agopian2013-02-151-1/+1
* | am ceec31b7: Merge changes I5a218ca1,I853a76d9Mathias Agopian2013-02-151-28/+37
|\ \ | |/
| * Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-14/+23
| * clean-up following Surface splitMathias Agopian2013-02-151-14/+14
* | Final merge fixKristian Monsen2013-02-141-3/+0
* | Fixup from merge, and compile fix due to different skia versionKristian Monsen2013-02-141-72/+1
* | resolved conflicts for merge of 58a1ca66 to master-chromiumKristian Monsen2013-02-141-512/+78
|\ \ | |/
| * split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-584/+77
* | am a41b23d5: Merge "get rid of Surface.getIdentity()"Mathias Agopian2013-02-141-16/+0
|\ \ | |/
| * get rid of Surface.getIdentity()Mathias Agopian2013-02-131-16/+0
| * Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...Chris Craik2013-02-131-24/+15
|/
* Remove calls to SkCanvas::setBitmapDevice()Derek Sollenberger2013-01-081-15/+23
* Merge "Update framework to support r5967 of Skia." into master-chromiumDerek Sollenberger2012-12-191-0/+1
|\
| * Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-0/+1
* | Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-10/+10
|/
* Surface: add the PhysicalDisplayInfo#secure fieldJamie Gennis2012-10-231-0/+3
* Set the secureness when creating displaysJamie Gennis2012-10-191-3/+5
* Flag window animation transactions as animations.Jamie Gennis2012-10-151-0/+6
* Blank or unblank all displays as need.Jeff Brown2012-10-081-0/+21
* Plumb display name into SurfaceFlingerAndy McFadden2012-09-171-2/+1