summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger_client
Commit message (Expand)AuthorAgeFilesLines
* add support for [1974164] Be able to take a screen shot on the deviceMathias Agopian2010-09-241-0/+28
* Add logging of various important graphics eventsMathias Agopian2010-09-131-1/+18
* fix a race in SF buffer managementMathias Agopian2010-08-261-12/+12
* fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-242-0/+68
* fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...Mathias Agopian2010-07-271-30/+0
* 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-082-15/+44
* fix [2751143] Device crashes when in a text box for too longMathias Agopian2010-06-081-3/+1
* optimize Surface.readFromParcel()Mathias Agopian2010-06-041-8/+13
* split surface management from surface's buffers managementMathias Agopian2010-06-045-103/+121
* more clean-up in preparation of bigger changesMathias Agopian2010-05-286-61/+75
* more clean-up of Surfaceflinger's client managementMathias Agopian2010-05-272-238/+170
* 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-253-100/+100
* added the notion of fixed-size buffersMathias Agopian2010-05-243-38/+132
* fix a bug when reallocating a window's buffers is neededMathias Agopian2010-05-241-2/+2
* added native_window_set_buffer_count()Mathias Agopian2010-05-212-1/+11
* fix the threading issue for setBuffercount()Mathias Agopian2010-05-204-57/+79
* add a few tests to SharedBufferStackTestMathias Agopian2010-05-171-4/+14
* improve SharedBufferStack testMathias Agopian2010-05-171-15/+43
* fix a bug where queueBuffer() would fail after the SharedbufferStack is resizedMathias Agopian2010-05-171-2/+17
* fix some bugs in SharedBufferStack::resizeMathias Agopian2010-05-171-2/+4
* am 900b6157: merge from open-source masterThe Android Open Source Project2010-05-141-4/+4
|\
| * merge from open-source masterThe Android Open Source Project2010-05-141-4/+4
* | SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-123-6/+123
* | Refactor some code in surfaceflinger in preparation of upcoming changesMathias Agopian2010-05-121-0/+1
* | make sure the server-side validates pointers/indices visible on the client sideMathias Agopian2010-04-301-1/+15
* | Add support for enqueuing buffers in arbitrary orderMathias Agopian2010-04-284-21/+290
* | cleanup. waitForCondition() now uses polymorphsim instead of templtesMathias Agopian2010-04-282-21/+51
* | fix a race condition in undoDequeue(), where 'tail' could be computed incorre...Mathias Agopian2010-04-281-24/+11
* | better fix for [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-212-33/+33
* | added setCrop() to android_native_window_tMathias Agopian2010-04-202-16/+59
* | add support for up to 16 buffers per surfaceMathias Agopian2010-04-201-8/+34
* | fix [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-081-11/+14
|/
* libutils Condition are now PRIVATE by defaultMathias Agopian2010-03-191-1/+1
* implement connect/disconnect in our native_window_t implementationsMathias Agopian2010-03-111-7/+82
* Fix a small bug where we could compute SharedBufferStack's tail incorrectly.Mathias Agopian2010-03-081-2/+5
* Added a name to Surface created by SurfaceFlingerMathias Agopian2010-03-012-2/+26
* remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).Mathias Agopian2010-02-211-2/+5
* Remove a dependency of Region (libui) on Parcel (libbinder).Mathias Agopian2010-02-171-4/+24
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-118-0/+2454