summaryrefslogtreecommitdiffstats
path: root/libs/ui
Commit message (Expand)AuthorAgeFilesLines
* ui: Allocate the custom buffer size in the failure case alsoNaseer Ahmed2013-03-151-4/+8
* libgui: Add support to update buffer geometry.Ramkumar Radhakrishnan2013-03-102-0/+23
* Add support for custom buffer sizes.Ramkumar Radhakrishnan2013-03-102-1/+56
* Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/fra...Steve Kondik2013-02-151-15/+116
|\
| * [DO NOT MERGE] GraphicBufferAllocator: stall alloc for async freesJamie Gennis2012-12-101-52/+108
| * DO NOT MERGE GraphicBufferAllocator: make frees asyncJamie Gennis2012-12-071-11/+55
* | JB_MR1: native/libs/ui: Adding fix for conf 2.0 seg faultsVishrut Shah2013-01-201-0/+1
* | ui/sf: Add support for exynos HDMIRicardo Cerqueira2012-12-302-0/+43
* | libui: exynos4: apply FIMC usage flag on format HAL_PIXEL_FORMAT_YCbCr_420_SP...codeworkx2012-12-031-1/+2
* | GraphicBuffer: exynos4: set FIMC1 usage bit on samsung specific formatscodeworkx2012-11-271-1/+9
* | ui: exynos4: getphys is commoncodeworkx2012-11-261-1/+1
* | exynos4: getphys implementation on buffermanager for samsung omxcodeworkx2012-11-241-0/+13
|/
* 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
* add more tracing for buffer allocationMathias Agopian2012-02-292-0/+10
* remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-242-24/+3
* remove libui dependency on libEGLMathias Agopian2012-02-242-123/+0
* deprecate L_8, LA_88 and RGB_332 in sdkMathias Agopian2012-02-241-1/+4
* Merge "libui: add ability to force a framebuffer format for EGL's use"Dima Zavin2012-02-222-0/+16
|\
| * libui: add ability to force a framebuffer format for EGL's useDima Zavin2012-02-222-0/+16
* | remove libui's dependency on libpixelflingerMathias Agopian2012-02-212-18/+43
|/
* frameworks/base refactoringMathias Agopian2012-02-2011-4589/+1
* frameworks/base refactoring.Mathias Agopian2012-02-179-14/+15
* Accurately track the sequence numbers of batched events.Jeff Brown2012-02-131-8/+42
* Enable deferred input messages to be batched.Jeff Brown2012-02-131-52/+40
* Implement batching of input events on the consumer side.Jeff Brown2012-02-133-80/+269
* Dispatch multiple touch events in parallel.Jeff Brown2012-02-131-0/+13
* Rewrite input transport using sockets.Jeff Brown2012-02-133-867/+270