summaryrefslogtreecommitdiffstats
path: root/libs/ui/Fence.cpp
Commit message (Expand)AuthorAgeFilesLines
* libui: Clean up Fence and Region flatteningDan Stoza2015-04-151-2/+4
* libui: Enable -Weverything and -WerrorDan Stoza2014-12-041-6/+9
* libui: fix passing Fence object over binderColin Cross2014-04-141-2/+2
* Make Flattenable not virtualMathias Agopian2013-07-301-14/+26
* make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-161-1/+2
* libgui: disallow NULL Fence pointersJamie Gennis2013-02-121-10/+24
* Fix memory leak when getting signal time for unsignaled fencesJesse Hall2013-01-141-0/+1
* SurfaceFlinger: refactor frame time trackingJamie Gennis2012-11-191-0/+29
* Fence didn't manager sync_wait error codes properlyMathias Agopian2012-10-091-5/+6
* Add Fence::waitForever which logs a warning timeout, and use itJesse Hall2012-10-021-0/+14
* log more info on fence sync_merge errorMathias Agopian2012-07-301-2/+4
* Pass fences with buffers from SurfaceTextureClientJesse Hall2012-06-301-0/+3
* Return fence to client in dequeuBufferJesse Hall2012-06-281-0/+4
* Transfer HWC release fences to BufferQueueJesse Hall2012-06-211-1/+3
* libui: add the Fence classJamie Gennis2012-06-201-0/+95