Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libgui: disable CpuConsumer tests | Jamie Gennis | 2012-08-31 | 1 | -3/+9 |
| | | | | | | | This change disables the CpuConsumer tests because they require a Gralloc format that is not supported on all devices. Change-Id: Ifaa618062c1dae53d9fcb9e16ba92c480d3dbd0c | ||||
* | Update ANativeWindow clients for sync | Jamie Gennis | 2012-06-20 | 1 | -82/+6 |
| | | | | | | | This change updates the uses of ANativeWindow to use the new ANW functions that accept and return Sync HAL fence file descriptors. Change-Id: I3ca648b6ac33f7360e86754f924aa072f95242f6 | ||||
* | Add a BufferQueue CPU consumer. | Eino-Ville Talvala | 2012-05-14 | 1 | -0/+579 |
Aimed for use cases where gralloc buffers need to be consumed by CPU users, such as camera image data streams. The CpuConsumer is a synchronous queue, which exposes raw pointers to the underlying graphics buffers to applications. Multiple buffers may be acquired at once, up to the limit set at time of construction. Change-Id: If1d99f12471438e95a69696e40685948778055fd |