summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger_client
Commit message (Expand)AuthorAgeFilesLines
* Updated OMAP supportRicardo Cerqueira2011-10-251-0/+70
* Change postBuffer not to be FLAG_ONEWAY.Kobi Cohen Arazi2011-10-201-1/+1
* ui: overlay: Allow the overlay HAL to always choose the display formatRicardo Cerqueira2011-04-222-0/+7
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-02-283-37/+8
|\
| * fix [3361121] hang in glClear() - device unresponsive, OTA fails (DO NOT MERGE)Mathias Agopian2011-01-251-32/+3
| * minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. (DO NOT MERGE)Mathias Agopian2011-01-251-3/+3
| * Fix the ISurfaceComposer onTransact switch.Jamie Gennis2011-01-161-2/+2
* | surfaceflinger: more NO_RGBX_8888 hacksChristopher Lais2011-01-011-1/+1
|/
* Updade Surface (ANativeWindow) format based on its buffers formatMathias Agopian2010-10-251-0/+11
* implement part of [3094280] New animation for screen on and screen offMathias Agopian2010-10-131-0/+15
* turn off the electron beamMathias Agopian2010-10-121-0/+15
* fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-042-11/+53
* refactored screenshot codeMathias Agopian2010-10-042-2/+58
* 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