summaryrefslogtreecommitdiffstats
path: root/libs/ui
Commit message (Expand)AuthorAgeFilesLines
* am da9fd70d: am 2758eb2e: am fde92eb0: Update maxNumber to be smaller.Michael Lentine2015-02-191-1/+5
|\
| * am 2758eb2e: am fde92eb0: Update maxNumber to be smaller.Michael Lentine2015-02-191-1/+5
| |\
| | * Update maxNumber to be smaller.Michael Lentine2015-02-181-1/+5
* | | am 76ebd319: am 3d89edca: am e6f7a44e: Fix for corruption when numFds or numI...Michael Lentine2014-12-021-1/+16
|\ \ \ | |/ /
| * | am 3d89edca: am e6f7a44e: Fix for corruption when numFds or numInts is too la...Michael Lentine2014-12-021-1/+16
| |\ \ | | |/
| | * Fix for corruption when numFds or numInts is too large.Michael Lentine2014-11-211-1/+16
* | | am 9b5534b0: Merge changes I8283a989,I64add89a into klp-devMathias Agopian2013-08-303-1/+399
|\ \ \ | |/ /
| * | vector and matrix classes for graphics useMathias Agopian2013-08-263-1/+399
* | | am fc43e16a: Merge "Graphics:Add error check when create GraphicBuffer"Jesse Hall2013-08-131-0/+2
|\ \ \ | |/ / |/| |
| * | Graphics:Add error check when create GraphicBufferLingyun Zhu2013-08-131-0/+2
| |/
* | remove unused code form GraphicBufferMathias Agopian2013-07-311-14/+4
* | Make Flattenable not virtualMathias Agopian2013-07-303-22/+44
* | get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-261-24/+14
* | get rid of PixelFormatInfo and simplify thingsMathias Agopian2013-07-251-112/+35
* | am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() imp...Mathias Agopian2013-05-171-1/+2
|\ \ | |/
| * make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-161-1/+2
* | take the "transparent region" into account for blendingMathias Agopian2013-05-101-0/+31
* | reformat Rect.{cpp|h}Mathias Agopian2013-05-102-31/+25
|/
* Add support for HAL_PIXEL_FORMAT_YCbCr_420_888Eino-Ville Talvala2013-05-062-0/+35
* Add liblogYing Wang2013-04-091-1/+2
* latch transparent region hint only when we get a new frameMathias Agopian2013-04-021-0/+4
* improved CallStack a bitMathias Agopian2013-03-211-3/+1
* Add createTJunctionFreeRegionChris Craik2013-02-275-85/+312
* 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
* Show build config in dumpsys SurfaceFlingerAndy McFadden2012-09-252-1/+38
* Region::validate() cannot be called from addRectUnchecked()Mathias Agopian2012-09-121-4/+0
* strengthen region validationMathias Agopian2012-09-121-23/+59
* Add a way to retrieve a Region as a SharedBufferMathias Agopian2012-08-311-0/+12
* change how we store Region data internallyMathias Agopian2012-08-311-43/+30
* don't generate a new Region when translating by 0,0Mathias Agopian2012-08-311-1/+1
* libgui: add some error checksJamie Gennis2012-08-301-1/+6
* improve [un]marshalling of non-binder objectsMathias Agopian2012-08-131-51/+23
* Merge "log more info on fence sync_merge error" into jb-mr1-devMathias Agopian2012-07-301-2/+4
|\
| * log more info on fence sync_merge errorMathias Agopian2012-07-301-2/+4
* | Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-devEd Heyl2012-07-281-6/+12
|\ \ | |/ |/|
| * libs/ui: Add support for triple framebuffersNaseer Ahmed2012-07-091-6/+12
* | 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
* | Move remaining bits of lockBuffer to dequeueBufferJesse Hall2012-06-211-13/+4
* | Update ANativeWindow clients for syncJamie Gennis2012-06-202-6/+38
* | libui: add the Fence classJamie Gennis2012-06-201-0/+95
|/
* SurfaceFlinger: add a crop to the layer stateJamie Gennis2012-05-111-1/+1
* libui: add the Rect::transform methodJamie Gennis2012-05-071-0/+21
* PixelFormat.UNKNOWN should return an error when queriedMathias Agopian2012-04-241-1/+1
* fix Region const_iterator.Mathias Agopian2012-04-161-1/+9