summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger_client
Commit message (Expand)AuthorAgeFilesLines
* Implement reducing the buffer count of a Surface.Jamie Gennis2010-11-113-6/+82
* 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
* | am 5bfa3a34: am 011b5bcc: Merge "implement part of [3094280] New animation fo...Mathias Agopian2010-10-151-0/+15
|\ \ | |/
| * implement part of [3094280] New animation for screen on and screen offMathias Agopian2010-10-131-0/+15
* | am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbreadJoe Onorato2010-10-131-0/+15
|\ \ | |/
| * turn off the electron beamMathias Agopian2010-10-121-0/+15
* | 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-062-11/+53
|\ \ | |/
| * fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-042-11/+53
| * refactored screenshot codeMathias Agopian2010-10-042-2/+58
* | refactored screenshot codeMathias Agopian2010-09-292-2/+58
* | am 495ad4f2: am beabe75a: Merge changes I1f7c4535,I741c68a2 into gingerbreadMathias Agopian2010-09-241-0/+28
|\ \ | |/
| * add support for [1974164] Be able to take a screen shot on the deviceMathias Agopian2010-09-241-0/+28
* | 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 d322d163: am ae66946b: Merge "fix a race in SF buffer management" into gin...Mathias Agopian2010-08-271-12/+12
|\ \ | |/
| * fix a race in SF buffer managementMathias Agopian2010-08-261-12/+12
* | am bc4389ed: am 8395b462: Merge "fix [2931513] Add support for setting the or...Mathias Agopian2010-08-242-0/+68
|\ \ | |/
| * fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-242-0/+68
* | Change the framework to use the new camera preview path.Jamie Gennis2010-08-232-5/+10
|/
* 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