1. bca2d5b Disable error report temporarily to enable inline video by Teng-Hui Zhu · 14 years ago
  2. e845c35 fix onFrameAvailable by Mathias Agopian · 14 years ago
  3. 7f3289c Add SurfaceTexture logging by Mathias Agopian · 14 years ago
  4. 402ff24 Implement {Surface|SurfaceTextureClient}::setSwapInterval() by Mathias Agopian · 14 years ago
  5. a6b717b5 new tests for SurfaceTexture synchronous mode by Mathias Agopian · 14 years ago
  6. 5bbb1cf Add the concept of synchronous dequeueBuffer in SurfaceTexture by Mathias Agopian · 14 years ago
  7. ed3894c unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  8. 0297dca Fix a bug where setgeometry couldn't be undone by Mathias Agopian · 14 years ago
  9. b2a153a frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 14 years ago
  10. 4d7c1ce frameworks/base: make the ANativeWindow query() method const by Iliyan Malchev · 14 years ago
  11. ca2773b Merge "libgui: enable tests in the 'tests' build." by Jamie Gennis · 14 years ago
  12. 926340c Fix uninitialized variable in SurfaceTexture by Mathias Agopian · 14 years ago
  13. 8f9f2fd libgui: enable tests in the 'tests' build. by Jamie Gennis · 14 years ago
  14. 6fad64c Report errors when eglCreateImageKHR fails by Mathias Agopian · 14 years ago
  15. 7868c64 EGL: Allow creating a SurfaceTexture EGLSurface. by Jamie Gennis · 14 years ago
  16. 5dbf2ed libgui: Fix the tests so they build. by Jamie Gennis · 14 years ago
  17. 9638e5c Get rid of the "pid" parameter from createSurface by Mathias Agopian · 14 years ago
  18. 578492e Merge "changes to SurfaceTexture needed for unification with SF" by Mathias Agopian · 14 years ago
  19. 27cd07c changes to SurfaceTexture needed for unification with SF by Mathias Agopian · 14 years ago
  20. 5f05f99 Fix a GraphicBuffer leak in SurfaceTexture by Mathias Agopian · 14 years ago
  21. c8a04b5 remove more unused references to ISurface by Mathias Agopian · 14 years ago
  22. e5a1bff SurfaceTexture can now force the client to request a buffer by Mathias Agopian · 14 years ago
  23. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 14 years ago
  24. c5f94d8 Add support for timestamps into SurfaceTexture. by Eino-Ville Talvala · 14 years ago
  25. bae716b SurfaceTexture: disallow unsupported uses. by Jamie Gennis · 14 years ago
  26. f95a9f0 SurfaceTextureClient: Add ISurfaceTexture getter. by Jamie Gennis · 14 years ago
  27. c4ca7c5 ANativeWindow: add query for the concrete type. by Jamie Gennis · 14 years ago
  28. f3cedb6 SurfaceTexture: fix transform matrix computation. by Jamie Gennis · 14 years ago
  29. d2acedf ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 14 years ago
  30. 96dcc97 Add the MIN_UNDEQUEUED_BUFFERS query to ANW. by Jamie Gennis · 14 years ago
  31. f7398e2 am c7839751: am c2efcd2c: Merge "Initialize the SurfaceTexture transform fields." into honeycomb by Jamie Gennis · 14 years ago
  32. 2672226 Initialize the SurfaceTexture transform fields. by Jamie Gennis · 15 years ago
  33. a257be1 am 421d94c2: am ecb4b3f0: Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb by Jamie Gennis · 15 years ago
  34. 83bac21 Pass the IGraphicBufferAlloc to SurfaceTextureClient. by Jamie Gennis · 15 years ago
  35. 79d01fe Clear GL errors before updating a SurfaceTexture. by Jamie Gennis · 15 years ago
  36. 2ece4cd Reset ANativeWindow crop on buffer geometry changes. by Jamie Gennis · 15 years ago
  37. 6913062 Quiet the SurfaceFlingerClient dequeueBuffer error. by Jamie Gennis · 15 years ago
  38. 376590d Implement SurfaceTexture frame-available callback. by Jamie Gennis · 15 years ago
  39. 0fb736c Fix SurfaceTexture transform matrix. by Jamie Gennis · 15 years ago
  40. 4559ea4 Compare GraphicBuffers using handles. by Jamie Gennis · 15 years ago
  41. f7acf16 Fix remote GraphicBuffer allocation in SurfaceFlinger. by Jamie Gennis · 15 years ago
  42. e8d0e8a Add logging to SurfaceTextureClient. by Jamie Gennis · 15 years ago
  43. a7eacc1 Fix a bug in SurfaceTexture::dequeueBuffer. by Jamie Gennis · 15 years ago
  44. b598fb9 Implement crop & transform for SurfaceTexture. by Jamie Gennis · 15 years ago
  45. d369dc4 Fix a bug in SurfaceTexture::setBufferCount. by Jamie Gennis · 15 years ago
  46. 7dc00d5 Add method logging to the SurfaceTexture C++ class. by Jamie Gennis · 15 years ago
  47. fd804f3 Initialize the SurfaceTexture buffer slots. by Jamie Gennis · 15 years ago
  48. 68e4a7a Add the SurfaceTexture C++ implementation. by Jamie Gennis · 15 years ago
  49. 36f429d Fix typo which causes sensors to fail miserably by Mathias Agopian · 15 years ago
  50. 4d3cb63 part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work by Mathias Agopian · 15 years ago
  51. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 15 years ago
  52. 42c03e5 Modify native ALooper to take an explicit ident. by Dianne Hackborn · 15 years ago
  53. 050b562 Added SensorManager.getMinDelay() by Mathias Agopian · 15 years ago
  54. b54a3c9 Fix a memory corruption when writting Sensor into a parcel by Mathias Agopian · 15 years ago
  55. 23e8de2 propagate sensor event rate properly by Mathias Agopian · 15 years ago
  56. 1bf7978 new SensorService by Mathias Agopian · 15 years ago
  57. b957b9d first step at implementing the native sensor support by Mathias Agopian · 15 years ago