summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_SurfaceControl.cpp
Commit message (Expand)AuthorAgeFilesLines
* WindowManager: Upper level changes to expose blur effectByunghun Jeon2015-11-091-0/+41
* SurfaceControl: Add colorTransform to DisplayInfoDan Stoza2015-09-031-0/+5
* Add warning if an in-use Bitmap is reconfiguredJohn Reck2015-05-061-1/+1
* Attempt to solve the double-GC problemJohn Reck2015-05-041-12/+10
* don't reference (deprecated) kIgnore_SkAlphaTypeMike Reed2015-02-271-2/+2
* Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-30/+33
* Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-1/+1
* Use surfaceflinger for recents thumbnail rotations.Riley Andrews2014-09-091-12/+9
* SurfaceControl: free ref when not used anymoreThierry Strudel2014-08-221-1/+2
* Add resize method for virtual displaysMichael Wright2014-08-051-0/+9
* stop using (deprecated) SkBitmap::ConfigMike Reed2014-06-201-1/+1
* Add two new display info fieldsAndy McFadden2014-06-171-0/+10
* Merge "Add call to set power mode for display"Jeff Brown2014-06-121-15/+5
|\
| * Add call to set power mode for displayPrashant Malani2014-06-041-15/+5
* | Fix a memory leak with empty screenshot.Leon Scroggins III2014-06-101-4/+4
|/
* SurfaceFlinger: Add sourceCrop to screenshotDan Stoza2014-05-231-15/+40
* Enable changing display configurationDan Stoza2014-05-061-16/+50
* Fix nativeGetAnimationFrameStats to use the correct times.Allen Hair2014-04-241-1/+1
* Adding render stats APIs to UiAutomation (framework).Svetoslav2014-04-071-0/+177
* Update framework to use M34 version of Skia.Leon Scroggins2014-03-271-36/+10
* Updates to the Skia API needed to merge the WebView m33 version of Skia.Derek Sollenberger2014-02-241-69/+52
* Allow disabling layer rotation during screenshotsDan Stoza2014-02-141-10/+16
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-27/+27
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-27/+27
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-27/+27
* Remove calls to deprecated SkBitmap::setIsOpaque()Leon Scroggins III2014-01-151-2/+3
* Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-201-1/+2
* Use new ISurfaceComposer::destroyDisplay methodJesse Hall2013-08-081-0/+8
* 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
* Revert "make sure screenshot are in a format supported by Bitmap.java"Mathias Agopian2013-03-221-65/+13
* make sure screenshot are in a format supported by Bitmap.javaMathias Agopian2013-03-211-13/+65
* fix JNI use of incStrong/decStrongMathias Agopian2013-03-061-3/+3
* screenshots can now go into a Surface from javaMathias Agopian2013-03-041-1/+22
* Fix SurfaceControl.setDisplaySurface() such that it accepts a null SurfaceMathias Agopian2013-02-251-1/+4
* am ceec31b7: Merge changes I5a218ca1,I853a76d9Mathias Agopian2013-02-151-16/+16
|\
| * Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+1
| * clean-up following Surface splitMathias Agopian2013-02-151-15/+15
* | Fixup from merge, and compile fix due to different skia versionKristian Monsen2013-02-141-0/+1
|/
* split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-0/+451