| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-07 | remove files that moved to frameworks/native | ||
| Change-Id: I140d291e520097b1148930f736823650e08488f7 | |||
| 2011-12-06 | Improve the VSYNC api a bit. | ||
| - add the ability to set the vsync delivery rate, when the rate is set to N>1 (ie: receive every N vsync), SF process' is woken up for all of vsync, but clients only see the every N events. - add the concept of one-shot vsync events, with a call-back to request the next one. currently the call-back is a binder IPC. Change-Id: I09f71df0b0ba0d88ed997645e2e2497d553c9a1b | |||
| 2011-11-29 | Add support for sending VSYNC events to the framework | ||
| use gui/DisplayEvent to receive the events. Events are dispatched through a unix pipe, so the API is compatible with utils/Looper. see gui/DisplayEvent.h for more info. Bug: 1475048 Change-Id: Ia720f64d1b950328b47b22c6a86042e481d35f09 | |||