| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the VSYNC api a bit. | Mathias Agopian | 2011-12-06 | 2 | -0/+32 |
* | am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1 | Mathias Agopian | 2011-11-30 | 1 | -4/+22 |
|\ |
|
| * | SurfaceTexture: add EGL_KHR_fence_sync option | Jamie Gennis | 2011-11-29 | 1 | -4/+22 |
* | | Add support for sending VSYNC events to the framework | Mathias Agopian | 2011-11-29 | 2 | -0/+160 |
* | | am c2597295: am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ic... | Jamie Gennis | 2011-11-21 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | EGL: default to swap interval 1 | Jamie Gennis | 2011-11-21 | 1 | -0/+4 |
* | | am d0df44b5: am 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1 | Mathias Agopian | 2011-11-18 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | attempt to fix bug 5313580 | Mathias Agopian | 2011-11-17 | 1 | -0/+1 |
* | | am 7765fc65: am fd6b64f6: Merge "SurfaceTexture: Fix to return the oldest of ... | Jamie Gennis | 2011-11-17 | 1 | -1/+12 |
|\ \
| |/ |
|
| * | SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue... | Sunita Nadampalli | 2011-11-15 | 1 | -1/+12 |
* | | am 738d8cae: am c93a151f: Merge "Define, document, and test the behavior of v... | Mathias Agopian | 2011-11-14 | 1 | -2/+10 |
|\ \
| |/ |
|
| * | Define, document, and test the behavior of very large SurfaceTextures | Mathias Agopian | 2011-11-11 | 1 | -2/+10 |
* | | Rename SensorChannel to BitTube | Mathias Agopian | 2011-10-20 | 3 | -8/+9 |
|/ |
|
* | SensorManager reconnects to sensor service when the later dies | Mathias Agopian | 2011-10-16 | 1 | -4/+16 |
* | SurfaceTexture: parameterize the texture target | Jamie Gennis | 2011-09-30 | 1 | -1/+11 |
* | SurfaceTexture: add name support | Jamie Gennis | 2011-09-22 | 1 | -1/+10 |
* | don't return the current buffer from dequeueBuffer | Mathias Agopian | 2011-08-17 | 1 | -1/+1 |
* | fix a crasher in SurfaceTexture::updateTexImage() | Mathias Agopian | 2011-08-10 | 1 | -4/+18 |
* | rework dequeueBuffer()'s main loop. | Mathias Agopian | 2011-08-10 | 1 | -0/+5 |
* | error out when SurfaceTexture APIs are called while not connected | Mathias Agopian | 2011-08-10 | 1 | -1/+1 |
* | return correct value from query after connecting a surface | Mathias Agopian | 2011-08-08 | 2 | -2/+8 |
* | Merge "remove dead code and member variables." | Mathias Agopian | 2011-07-26 | 1 | -14/+2 |
|\ |
|
| * | remove dead code and member variables. | Mathias Agopian | 2011-07-25 | 1 | -14/+2 |
* | | Merge "SurfaceTexture: enable RGB external textures" | Jamie Gennis | 2011-07-25 | 1 | -5/+0 |
|\ \
| |/
|/| |
|
| * | SurfaceTexture: enable RGB external textures | Jamie Gennis | 2011-07-22 | 1 | -5/+0 |
* | | SurfaceTexture: add the abandon method. | Jamie Gennis | 2011-07-22 | 2 | -2/+20 |
|/ |
|
* | SurfaceTexture: fix a comment | Jamie Gennis | 2011-07-21 | 1 | -2/+1 |
* | SurfaceTexture: remove getAllocator | Jamie Gennis | 2011-07-21 | 2 | -10/+0 |
* | clean-up. get rid ofunused code and members in Surface[Control].cpp | Mathias Agopian | 2011-07-20 | 1 | -2/+2 |
* | implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal... | Mathias Agopian | 2011-07-19 | 3 | -2/+20 |
* | Add set_scaling_mode() to ANativeWindow. | Mathias Agopian | 2011-07-19 | 3 | -3/+24 |
* | move lock/unlock implementaion outside of Surface into SurfaceTextureClient | Mathias Agopian | 2011-07-15 | 1 | -32/+46 |
* | Merge changes Id9aa1003,I8c154189 | Jamie Gennis | 2011-07-14 | 3 | -3/+42 |
|\ |
|
| * | SurfaceTexture: make (dis)connect into an IPC | Jamie Gennis | 2011-07-14 | 3 | -3/+42 |
* | | EGL: fix the ANativeWindow size/fmt override | Jamie Gennis | 2011-07-11 | 1 | -1/+4 |
|/ |
|
* | Merge "Minor fix in SurfaceTexture" | Pannag Sanketi | 2011-06-30 | 1 | -2/+2 |
|\ |
|
| * | Minor fix in SurfaceTexture | Pannag Sanketi | 2011-06-30 | 1 | -2/+2 |
* | | SurfaceTexture: change onFrameAvailable behavior | Jamie Gennis | 2011-06-27 | 1 | -10/+8 |
|/ |
|
* | Add allowSynchronousMode to SurfaceTexture constructor. | Grace Kloba | 2011-06-23 | 1 | -1/+4 |
* | SurfaceTexture: fix a NULL ptr dereference. | Jamie Gennis | 2011-06-20 | 1 | -0/+1 |
* | SurfaceTexture: fix up a comment. | Jamie Gennis | 2011-06-13 | 1 | -3/+3 |
* | SurfaceTexture: fix a getTransformMatrix crash. | Jamie Gennis | 2011-06-13 | 1 | -0/+11 |
* | 9-axis sensor fusion with Kalman filter | Mathias Agopian | 2011-05-27 | 1 | -1/+5 |
* | SurfaceTexture: clean up some comments, tests, etc. | Jamie Gennis | 2011-05-25 | 1 | -20/+45 |
* | fix onFrameAvailable | Mathias Agopian | 2011-05-11 | 1 | -0/+10 |
* | Add SurfaceTexture logging | Mathias Agopian | 2011-05-11 | 1 | -0/+5 |
* | Implement {Surface|SurfaceTextureClient}::setSwapInterval() | Mathias Agopian | 2011-05-11 | 3 | -12/+39 |
* | Add the concept of synchronous dequeueBuffer in SurfaceTexture | Mathias Agopian | 2011-05-11 | 1 | -21/+50 |
* | unify SurfaceTexture and Surface | Mathias Agopian | 2011-05-11 | 2 | -0/+11 |
* | Fix a bug where setgeometry couldn't be undone | Mathias Agopian | 2011-05-11 | 2 | -11/+6 |