| Commit message (Expand) | Author | Age | Files | Lines |
* | Fence didn't manager sync_wait error codes properly | Mathias Agopian | 2012-10-09 | 1 | -5/+6 |
* | Add Fence::waitForever which logs a warning timeout, and use it | Jesse Hall | 2012-10-02 | 1 | -0/+14 |
* | Show build config in dumpsys SurfaceFlinger | Andy McFadden | 2012-09-25 | 2 | -1/+38 |
* | Region::validate() cannot be called from addRectUnchecked() | Mathias Agopian | 2012-09-12 | 1 | -4/+0 |
* | strengthen region validation | Mathias Agopian | 2012-09-12 | 1 | -23/+59 |
* | Add a way to retrieve a Region as a SharedBuffer | Mathias Agopian | 2012-08-31 | 1 | -0/+12 |
* | change how we store Region data internally | Mathias Agopian | 2012-08-31 | 1 | -43/+30 |
* | don't generate a new Region when translating by 0,0 | Mathias Agopian | 2012-08-31 | 1 | -1/+1 |
* | libgui: add some error checks | Jamie Gennis | 2012-08-30 | 1 | -1/+6 |
* | improve [un]marshalling of non-binder objects | Mathias Agopian | 2012-08-13 | 1 | -51/+23 |
* | Merge "log more info on fence sync_merge error" into jb-mr1-dev | Mathias Agopian | 2012-07-30 | 1 | -2/+4 |
|\ |
|
| * | log more info on fence sync_merge error | Mathias Agopian | 2012-07-30 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-dev | Ed Heyl | 2012-07-28 | 1 | -6/+12 |
|\ \
| |/
|/| |
|
| * | libs/ui: Add support for triple framebuffers | Naseer Ahmed | 2012-07-09 | 1 | -6/+12 |
* | | Pass fences with buffers from SurfaceTextureClient | Jesse Hall | 2012-06-30 | 1 | -0/+3 |
* | | Return fence to client in dequeuBuffer | Jesse Hall | 2012-06-28 | 1 | -0/+4 |
* | | Transfer HWC release fences to BufferQueue | Jesse Hall | 2012-06-21 | 1 | -1/+3 |
* | | Move remaining bits of lockBuffer to dequeueBuffer | Jesse Hall | 2012-06-21 | 1 | -13/+4 |
* | | Update ANativeWindow clients for sync | Jamie Gennis | 2012-06-20 | 2 | -6/+38 |
* | | libui: add the Fence class | Jamie Gennis | 2012-06-20 | 1 | -0/+95 |
|/ |
|
* | SurfaceFlinger: add a crop to the layer state | Jamie Gennis | 2012-05-11 | 1 | -1/+1 |
* | libui: add the Rect::transform method | Jamie Gennis | 2012-05-07 | 1 | -0/+21 |
* | PixelFormat.UNKNOWN should return an error when queried | Mathias Agopian | 2012-04-24 | 1 | -1/+1 |
* | fix Region const_iterator. | Mathias Agopian | 2012-04-16 | 1 | -1/+9 |
* | add more tracing for buffer allocation | Mathias Agopian | 2012-02-29 | 2 | -0/+10 |
* | remove dependency on android_native{s_priv|buffer}.h | Mathias Agopian | 2012-02-24 | 2 | -24/+3 |
* | remove libui dependency on libEGL | Mathias Agopian | 2012-02-24 | 2 | -123/+0 |
* | deprecate L_8, LA_88 and RGB_332 in sdk | Mathias Agopian | 2012-02-24 | 1 | -1/+4 |
* | Merge "libui: add ability to force a framebuffer format for EGL's use" | Dima Zavin | 2012-02-22 | 2 | -0/+16 |
|\ |
|
| * | libui: add ability to force a framebuffer format for EGL's use | Dima Zavin | 2012-02-22 | 2 | -0/+16 |
* | | remove libui's dependency on libpixelflinger | Mathias Agopian | 2012-02-21 | 2 | -18/+43 |
|/ |
|
* | frameworks/base refactoring | Mathias Agopian | 2012-02-20 | 11 | -4589/+1 |
* | frameworks/base refactoring. | Mathias Agopian | 2012-02-17 | 9 | -14/+15 |
* | Accurately track the sequence numbers of batched events. | Jeff Brown | 2012-02-13 | 1 | -8/+42 |
* | Enable deferred input messages to be batched. | Jeff Brown | 2012-02-13 | 1 | -52/+40 |
* | Implement batching of input events on the consumer side. | Jeff Brown | 2012-02-13 | 3 | -80/+269 |
* | Dispatch multiple touch events in parallel. | Jeff Brown | 2012-02-13 | 1 | -0/+13 |
* | Rewrite input transport using sockets. | Jeff Brown | 2012-02-13 | 3 | -867/+270 |
* | Preliminary support for clipRect(Rect, Op) | Romain Guy | 2012-02-07 | 1 | -0/+19 |
* | remove dead/usnused code | Mathias Agopian | 2012-01-11 | 3 | -108/+0 |
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-08 | 10 | -90/+90 |
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE | Steve Block | 2012-01-06 | 3 | -7/+7 |
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 8 | -76/+76 |
* | Eliminate hw.keyboards system properties. | Jeff Brown | 2011-11-15 | 2 | -55/+0 |
* | Region cannot handle malformed Rects. Abort the Region op in that case. | Mathias Agopian | 2011-09-26 | 1 | -0/+1 |
* | Make sure Region handles invalid rectangles | Mathias Agopian | 2011-09-19 | 1 | -0/+5 |
* | Can't stop the fling! | Jeff Brown | 2011-09-16 | 1 | -0/+2 |
* | Velocity Tracker II: The Revenge of Velocity Tracker | Jeff Brown | 2011-09-14 | 1 | -45/+280 |
* | Tweak VelocityTracker. | Jeff Brown | 2011-09-09 | 1 | -62/+30 |
* | revert last change to EGLUtils::selectConfigForPixelFormat | Mathias Agopian | 2011-08-15 | 1 | -39/+19 |