summaryrefslogtreecommitdiff
path: root/include/gui
AgeCommit message (Expand)Author
2011-11-29SurfaceTexture: add EGL_KHR_fence_sync option Jamie Gennis
2011-11-21EGL: default to swap interval 1 Jamie Gennis
2011-11-17attempt to fix bug 5313580 Mathias Agopian
2011-11-15SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue... Sunita Nadampalli
2011-11-11Define, document, and test the behavior of very large SurfaceTextures Mathias Agopian
2011-10-16SensorManager reconnects to sensor service when the later dies Mathias Agopian
2011-09-30SurfaceTexture: parameterize the texture target Jamie Gennis
2011-09-22SurfaceTexture: add name support Jamie Gennis
2011-08-17don't return the current buffer from dequeueBuffer Mathias Agopian
2011-08-10fix a crasher in SurfaceTexture::updateTexImage() Mathias Agopian
2011-08-10rework dequeueBuffer()'s main loop. Mathias Agopian
2011-08-10error out when SurfaceTexture APIs are called while not connected Mathias Agopian
2011-08-08return correct value from query after connecting a surface Mathias Agopian
2011-07-26Merge "remove dead code and member variables." Mathias Agopian
2011-07-25remove dead code and member variables. Mathias Agopian
2011-07-25Merge "SurfaceTexture: enable RGB external textures" Jamie Gennis
2011-07-22SurfaceTexture: enable RGB external textures Jamie Gennis
2011-07-22SurfaceTexture: add the abandon method. Jamie Gennis
2011-07-21SurfaceTexture: fix a comment Jamie Gennis
2011-07-21SurfaceTexture: remove getAllocator Jamie Gennis
2011-07-20clean-up. get rid ofunused code and members in Surface[Control].cpp Mathias Agopian
2011-07-19implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal... Mathias Agopian
2011-07-19Add set_scaling_mode() to ANativeWindow. Mathias Agopian
2011-07-15move lock/unlock implementaion outside of Surface into SurfaceTextureClient Mathias Agopian
2011-07-14Merge changes Id9aa1003,I8c154189 Jamie Gennis
2011-07-14SurfaceTexture: make (dis)connect into an IPC Jamie Gennis
2011-07-11EGL: fix the ANativeWindow size/fmt override Jamie Gennis
2011-06-30Merge "Minor fix in SurfaceTexture" Pannag Sanketi
2011-06-30Minor fix in SurfaceTexture Pannag Sanketi
2011-06-27SurfaceTexture: change onFrameAvailable behavior Jamie Gennis
2011-06-23Add allowSynchronousMode to SurfaceTexture constructor. Grace Kloba
2011-06-20SurfaceTexture: fix a NULL ptr dereference. Jamie Gennis
2011-06-13SurfaceTexture: fix up a comment. Jamie Gennis
2011-06-13SurfaceTexture: fix a getTransformMatrix crash. Jamie Gennis
2011-05-279-axis sensor fusion with Kalman filter Mathias Agopian
2011-05-25SurfaceTexture: clean up some comments, tests, etc. Jamie Gennis
2011-05-11fix onFrameAvailable Mathias Agopian
2011-05-11Add SurfaceTexture logging Mathias Agopian
2011-05-11Implement {Surface|SurfaceTextureClient}::setSwapInterval() Mathias Agopian
2011-05-11Add the concept of synchronous dequeueBuffer in SurfaceTexture Mathias Agopian
2011-05-11unify SurfaceTexture and Surface Mathias Agopian
2011-05-11Fix a bug where setgeometry couldn't be undone Mathias Agopian
2011-05-03frameworks/base: android_native_buffer_t -> ANativeWindowBuffer Iliyan Malchev
2011-05-03frameworks/base: make the ANativeWindow query() method const Iliyan Malchev
2011-04-18Merge "changes to SurfaceTexture needed for unification with SF" Mathias Agopian
2011-04-11changes to SurfaceTexture needed for unification with SF Mathias Agopian
2011-04-08Fix a GraphicBuffer leak in SurfaceTexture Mathias Agopian
2011-04-01SurfaceTexture can now force the client to request a buffer Mathias Agopian
2011-03-17Add support for timestamps into SurfaceTexture. Eino-Ville Talvala
2011-03-14SurfaceTextureClient: Add ISurfaceTexture getter. Jamie Gennis