summaryrefslogtreecommitdiffstats
path: root/include/gui
Commit message (Expand)AuthorAgeFilesLines
* display projection API now has a single function instead of 3Mathias Agopian2012-09-041-5/+15
* BufferQueue: add a setMaxAcquiredBufferCount checkJamie Gennis2012-09-041-0/+4
* libgui: add BufferQueue test infrastructureJamie Gennis2012-08-311-3/+0
* BufferQueue: use max acquired buffer countJamie Gennis2012-08-301-10/+22
* Merge "BufferQueue: simplify max buffer count handling" into jb-mr1-devJamie Gennis2012-08-301-4/+13
|\
| * BufferQueue: simplify max buffer count handlingJamie Gennis2012-08-291-4/+13
* | Merge "BufferQueue: clean up buffer counting" into jb-mr1-devJamie Gennis2012-08-302-27/+30
|\ \ | |/
| * BufferQueue: clean up buffer countingJamie Gennis2012-08-292-27/+30
* | Revert "A vendor ril depends on a native screen shot code."Wink Saville2012-08-301-5/+0
|/
* A vendor ril depends on a native screen shot code.Wink Saville2012-08-281-0/+5
* Eradicate DisplayID.Mathias Agopian2012-08-271-6/+0
* Compatibility work around for bad graphics driver dependency.Jeff Brown2012-08-271-0/+5
* Remove unused "layer" argument from show().Jeff Brown2012-08-272-2/+2
* Banish DisplayID from the SurfaceFlinger API.Jeff Brown2012-08-274-25/+23
* Merge "SurfaceTexture: inherit from ConsumerBase (try 2)" into jb-mr1-devJamie Gennis2012-08-242-123/+69
|\
| * SurfaceTexture: inherit from ConsumerBase (try 2)Jamie Gennis2012-08-212-123/+69
* | Add BufferItemConsumer, a simple BufferQueue consumer.Eino-Ville Talvala2012-08-212-1/+94
|/
* CpuConsumer: inherit from ConsumerBaseEino-Ville Talvala2012-08-201-47/+6
* improve [un]marshalling of non-binder objectsMathias Agopian2012-08-131-9/+7
* make multi-display more realMathias Agopian2012-08-102-17/+47
* libgui includes refactoringMathias Agopian2012-08-102-75/+37
* surfaceflinger: refactor FrambufferSurfaceJamie Gennis2012-08-062-4/+209
* screen-off animation won't be handled by SF anymoreMathias Agopian2012-08-031-13/+0
* get rid of the shared-memory control blockMathias Agopian2012-07-252-10/+6
* add a layerStack attribute to Layers.Mathias Agopian2012-07-242-0/+2
* update SF binder protocol to support setting display attributesMathias Agopian2012-07-241-2/+5
* Remove unused layer flags.Jeff Brown2012-07-161-3/+0
* Remove freeze(), unfreeze() and setFreezeTint().Jeff Brown2012-07-163-8/+0
* Remove freezeDisplay(), which is no-op.Jeff Brown2012-07-161-6/+0
* Pass fence to HWC on first use of bufferJesse Hall2012-06-301-0/+7
* Return fence from acquireBufferJesse Hall2012-06-301-0/+3
* Pass fences with buffers from SurfaceTextureClientJesse Hall2012-06-302-14/+34
* First prototype atttempting to support an external displayMathias Agopian2012-06-281-0/+4
* Pass fences from BufferQueue to SurfaceTextureClientJesse Hall2012-06-212-5/+17
* Transfer HWC release fences to BufferQueueJesse Hall2012-06-212-1/+22
* Update ANativeWindow clients for syncJamie Gennis2012-06-201-8/+20
* Implement SurfaceFlinger's ANW on top of BufferQueueMathias Agopian2012-06-131-1/+3
* surfaceflinger: replace early suspend with binder call from PowerManagerColin Cross2012-06-071-0/+8
* am 584fcb32: am 2c8207e9: add the ability to reject buffers in SurfaceTexture...Mathias Agopian2012-05-291-0/+13
|\
| * add the ability to reject buffers in SurfaceTexture::updateTexImageMathias Agopian2012-05-231-0/+13
* | am dd739965: Merge changes I32fbc2b6,Ifd0ed05b into jb-devJamie Gennis2012-05-151-8/+0
|\ \ | |/
| * libgui: remove setPostTransformCropJamie Gennis2012-05-141-8/+0
* | Add a BufferQueue CPU consumer.Eino-Ville Talvala2012-05-142-0/+147
|/
* SurfaceFlinger: add a crop to the layer stateJamie Gennis2012-05-113-0/+3
* SurfaceTexture: improve texture matrix computationJamie Gennis2012-05-081-0/+9
* libgui: Add support for post-xform crops.Jamie Gennis2012-05-084-35/+12
* libgui: Add plumbing for active rectangleJamie Gennis2012-04-244-7/+38
* add a way to query whether an ANativeWindow consumer is running ahead of the ...Mathias Agopian2012-04-232-2/+11
* update the binder protocol for connect to match that of queueBufferMathias Agopian2012-04-232-4/+2
* remove SurfaceTexture::connect()Mathias Agopian2012-04-231-2/+0