summaryrefslogtreecommitdiffstats
path: root/libs/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove freezeDisplay(), which is no-op.Jeff Brown2012-07-161-14/+0
* Fix check for fence merge successJesse Hall2012-07-031-3/+3
* Pass fence to HWC on first use of bufferJesse Hall2012-06-301-8/+6
* Return fence from acquireBufferJesse Hall2012-06-303-4/+21
* Pass fences with buffers from SurfaceTextureClientJesse Hall2012-06-303-43/+105
* Merge "Clarify aborted updateTexImage use of fences"Jesse Hall2012-06-291-8/+4
|\
| * Clarify aborted updateTexImage use of fencesJesse Hall2012-06-281-8/+4
* | Merge "Return fence to client in dequeuBuffer"Jesse Hall2012-06-291-5/+8
|\ \ | |/
| * Return fence to client in dequeuBufferJesse Hall2012-06-281-5/+8
* | First prototype atttempting to support an external displayMathias Agopian2012-06-281-0/+13
|/
* Pass fences from BufferQueue to SurfaceTextureClientJesse Hall2012-06-213-18/+28
* Transfer HWC release fences to BufferQueueJesse Hall2012-06-214-14/+56
* Update ANativeWindow clients for syncJamie Gennis2012-06-206-337/+294
* Implement SurfaceFlinger's ANW on top of BufferQueueMathias Agopian2012-06-131-5/+10
* surfaceflinger: replace early suspend with binder call from PowerManagerColin Cross2012-06-071-0/+22
* am 584fcb32: am 2c8207e9: add the ability to reject buffers in SurfaceTexture...Mathias Agopian2012-05-291-0/+14
|\
| * add the ability to reject buffers in SurfaceTexture::updateTexImageMathias Agopian2012-05-231-0/+14
* | am 138a8d75: am e1082496: Enable SurfaceTexture fence sync for the emulatorJesse Hall2012-05-221-0/+4
|\ \ | |/
| * Enable SurfaceTexture fence sync for the emulatorJesse Hall2012-05-221-0/+4
* | am 83f1d839: am 7e477bfe: make sure BufferQueue releases newly acquired buffe...Mathias Agopian2012-05-211-24/+28
|\ \ | |/
| * make sure BufferQueue releases newly acquired buffers on failuresMathias Agopian2012-05-181-24/+28
* | am ac4a4825: am f899e411: Remove misleading and wrong ALOGWMathias Agopian2012-05-211-2/+0
|\ \ | |/
| * Remove misleading and wrong ALOGWMathias Agopian2012-05-181-2/+0
* | am bd56aabb: am 515f19da: Merge "Recreate EGLImage for previously used slots"...Jesse Hall2012-05-212-3/+33
|\ \ | |/
| * Recreate EGLImage for previously used slotsJesse Hall2012-05-172-3/+33
* | am dd739965: Merge changes I32fbc2b6,Ifd0ed05b into jb-devJamie Gennis2012-05-153-95/+4
|\ \ | |/
| * libgui: remove setPostTransformCropJamie Gennis2012-05-143-95/+4
* | Add a BufferQueue CPU consumer.Eino-Ville Talvala2012-05-144-1/+841
|/
* SurfaceFlinger: add a crop to the layer stateJamie Gennis2012-05-112-0/+23
* libgui: improve some logging and dumpingJamie Gennis2012-05-102-8/+22
* Merge "SurfaceTexture: improve texture matrix computation" into jb-devJamie Gennis2012-05-091-32/+52
|\
| * SurfaceTexture: improve texture matrix computationJamie Gennis2012-05-081-32/+52
* | Merge "libgui: Add support for post-xform crops." into jb-devJamie Gennis2012-05-095-76/+141
|\ \ | |/
| * libgui: Add support for post-xform crops.Jamie Gennis2012-05-085-76/+141
* | return errors properly in BitTube and SensorEventQueueMathias Agopian2012-05-072-6/+11
|/
* set a Sensor's version properlyMathias Agopian2012-05-041-1/+4
* SurfaceTexture: fix a memory leakJamie Gennis2012-05-021-19/+13
* libgui: Add plumbing for active rectangleJamie Gennis2012-04-244-109/+119
* SurfaceTexture: detachFromContext fixedDaniel Lam2012-04-241-1/+1
* add a way to query whether an ANativeWindow consumer is running ahead of the ...Mathias Agopian2012-04-232-13/+40
* update the binder protocol for connect to match that of queueBufferMathias Agopian2012-04-233-18/+11
* remove SurfaceTexture::connect()Mathias Agopian2012-04-231-7/+0
* Fix BufferQueue verbose logEino-Ville Talvala2012-04-181-2/+6
* Remove fixed USAGE_HW_TEXTURE flag from BufferQueue.Eino-Ville Talvala2012-04-182-1/+2
* SurfaceTexture: fix a memory leakJamie Gennis2012-04-171-6/+17
* Merge changes Id79430f9,I541d3046Jamie Gennis2012-04-173-28/+19
|\
| * BufferQueue: check before tracing buffer indexJamie Gennis2012-04-161-3/+6
| * SurfaceTexture: shrink all sides when croppingJamie Gennis2012-04-162-25/+13
* | Merge "s/w rendered apps can now use n-buffering (n>2)"Mathias Agopian2012-04-161-7/+21
|\ \ | |/ |/|
| * s/w rendered apps can now use n-buffering (n>2)Mathias Agopian2012-04-131-7/+21