summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger_client
Commit message (Expand)AuthorAgeFilesLines
* clean-up unneeded codeMathias Agopian2011-01-201-36/+2
* fix [3361121] hang in glClear() - device unresponsive, OTA failsMathias Agopian2011-01-181-2/+1
* Merge "Fix error reporting in Surface::cancelBuffer()" into honeycombMathias Agopian2011-01-141-18/+11
|\
| * Fix error reporting in Surface::cancelBuffer()Mathias Agopian2011-01-141-18/+11
* | Fix remote GraphicBuffer allocation in SurfaceFlinger.Jamie Gennis2011-01-133-32/+123
|/
* Add the ISurfaceComposer::createGraphicBuffer IPC.Jamie Gennis2011-01-061-0/+32
* Merge "minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so."Mathias Agopian2010-12-141-3/+3
|\
| * minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so.Mathias Agopian2010-12-131-3/+3
* | Merge "dump callstack on Surface use error"Mathias Agopian2010-12-141-0/+6
|\ \ | |/
| * dump callstack on Surface use errorMathias Agopian2010-12-101-0/+6
* | [3258939] Need snapshot to limit which layers are includedMathias Agopian2010-12-102-4/+21
|/
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-081-112/+0
* 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