summaryrefslogtreecommitdiffstats
path: root/include/surfaceflinger/Surface.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for creating a Surface from a a SurfaceTexture.Ted Bonkenburg2011-07-221-2/+5
* clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-201-31/+2
* move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-151-63/+6
* Add method to create a ParcelSurfaceTexture from android.view.Surface.tedbo2011-06-221-0/+2
* unify SurfaceTexture and SurfaceMathias Agopian2011-06-131-70/+3
* frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-031-8/+8
* frameworks/base: make the ANativeWindow query() method constIliyan Malchev2011-05-031-2/+2
* remove more unused references to ISurfaceMathias Agopian2011-04-051-5/+1
* Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-171-1/+3
* Add the MIN_UNDEQUEUED_BUFFERS query to ANW.Jamie Gennis2011-02-281-0/+4
* integrate videoeditor preview player.Dharmaray Kundargi2011-01-161-0/+6
* Fix error reporting in Surface::cancelBuffer()Mathias Agopian2011-01-141-1/+1
* minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so.Mathias Agopian2010-12-131-1/+1
* am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buf...Mathias Agopian2010-10-061-0/+2
|\
| * fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-041-0/+2
* | am bc4389ed: am 8395b462: Merge "fix [2931513] Add support for setting the or...Mathias Agopian2010-08-241-0/+3
|\ \ | |/
| * fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-241-0/+3
* | Change the framework to use the new camera preview path.Jamie Gennis2010-08-231-3/+2
* | Squashed commit of the following:Andreas Huber2010-08-231-0/+1
|/
* Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-2/+8
* Introduce official public NativeWindow type.Dianne Hackborn2010-06-301-8/+8
* allow re-targetting of surfacesMathias Agopian2010-06-081-3/+3
* optimize Surface.readFromParcel()Mathias Agopian2010-06-041-4/+3
* split surface management from surface's buffers managementMathias Agopian2010-06-041-5/+4
* more clean-up in preparation of bigger changesMathias Agopian2010-05-281-2/+2
* more clean-up of Surfaceflinger's client managementMathias Agopian2010-05-271-1/+2
* fix [2712278] The preview buffer left some black borders in left and bottom e...Mathias Agopian2010-05-251-1/+2
* added the notion of fixed-size buffersMathias Agopian2010-05-241-5/+32
* added native_window_set_buffer_count()Mathias Agopian2010-05-211-0/+1
* SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-121-0/+1
* cleanup. waitForCondition() now uses polymorphsim instead of templtesMathias Agopian2010-04-281-23/+33
* better fix for [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-211-1/+1
* added setCrop() to android_native_window_tMathias Agopian2010-04-201-0/+3
* don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-121-0/+2
* implement connect/disconnect in our native_window_t implementationsMathias Agopian2010-03-111-0/+8
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-0/+254