summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger_client/Surface.cpp
Commit message (Expand)AuthorAgeFilesLines
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-1152/+0
* Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-171-0/+15
* ANativeWindow: add query for the concrete type.Jamie Gennis2011-03-141-1/+5
* ANativeWindow: add queues-to-window-composer check.Jamie Gennis2011-03-081-0/+4
* Merge "Add the MIN_UNDEQUEUED_BUFFERS query to ANW."Jamie Gennis2011-03-011-0/+3
|\
| * Add the MIN_UNDEQUEUED_BUFFERS query to ANW.Jamie Gennis2011-02-281-0/+3
* | surfaceflinger_client: Don't dereference NULL ptrs.Jamie Gennis2011-02-271-1/+1
|/
* Reset ANativeWindow crop on buffer geometry changes.Jamie Gennis2011-01-281-5/+10
* Fix error reporting in Surface::cancelBuffer()Mathias Agopian2011-01-141-18/+11
* minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so.Mathias Agopian2010-12-131-3/+3
* dump callstack on Surface use errorMathias Agopian2010-12-101-0/+6
* Implement reducing the buffer count of a Surface.Jamie Gennis2010-11-111-0/+6
* Fix a compile warning in the Surface class.Jamie Gennis2010-11-111-1/+1
* am 85c5ca07: am 2f19f56a: Merge "Updade Surface (ANativeWindow) format based ...Mathias Agopian2010-10-261-0/+11
|\
| * Updade Surface (ANativeWindow) format based on its buffers formatMathias Agopian2010-10-251-0/+11
* | Move binder magic from the Surface class to GraphicBuffer.Jamie Gennis2010-10-101-19/+17
* | am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buf...Mathias Agopian2010-10-061-0/+34
|\ \ | |/
| * fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-041-0/+34
* | resolved conflicts for merge of 48a86240 to masterMathias Agopian2010-09-151-1/+18
|\ \ | |/
| * Add logging of various important graphics eventsMathias Agopian2010-09-131-1/+18
* | am bc4389ed: am 8395b462: Merge "fix [2931513] Add support for setting the or...Mathias Agopian2010-08-241-0/+22
|\ \ | |/
| * fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-241-0/+22
* | Change the framework to use the new camera preview path.Jamie Gennis2010-08-231-0/+10
|/
* Remove some debug logging that I accidentally committed.Jamie Gennis2010-07-191-3/+0
* Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-7/+28
* Introduce official public NativeWindow type.Dianne Hackborn2010-06-301-18/+18
* allow re-targetting of surfacesMathias Agopian2010-06-081-15/+40
* optimize Surface.readFromParcel()Mathias Agopian2010-06-041-8/+13
* split surface management from surface's buffers managementMathias Agopian2010-06-041-38/+68
* more clean-up in preparation of bigger changesMathias Agopian2010-05-281-7/+4
* more clean-up of Surfaceflinger's client managementMathias Agopian2010-05-271-12/+8
* oopsie. forgot to displatch SET_BUFFERS_GEOMETRYMathias Agopian2010-05-261-0/+3
* fix [2712278] The preview buffer left some black borders in left and bottom e...Mathias Agopian2010-05-251-67/+69
* added the notion of fixed-size buffersMathias Agopian2010-05-241-33/+108
* added native_window_set_buffer_count()Mathias Agopian2010-05-211-1/+8
* fix the threading issue for setBuffercount()Mathias Agopian2010-05-201-10/+9
* SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-121-0/+21
* cleanup. waitForCondition() now uses polymorphsim instead of templtesMathias Agopian2010-04-281-18/+12
* better fix for [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-211-31/+27
* added setCrop() to android_native_window_tMathias Agopian2010-04-201-0/+20
* fix [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-081-11/+14
* implement connect/disconnect in our native_window_t implementationsMathias Agopian2010-03-111-7/+82
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-0/+758