summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_Surface.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for Wifi display.Jeff Brown2012-09-071-28/+54
* update to new SurfaceComposerClient APIMathias Agopian2012-09-041-33/+15
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-523/+486
* Use new surface flinger API.Jeff Brown2012-08-271-30/+32
* Refactor for multi-display support.Jeff Brown2012-08-191-5/+5
* Add features to DisplayManager.Craig Mautner2012-08-021-0/+9
* Add display manager skeleton.Jeff Brown2012-07-251-3/+3
* Remove freeze(), unfreeze() and setFreezeTint().Jeff Brown2012-07-161-37/+0
* Remove freezeDisplay(), which is no-op.Jeff Brown2012-07-161-20/+0
* Surface: replace active rect with window cropJamie Gennis2012-05-111-27/+23
* Surface: add JNI plumbing for setActiveRect.Jamie Gennis2012-04-301-0/+27
* add a (hidden) api on Surface to query if the consumer is running behind the ...Mathias Agopian2012-04-241-0/+14
* Making the setSurface non-staticPannag Sanketi2012-04-131-1/+1
* SurfaceTexture: Fully refactored from BufferQueueDaniel Lam2012-03-131-2/+10
* Switch Parcel to static JNI calls, pass pointer.Jeff Sharkey2012-03-081-1/+1
* fix libgui header locationMathias Agopian2012-02-271-3/+5
* Fix incorrect prototype for JNI callBhanu Chetlapalli2012-01-311-1/+1
* Fix issue #5614559: Registering surface error in...Dianne Hackborn2011-12-031-0/+20
* fix Surface positions are not floatsMathias Agopian2011-08-301-2/+2
* Add support for creating a Surface from a a SurfaceTexture.Ted Bonkenburg2011-07-221-2/+34
* Add method to create a ParcelSurfaceTexture from android.view.Surface.tedbo2011-06-221-1/+6
* Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...tedbo2011-06-091-2/+8
* Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-201-3/+3
* Use jniThrowException for exception throwing from native code.Elliott Hughes2011-04-071-53/+66
* Fix a compare of JNI references to use IsSameObject.Carl Shapiro2011-03-031-1/+1
* Fix sp<> conversion operator / constructorMathias Agopian2011-02-251-1/+1
* Skia Merge (revision 808)Derek Sollenberger2011-02-221-1/+1
* Catch exception when ViewRoot's surface is not valid.Romain Guy2011-01-271-1/+3
* Recreate the EGL surface when ViewRoot's surface changes.Romain Guy2011-01-181-0/+8
* Fix issue #3258849: Grab thumbnail when exiting an app via backDianne Hackborn2010-12-131-5/+20
* Don't leak.Dianne Hackborn2010-11-291-23/+61
* Change rotation freeze to all be implemented in window manager.Dianne Hackborn2010-11-241-9/+53
* Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-4/+2
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-1/+1
* Make real API for native code to get its window.Dianne Hackborn2010-07-011-1/+2
* fix [2757903] Crash in EGL when creating an EGLSurfaceMathias Agopian2010-06-101-0/+7
* optimize Surface.readFromParcel()Mathias Agopian2010-06-041-10/+9
* resolved conflicts for merge of 86303198 to krakenMarco Nelissen2010-04-261-31/+41
|\
| * Make Surface.toString() show more useful info to help debug bug 2594388.Marco Nelissen2010-04-261-31/+41
* | better fix for [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-211-1/+1
* | don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-121-1/+2
|/
* one step toward fixing [2501808] sapphire: OOM in GPU Surface areaMathias Agopian2010-03-231-0/+8
* Added a name to Surface created by SurfaceFlingerMathias Agopian2010-03-011-3/+13
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-1/+1
* Fix issue #2095422: Some fades from opaque to transparent don't workDianne Hackborn2009-09-071-2/+2