summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* [DO NOT MERGE] fix a bug where surfaceflinger and system_server could deadlockMathias Agopian2013-05-171-27/+117
* make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-161-1/+1
* Remove experimental HWC virtual display supportJesse Hall2013-05-076-490/+17
* allow dumpsys SurfaceFlinger in user builds from the shell userMathias Agopian2013-04-181-4/+7
* Fix activation issue with auto disabled sensors.Jaikumar Ganesh2013-04-175-0/+31
* Merge "make sure to update the "current state" when we "fake" the transaction...Mathias Agopian2013-04-131-0/+10
|\
| * make sure to update the "current state" when we "fake" the transactionMathias Agopian2013-04-121-0/+10
* | Merge "Sensor changes." into jb-mr2-devJaikumar Ganesh2013-04-135-38/+121
|\ \
| * | Sensor changes.Jaikumar Ganesh2013-04-125-38/+121
* | | Merge "DO NOT MERGE Make sure surfaces always have latest orientation info" i...Chet Haase2013-04-121-5/+10
|\ \ \ | |_|/ |/| |
| * | DO NOT MERGE Make sure surfaces always have latest orientation infoChet Haase2013-04-111-5/+10
* | | Improve screenshot performance on some devices (DO NOT MERGE)Mathias Agopian2013-04-112-120/+131
| |/ |/|
* | Merge "fix another bug where screenshots could end-up all black" into jb-mr2-devMathias Agopian2013-04-113-4/+37
|\ \
| * | fix another bug where screenshots could end-up all blackMathias Agopian2013-04-103-4/+37
| |/
* | Add liblogYing Wang2013-04-092-0/+3
|/
* Merge "Tell HWComposer the dimensions of virtual displays" into jb-mr2-devJesse Hall2013-04-063-14/+34
|\
| * Tell HWComposer the dimensions of virtual displaysJesse Hall2013-04-053-14/+34
* | Merge "Actually set the virtual display output buffer." into jb-mr2-devJesse Hall2013-04-061-1/+5
|\ \ | |/ |/|
| * Actually set the virtual display output buffer.Jesse Hall2013-04-041-1/+5
* | Merge "Clean up HWC state when releasing a DisplayDevice" into jb-mr2-devJesse Hall2013-04-045-17/+38
|\ \ | |/ |/|
| * Clean up HWC state when releasing a DisplayDeviceJesse Hall2013-03-275-17/+38
* | latch transparent region hint only when we get a new frameMathias Agopian2013-04-023-7/+20
* | Fix include pathsMathias Agopian2013-04-012-5/+6
* | don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-293-12/+20
* | fix uninitialized attribute in SurfaceFlingerMathias Agopian2013-03-281-1/+2
* | Remove unused clz.cppJesse Hall2013-03-281-37/+0
|/
* Fix virtual displays for HWC<=1.1Jesse Hall2013-03-225-57/+73
* Fix dump when virtual display existsJesse Hall2013-03-222-3/+15
* Isolate knowledge that fb target == output bufferJesse Hall2013-03-228-26/+65
* Use descriptive aliases instead of HWC_NUM_DISPLAY_TYPESJesse Hall2013-03-221-8/+11
* Pass sp<Fence>s around instead of file descriptorsJesse Hall2013-03-229-23/+20
* Merge "Release virtual display buffer immediately after HWC set" into jb-mr2-devJesse Hall2013-03-228-65/+37
|\
| * Release virtual display buffer immediately after HWC setJesse Hall2013-03-208-65/+37
* | make sure screenshot are in a format supported by Bitmap.javaMathias Agopian2013-03-222-7/+32
* | fix a typo that broke all screenshotsMathias Agopian2013-03-211-1/+1
* | Merge "only use glReadPixels() when needed when taking screenshots" into jb-m...Mathias Agopian2013-03-222-4/+9
|\ \
| * | only use glReadPixels() when needed when taking screenshotsMathias Agopian2013-03-212-4/+9
* | | initialize planeAlpha (to 0xFF) for the FB_TARGETMathias Agopian2013-03-211-0/+1
|/ /
* | rework how we take screenshots for a CPU consumerMathias Agopian2013-03-192-105/+86
* | Don't log an error on HWC1.1+ devices with no FB HALJesse Hall2013-03-192-11/+9
|/
* Merge changes I61ae54f3,I57cb668e,I7a3f1e1a,Id28a2f9b into jb-mr2-devJesse Hall2013-03-1914-119/+791
|\
| * Add BufferQueueInterposer and use it for virtual displaysJesse Hall2013-03-187-10/+483
| * Add DisplaySurface abstractionJesse Hall2013-03-1810-101/+292
| * Minor cleanups/fixes before virtual display refactoringJesse Hall2013-03-186-21/+29
* | don't allow screenshots without the READ_FRAMEBUFFER permissionMathias Agopian2013-03-151-0/+2
* | Merge "get rid of purgatory and fix QueuesToWindowComposer query" into jb-mr2...Mathias Agopian2013-03-165-118/+51
|\ \
| * | get rid of purgatory and fix QueuesToWindowComposer queryMathias Agopian2013-03-145-118/+51
| |/
* | don't capture hidden layers in screenshotsMathias Agopian2013-03-151-3/+5
|/
* size IMemoryHeap properly for screenshotsMathias Agopian2013-03-131-1/+1
* Surface can now be created only from an IGraphicBufferProducerMathias Agopian2013-03-122-84/+0