1. 1422671 Merge "Remove deprecated BufferQueue constructor" by Dan Stoza · 10 years ago
  2. 8bf3b1a Merge "Revert "Implement video plane layer"" by Wonsik Kim · 10 years ago
  3. 29fa959 Revert "Implement video plane layer" by Wonsik Kim · 10 years ago
  4. 73ed82f Merge "Add sideband streams to BufferQueue and related classes" by Jesse Hall · 10 years ago
  5. 6d5a7bb Remove deprecated BufferQueue constructor by Dan Stoza · 10 years ago
  6. f522af7 BufferQueue: Allow returning interfaces as I*/Bn* by Dan Stoza · 10 years ago
  7. 399184a Add sideband streams to BufferQueue and related classes by Jesse Hall · 10 years ago
  8. 9f3053d BufferQueue: Allow detaching/reattaching buffers by Dan Stoza · 10 years ago
  9. 3e96f19 Change BufferQueue into producer/consumer wrapper by Dan Stoza · 10 years ago
  10. 289ade1 Split BufferQueue into core + producer + consumer by Dan Stoza · 10 years ago
  11. f837c93 Implement video plane layer by Wonsik Kim · 10 years ago
  12. c701401 Allow disabling layer rotation during screenshots by Dan Stoza · 11 years ago
  13. 7ea777f gui: Add tests for IGraphicBufferProducer by Igor Murashkin · 11 years ago
  14. 4be18a3 gui: Remove BufferQueue::MIN_UNDEQUEUED_BUFFERS by Igor Murashkin · 11 years ago
  15. 7d2d160 gui: Update header docs for IGraphicBufferConsumer/Producer/BufferQueue by Igor Murashkin · 11 years ago
  16. 701166d Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. by Aravind Akella · 11 years ago
  17. dbe9245 GLConsumer: start using EGL_ANDROID_image_crop by Jamie Gennis · 11 years ago
  18. d171da9 GLConsumer: Add query for current frame number. by Eino-Ville Talvala · 11 years ago
  19. c1c05de fix camera API 2.0 orientation by Mathias Agopian · 11 years ago
  20. 365857d Make sure do disconnect from a BQ when its client dies. by Mathias Agopian · 11 years ago
  21. 90ed3e8 fix a few problems with BitTube by Mathias Agopian · 11 years ago
  22. 724d91d Sensor batching. Changes to the native code. by Aravind Akella · 11 years ago
  23. 3c25621 Re-enable frame dropping for non-auto timestamps by Andy McFadden · 11 years ago
  24. a5b7513 gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired by Igor Murashkin · 11 years ago
  25. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 11 years ago
  26. 4515596 make sure GLConsumer::releaseTexImage() works after detachFromContext() by Mathias Agopian · 11 years ago
  27. 9870c9b make GLConsumer's debug texture static by Mathias Agopian · 11 years ago
  28. 6c913be Add ISurfaceComposer::destroyDisplay by Jesse Hall · 11 years ago
  29. 3ca76f4 remove support for glReadPixels screenshot path by Mathias Agopian · 11 years ago
  30. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 11 years ago
  31. a4e1952 Binderize the consumer side of BufferQueue by Mathias Agopian · 11 years ago
  32. e142428 Make Flattenable not virtual by Mathias Agopian · 11 years ago
  33. ad678e1 single buffer mode for BufferQueue by Mathias Agopian · 11 years ago
  34. 7cdd786 Make ANW.setSwapInterval(0) work again by Mathias Agopian · 11 years ago
  35. a3fbda3 BuffferQueue disconnect is now always asynchrnous by Mathias Agopian · 11 years ago
  36. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 11 years ago
  37. 8f938a5 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 11 years ago
  38. 1585c4d Pay attention to buffer timestamps by Andy McFadden · 11 years ago
  39. b4b6370 CpuConsumer: Add set buffer size and format functions. by Zhijun He · 11 years ago
  40. ae77227 CpuConsumer: Remove CpuConsumer JNI ID. by Zhijun He · 11 years ago
  41. 9e3cb55 BufferQueue: remove freeAllBuffersExceptHeadLocked() by Lajos Molnar · 11 years ago
  42. c5d7b7d BufferQueue: track buffer-queue by instance vs. by reference by Lajos Molnar · 11 years ago
  43. d487ca1 am 87ab83d9: am f743e3db: Merge "Add support for HAL_PIXEL_FORMAT_YCbCr_420_888" into jb-mr2-dev by Eino-Ville Talvala · 11 years ago
  44. c43946b Add support for HAL_PIXEL_FORMAT_YCbCr_420_888 by Eino-Ville Talvala · 11 years ago
  45. bdcf1fe Merge changes I0d9f18d1,Ib96c9161 by Mathias Agopian · 11 years ago
  46. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 11 years ago
  47. e692ab9 fix uninitialized variables in GLConsumer by Mathias Agopian · 11 years ago
  48. 187edf9 Merge "BufferItemConsumer: add functions to set default buffer format/size" into jb-mr2-dev by Igor Murashkin · 11 years ago
  49. 87d1e34 BufferItemConsumer: add functions to set default buffer format/size by Igor Murashkin · 11 years ago
  50. 53dc904 Merge "Updated comments" into jb-mr2-dev by Andy McFadden · 11 years ago
  51. ad669b0 libgui: fix an EGLImage leak by Jamie Gennis · 11 years ago
  52. 753e341 Updated comments by Andy McFadden · 11 years ago
  53. ca08833 don't use compile-time configuration of libgui as much as possible by Mathias Agopian · 11 years ago
  54. 8000d06 make sure to unlock the screenshot's buffer on destruction by Mathias Agopian · 11 years ago
  55. 13f01cb Pass sp<Fence>s around instead of file descriptors by Jesse Hall · 11 years ago
  56. aaebffd Merge "CpuConsumer: Properly track acquired buffers" into jb-mr2-dev by Eino-Ville Talvala · 11 years ago
  57. ac00643 Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" into jb-mr2-dev by Ramanan Rajeswaran · 11 years ago
  58. d6480c0 Revert "Revert "Change SurfaceControl setPosition to take floats"" by Ramanan Rajeswaran · 11 years ago
  59. abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 11 years ago
  60. fae23b8 Merge changes I61ae54f3,I57cb668e,I7a3f1e1a,Id28a2f9b into jb-mr2-dev by Jesse Hall · 11 years ago
  61. 4c00cc1 Fix argument types in IGraphicBufferProducer methods by Jesse Hall · 11 years ago
  62. 7adb0f8 Minor cleanups/fixes before virtual display refactoring by Jesse Hall · 11 years ago
  63. 041a075 don't allow screenshots without the READ_FRAMEBUFFER permission by Mathias Agopian · 11 years ago
  64. 35ffa6a Surface can now be created only from an IGraphicBufferProducer by Mathias Agopian · 11 years ago
  65. 4d9b822 get rid of ISurface by Mathias Agopian · 11 years ago
  66. 089a152 Remove support for ScreenshotLayer by Mathias Agopian · 11 years ago
  67. 042ecee CpuConsumer: Properly track acquired buffers by Eino-Ville Talvala · 11 years ago
  68. 306f18c Merge "rework screenshot API and implementation" into jb-mr2-dev by Mathias Agopian · 11 years ago
  69. 2a9fc49 rework screenshot API and implementation by Mathias Agopian · 11 years ago
  70. bbb57f3 Revert "Change SurfaceControl setPosition to take floats" by Dave Burke · 11 years ago
  71. eb0d129 CpuConsumer: Add optional asynchronous mode by Eino-Ville Talvala · 11 years ago
  72. 64d8b19 CpuConsumer: Don't unlock buffers on producer disconnect by Eino-Ville Talvala · 11 years ago
  73. 9a867a8 Change SurfaceControl setPosition to take floats by Michael Wright · 11 years ago
  74. cf0b8c8 get rid of Surface::getISurfaceTexture() by Mathias Agopian · 11 years ago
  75. c4905eb fix build: SurfaceTextureClient to Surface rename by Mathias Agopian · 12 years ago
  76. f25c508 fix build: SurfaceTextureClient to Surface rename by Mathias Agopian · 12 years ago
  77. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  78. 6d9b9df remove access ANDROID_VIEW_SURFACE_JNI_ID by Mathias Agopian · 12 years ago
  79. ac9fa42 get rid of Surface identity and token by Mathias Agopian · 12 years ago
  80. 882e3a3 Add some comments. by Andy McFadden · 12 years ago
  81. 466a192 Minor tweaks. by Andy McFadden · 12 years ago
  82. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  83. 0273adb Added some comments by Andy McFadden · 12 years ago
  84. 3c1ada9 Merge "SurfaceTextureClient: remove a deprecated ctor" by Jamie Gennis · 12 years ago
  85. 4def860 SurfaceTextureClient: remove a deprecated ctor by Jamie Gennis · 12 years ago
  86. c6f0466 Merge "SurfaceFlinger: Move GraphicBufferAlloc to libgui" by Jamie Gennis · 12 years ago
  87. 392edd8 SurfaceFlinger: Move GraphicBufferAlloc to libgui by Jamie Gennis · 12 years ago
  88. 97eba89 Avoid unnecessary texture bind by Andy McFadden · 12 years ago
  89. bf974ab Refactor SurfaceTexture a bit. by Andy McFadden · 12 years ago
  90. a4a3149 Change ConsumerBase's FrameAvailableListener to be a weak pointer by Igor Murashkin · 12 years ago
  91. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 12 years ago
  92. 2d5e230 SurfaceFlinger: add animation transactions by Jamie Gennis · 12 years ago
  93. 2a09bb3 Add blankDisplay/unblankDisplay to SurfaceComposerClient. by Jeff Brown · 12 years ago
  94. 9504eb9 Fix race condition in ConsumerBase::addReleaseFence() by Jesse Hall · 12 years ago
  95. c01a79d Pass display arg to blank/unblank by Andy McFadden · 12 years ago
  96. 38b6572 Revert "Compatibility work around for bad graphics driver dependency." by Iliyan Malchev · 12 years ago
  97. 4803b74 Show build config in dumpsys SurfaceFlinger by Andy McFadden · 12 years ago
  98. e96e9e1 fix a crasher in SurfaceTexture's setFilteringEnabled by Mathias Agopian · 12 years ago
  99. ff28e20 Display events now always carry the display id they happened on by Mathias Agopian · 12 years ago
  100. 148994e We now report hotplug events to the framework by Mathias Agopian · 12 years ago