1. be833a2 Vulkan: only report refreshDuration, not {min|max}RefreshDuration by Ian Elliott · 9 years ago
  2. 62c48c9 Plumb refresh cycle duration up to VK_GOOGLE_display_timing. by Ian Elliott · 9 years ago
  3. f7fd56a EGL: Expose latch, last composite, and dequeue ready. by Brian Anderson · 9 years ago
  4. 3da8d27 Surface unit tests for getFrameTimestamps. by Brian Anderson · 9 years ago
  5. 50143b3 Avoid sync calls for unsupported/non-existant times by Brian Anderson · 9 years ago
  6. 5f541b9 Merge "Surface: Use async lock/unlock in copyBlt" am: b73de86f13 am: e29dda829d am: 55f599a079 by Jesse Hall · 9 years ago
  7. 7b09e79 Surface: Use async lock/unlock in copyBlt by Francis Hart · 11 years ago
  8. 2c3a873 Merge "Surface: Ensure synchronisation of copyBlt" am: 88f77814a1 am: 5a2dcde971 am: 11d80ae93e by Francis Hart · 9 years ago
  9. 3d4039d Use FenceTime to share fence times and reduce open fds. by Brian Anderson · 9 years ago
  10. dc10f84 Surface: Ensure synchronisation of copyBlt by Francis Hart · 11 years ago
  11. 7c3ba8a Update producer's cache of frame events in de/queue by Brian Anderson · 9 years ago
  12. 3890c39 Cache frame event history producer-side. by Brian Anderson · 9 years ago
  13. 069b365 Add displayPresentTime to getFrameTimestamps by Brian Anderson · 9 years ago
  14. dbd0ea8 Rename posted to requestedPresent for getFrameTimestamps by Brian Anderson · 9 years ago
  15. 6247ea9 Fix libgui warnings am: 6c5a17dd26 am: 972cce4cb9 am: af06c61e1b by Colin Cross · 9 years ago
  16. af06c61 Fix libgui warnings am: 6c5a17dd26 am: 972cce4cb9 by Colin Cross · 9 years ago
  17. 6c5a17d Fix libgui warnings by Colin Cross · 9 years ago
  18. 9a80d50 Fix libgui warnings by Colin Cross · 9 years ago
  19. 96fc72d Merge "Surface: Allow nullable IGBPs when unparceling a Surface" by TreeHugger Robot · 9 years ago
  20. 7407963 Surface: Allow nullable IGBPs when unparceling a Surface by Eino-Ville Talvala · 9 years ago
  21. 97b9c86 Surface: Add force disconnection method. by Robert Carr · 9 years ago
  22. 529a103 Surface: Add parcel/unparceling for missing field. by Eino-Ville Talvala · 9 years ago
  23. f9de6e0 Merge "BQ: Remove getNextFrameNumber Binder call" into nyc-mr1-dev by Pablo Ceballos · 9 years ago
  24. 70ccba5 Surface: Add LAST_[DE]QUEUE_DURATION queries by Dan Stoza · 9 years ago
  25. bc8c192 BQ: Remove getNextFrameNumber Binder call by Pablo Ceballos · 9 years ago
  26. 0ade247 resolve merge conflicts of 8e3e92b to nyc-mr1-dev by Pablo Ceballos · 9 years ago
  27. 8e3e92b BQ: Add and expose a unique id by Pablo Ceballos · 9 years ago
  28. 9e8143e Merge "Plumbing for getting FenceTracker timestamps" into nyc-mr1-dev by Pablo Ceballos · 9 years ago
  29. ce796e7 Plumbing for getting FenceTracker timestamps by Pablo Ceballos · 9 years ago
  30. 87709c9 libgui: Check result in hook_dequeueBuffer_DEPRECATED by Mike Stroyan · 9 years ago
  31. 1a61da5 Return the transform to apply in getLastQueuedBuffer by John Reck · 9 years ago
  32. 50101d0 libgui: Add getLastQueuedBuffer to BufferQueue by Dan Stoza · 9 years ago
  33. 9f31e29 Add Surface::waitForNextFrame by Robert Carr · 9 years ago
  34. 3559fbf Rename single buffer mode to shared buffer mode by Pablo Ceballos · 9 years ago
  35. 8861291 GUI: Move Surface.aidl here and implement for native by Eino-Ville Talvala · 10 years ago
  36. aaf51e5 Merge "Add interface for controlling single buffer auto refresh" into nyc-dev by Pablo Ceballos · 9 years ago
  37. 789a0c8 Fix Surface slot caching by Pablo Ceballos · 9 years ago
  38. ff95aab Add interface for controlling single buffer auto refresh by Pablo Ceballos · 10 years ago
  39. 23b4abe BQ: Improved buffer/slot tracking by Pablo Ceballos · 10 years ago
  40. 127fc63 libgui: Add dequeue/attach timeout by Dan Stoza · 10 years ago
  41. c2e7788 Expose setScalingMode from Surface. by Robert Carr · 10 years ago
  42. ccdfd60 BQ: Add support for single buffer mode by Pablo Ceballos · 10 years ago
  43. 7dde599 Support SurfaceView synchronization. by Dan Stoza · 10 years ago
  44. 567dbbb BQ: get rid of async in producer interface by Pablo Ceballos · 10 years ago
  45. d89c2bb libgui: Fix missing va_end in Surface::hook_perform() by Haixia Shi · 10 years ago
  46. e5b755a BQ: Get rid of setBufferCount by Pablo Ceballos · 10 years ago
  47. fa45535 BQ: add setMaxDequeuedBufferCount by Pablo Ceballos · 10 years ago
  48. 60d6922 libsgui: Change Rect default constructor by Pablo Ceballos · 10 years ago
  49. db4850c libgui: Fix handling of rotated surface damage by Dan Stoza · 10 years ago
  50. c6f30bd libgui/SurfaceFlinger: Add getConsumerName by Dan Stoza · 10 years ago
  51. a2ca9bf Revert "libgui: Add getConsumerName" by Dan Stoza · 10 years ago
  52. 107fbe5 libgui: Add getConsumerName by Dan Stoza · 10 years ago
  53. 812ed06 libgui: Add generation numbers to BufferQueue by Dan Stoza · 10 years ago
  54. 0e65e6c libgui: Fix surface damage on rotated buffers by Dan Stoza · 10 years ago
  55. 4d0cd3f Close Fence FDs in error cases of Surface and GraphicBufferMapper by Taiju Tsuiki · 10 years ago
  56. d9c4971 libgui: Change detachNextBuffer to return sp<GB> by Dan Stoza · 10 years ago
  57. c62acbd libgui: Fix CPU rendering on Surface by Dan Stoza · 10 years ago
  58. 5065a55 libgui: Pass surface damage through BufferQueue by Dan Stoza · 10 years ago
  59. 231832e DO NOT MERGE libgui: Plumb attach/detach through Surface by Dan Stoza · 10 years ago
  60. 82c6bcc DO NOT MERGE Add dataSpace to buffer queues; remove old format enums. by Eino-Ville Talvala · 10 years ago
  61. 966b98b Surface: Permit an IProducerListener on connect by Dan Stoza · 10 years ago
  62. 3be1c6b libgui: Enable -Weverything and -Werror by Dan Stoza · 11 years ago
  63. b93bca5 am a59d7a6a: Merge "GUI: Remove unused variables" by Andreas Gampe · 11 years ago
  64. 7398a5a GUI: Remove unused variables by Andreas Gampe · 11 years ago
  65. dd883c0 libgui: Enable -Weverything and -Werror by Dan Stoza · 11 years ago
  66. 9f5a1b6 Surface: cancel the dequeued buffer when requestBuffer fails by Jesse Hall · 11 years ago
  67. 7cb0d39 Tunneled Video Playback support by Rachad · 11 years ago
  68. 1681d95 Add sticky transform to surfaceflinger. by Ruben Brunk · 11 years ago
  69. 29a3e90 BufferQueue: Add allocateBuffers method by Dan Stoza · 11 years ago
  70. f974bff am 38c9e132: am c1ffd351: am bd20e551: Merge "Use asynchronous lock/unlock API" by Greg Hackmann · 11 years ago
  71. 8f39601 Use asynchronous lock/unlock API by Francis Hart · 11 years ago
  72. 2f3dca1 am 9493d492: am 9eb142e3: am a9d49f99: Merge "Revert "Use asynchronous lock/unlock API"" by Greg Hackmann · 11 years ago
  73. 02528cf am 4b46776f: am 8a6cd189: am f60564a1: Merge "Use asynchronous lock/unlock API" by Greg Hackmann · 11 years ago
  74. 53ec725 Revert "Use asynchronous lock/unlock API" by Greg Hackmann · 11 years ago
  75. 378ef07 Use asynchronous lock/unlock API by Francis Hart · 11 years ago
  76. f0eaf25 BufferQueue: Add producer buffer-released callback by Dan Stoza · 11 years ago
  77. 0ee14ca Fill in sideband stream caveat by Wonsik Kim · 11 years ago
  78. 0f1889e gui: Surface::dequeueBuffer no locker holds mutex while blocking in binder by Igor Murashkin · 11 years ago
  79. 7d2d160 gui: Update header docs for IGraphicBufferConsumer/Producer/BufferQueue by Igor Murashkin · 12 years ago
  80. 365857d Make sure do disconnect from a BQ when its client dies. by Mathias Agopian · 12 years ago
  81. 7895e90 Surface: Fix controlledByApp parameter by Eino-Ville Talvala · 12 years ago
  82. 3c25621 Re-enable frame dropping for non-auto timestamps by Andy McFadden · 12 years ago
  83. d9ba970 Merge "Roll back recent change" by Andy McFadden · 12 years ago
  84. 4b49e08 Roll back recent change by Andy McFadden · 12 years ago
  85. 86cd09d Merge "Drop frames based on presentation timestamp" by Andy McFadden · 12 years ago
  86. 14fab7d Drop frames based on presentation timestamp by Andy McFadden · 12 years ago
  87. ba93b3f log an error when dequeueBuffer gets a NULL Fence by Mathias Agopian · 12 years ago
  88. 7cdd786 Make ANW.setSwapInterval(0) work again by Mathias Agopian · 12 years ago
  89. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 12 years ago
  90. ea74d3b make the warning timout of Fence::waitForever() implicit and longer by Mathias Agopian · 12 years ago
  91. 4c00cc1 Fix argument types in IGraphicBufferProducer methods by Jesse Hall · 12 years ago
  92. 35ffa6a Surface can now be created only from an IGraphicBufferProducer by Mathias Agopian · 12 years ago
  93. 006a601 Fix reading NULL Surfaces from Parcels by Jesse Hall · 12 years ago
  94. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  95. ac9fa42 get rid of Surface identity and token by Mathias Agopian · 12 years ago
  96. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 13 years ago
  97. 380223b Remove unused "layer" argument from show(). by Jeff Brown · 13 years ago
  98. 9d4e3d2 Banish DisplayID from the SurfaceFlinger API. by Jeff Brown · 13 years ago
  99. 6501e99 Remove freeze(), unfreeze() and setFreezeTint(). by Jeff Brown · 13 years ago
  100. f15a83f SurfaceFlinger: add a crop to the layer state by Jamie Gennis · 13 years ago