1. 2b796da Move SF trace logging into a separate thread by Nataniel Borges · 7 years ago
  2. 7c863f5 Merge "SurfaceFlinger: Avoid calling to SystemServer with lock held" by TreeHugger Robot · 7 years ago
  3. cc0fc60 Fix some missed frame reporting issues by Alec Mouri · 7 years ago
  4. 7ea0f7e Don't wait for extra frame when changing configs. by Alec Mouri · 7 years ago
  5. 413287f SF: rate-limit luma sampling by Kevin DuBois · 7 years ago
  6. 97d0423 SurfaceFlinger: remove mUse90Hz flag by Ady Abraham · 7 years ago
  7. 8d3e4f3 SF: Rename callbacks from SF to Scheduler to more generic name by Ana Krulec · 7 years ago
  8. 7d171b0 Merge "SurfaceFlinger: use scheduler::RefreshRateConfigs in setRefreshRateTo" by TreeHugger Robot · 7 years ago
  9. 1902d07 SurfaceFlinger: use scheduler::RefreshRateConfigs in setRefreshRateTo by Ady Abraham · 7 years ago
  10. 74ca2f4 [SurfaceFlinger] Refine expensive rendering trigger. by Peiyong Lin · 7 years ago
  11. 072147f Merge "SurfaceFlinger: fix dispatching DISPLAY_EVENT_CONFIG_CHANGED" by TreeHugger Robot · 7 years ago
  12. ce5d0cc SurfaceFlinger: Avoid calling to SystemServer with lock held by Vishnu Nair · 7 years ago
  13. 9360a22 SurfaceFlinger: fix dispatching DISPLAY_EVENT_CONFIG_CHANGED by Ady Abraham · 7 years ago
  14. b6040af Merge "SurfaceFlinger: add getAllowedDisplayConfigs" by TreeHugger Robot · 7 years ago
  15. d9b3ea6 SurfaceFlinger: add getAllowedDisplayConfigs by Ady Abraham · 7 years ago
  16. 70435e9 Merge "SF: tidy comments for luma sampling." by TreeHugger Robot · 7 years ago
  17. 79555a7 Merge "[SurfaceFlinger] Add GPU protected content support." by Peiyong Lin · 7 years ago
  18. d1fe5d3 Merge changes I7c51f161,I9231f4b4 by TreeHugger Robot · 7 years ago
  19. d20dbdb Merge changes from topic "display_policy" by TreeHugger Robot · 7 years ago
  20. 8f28a1d [SurfaceFlinger] Add GPU protected content support. by Peiyong Lin · 7 years ago
  21. 8d8b013 Merge "add display_primary* to sysprop" by TreeHugger Robot · 7 years ago
  22. 6d9c763 Merge "Exclude secure layers from most screenshots taken by the system server." by Rob Carr · 7 years ago
  23. 7cbcc37 SF: tidy comments for luma sampling. by Kevin DuBois · 7 years ago
  24. 447052e SurfaceFlinger: add DISPLAY_EVENT_CONFIG_CHANGED by Ady Abraham · 7 years ago
  25. 838de06 SurfaceFlinger: add setAllowedDisplayConfigs by Ady Abraham · 7 years ago
  26. ec46008 [sf] Implement addSamplingListener by Dan Stoza · 7 years ago
  27. 85131bd add display_primary* to sysprop by Sundong Ahn · 7 years ago
  28. fa8855f Exclude secure layers from most screenshots taken by the system server. by Robert Carr · 7 years ago
  29. 95ef3c4 Add synchronous transaction to wait for setInputWindow to complete (4/n) by chaviw · 7 years ago
  30. 3209997 Merge "Add synchronous transaction to wait for setInputWindow to complete (3/n)" by Chavi Weingarten · 7 years ago
  31. ba13ab3 SF: Add a flag to guard the video detection feature by Ana Krulec · 7 years ago
  32. 291d88a Add synchronous transaction to wait for setInputWindow to complete (3/n) by chaviw · 7 years ago
  33. fa8fd6b SF: Remove LayerBE by Lloyd Pique · 7 years ago
  34. b838aed SurfaceFlinger: no app vsyncs during config switch by Ady Abraham · 7 years ago
  35. 48a1683 Merge "Add synchronous transaction to wait for setInputWindow to complete (1/n)" by Chavi Weingarten · 7 years ago
  36. 5f21a5e Add synchronous transaction to wait for setInputWindow to complete (1/n) by chaviw · 7 years ago
  37. 79e0f7f Merge changes from topic "scheduler::123998711" by TreeHugger Robot · 7 years ago
  38. 56e538f Remove extra glFlush from handleMessageRefresh(). by Alec Mouri · 7 years ago
  39. c287042 SF: Migrate to Scheduler and clean up duplicate code. by Ana Krulec · 7 years ago
  40. 14167e0 SurfaceFlinger: Avoid calling to SystemServer with lock held. by Robert Carr · 7 years ago
  41. f6d3044 Merge changes I20e4aa1a,I00370f05 by TreeHugger Robot · 7 years ago
  42. fa5f8df SF: Add thread saftey static analysis for InputWindowCommands by Vishnu Nair · 7 years ago
  43. ec0ab38 SF: Lock access to InputWindowCommands by Vishnu Nair · 7 years ago
  44. 0b785d8 SF: Introduce LayerCompositionState by Lloyd Pique · 7 years ago
  45. 37c2c9b SF: Introduce OutputLayerCompositionState by Lloyd Pique · 7 years ago
  46. 9a3a98a Merge "[SurfaceFlinger] Allow force a supported color mode." by TreeHugger Robot · 7 years ago
  47. a3ea559 [SurfaceFlinger] Allow force a supported color mode. by Peiyong Lin · 7 years ago
  48. 4770984 Merge "[gui] Add {add,remove}RegionSamplingListener" by Kevin DuBois · 7 years ago
  49. 98df80a Merge changes I5ef52fe3,I5d6ec6fd by Vishnu Nair · 7 years ago
  50. 4351ad5 SF Bounds caching 2/3: Compute and cache layer bounds during invalidate stage by Vishnu Nair · 7 years ago
  51. a5bdd9d SF: set active config state machine by Ana Krulec · 7 years ago
  52. 84ab937 [gui] Add {add,remove}RegionSamplingListener by Dan Stoza · 7 years ago
  53. 46d78ae Merge "SF: Fix thread safety for scheduler callbacks" by TreeHugger Robot · 7 years ago
  54. 2c476d0 Merge "Revert "Revert "Use renderengine::drawLayers api everywhere.""" by TreeHugger Robot · 7 years ago
  55. e7d1d4a Revert "Revert "Use renderengine::drawLayers api everywhere."" by Alec Mouri · 7 years ago
  56. ccf37d7 SF: Fix thread safety for scheduler callbacks by Dominik Laskowski · 7 years ago
  57. e04bf9f Merge "SF Bounds caching 1/3: Defer calls that use layer bounds until the cached bounds are available." by TreeHugger Robot · 7 years ago
  58. 846c833 Merge "SF: Plumb physical display IDs to libgui" by Dominik Laskowski · 7 years ago
  59. 6194e2e SF Bounds caching 1/3: Defer calls that use layer bounds until the cached bounds are available. by Vishnu Nair · 7 years ago
  60. c4d81bd Merge "blast: implicitly cache buffers" by TreeHugger Robot · 7 years ago
  61. 648718b Merge "SurfaceFlinger: remove DdmConnection" by TreeHugger Robot · 7 years ago
  62. 7341162 blast: implicitly cache buffers by Marissa Wall · 7 years ago
  63. 79108df Revert "Use renderengine::drawLayers api everywhere." by Alec Mouri · 7 years ago
  64. 34397da SurfaceFlinger: remove DdmConnection by Orion Hodson · 7 years ago
  65. dcb38bb SF: Plumb physical display IDs to libgui by Dominik Laskowski · 7 years ago
  66. fb571ea Add refresh rate stats to TimeStats. by Alec Mouri · 7 years ago
  67. 084cf9a Merge "SF: Offsets should be dependend on the refresh rate." by Ana Krulec · 7 years ago
  68. 6b9ee73 Merge "Use renderengine::drawLayers api everywhere." by Alec Mouri · 7 years ago
  69. 757f63a SF: Offsets should be dependend on the refresh rate. by Ana Krulec · 7 years ago
  70. 42d0456 SurfaceFlinger: Add API to get native display color primaries by Daniel Solomon · 7 years ago
  71. 0f71483 Use renderengine::drawLayers api everywhere. by Alec Mouri · 7 years ago
  72. 1eba020 SF: Tie VSyncState lifetime to display hotplug by Dominik Laskowski · 7 years ago
  73. bf9a49a Merge "Eliminate the usage of ConfigStore in native/libs/gui." by Peiyong Lin · 7 years ago
  74. 4f3fddf Eliminate the usage of ConfigStore in native/libs/gui. by Peiyong Lin · 7 years ago
  75. 1f6d6d5 Add metadata store to surfaces by Evan Rosky · 7 years ago
  76. 119a40d Merge changes I5fbc1d08,I2d875349,Id305ffee by TreeHugger Robot · 7 years ago
  77. d9e4de6 SF: Refactor event dispatch by Dominik Laskowski · 7 years ago
  78. c286714 SF: Simplify dumpsys flag parsing by Dominik Laskowski · 7 years ago
  79. b43429d SF: Adding Scheduler information into dumpsys by Ana Krulec · 7 years ago
  80. 71d4b37 Merge changes Idcd4808c,I108ccb75,I446e5795,Idae2d3d9,I2a81817c by TreeHugger Robot · 7 years ago
  81. 1878450 Merge changes from topic "ASC-SF" by TreeHugger Robot · 7 years ago
  82. ebc2c05 blast: cache buffers by Marissa Wall · 7 years ago
  83. 17b4e45 blast: add desired present time by Marissa Wall · 7 years ago
  84. 83b8821 SF: Fix thread safety for resync callback by Dominik Laskowski · 7 years ago
  85. 34d00c0 Merge "SF: Register resync callback per event connection" by TreeHugger Robot · 7 years ago
  86. 3c2791e [ComposerService] Add API to query protected content support. by Peiyong Lin · 7 years ago
  87. 542307f SF: Move DisplaySurface into CompositionEngine by Lloyd Pique · 7 years ago
  88. 32cbe28 SF: Move state out of DisplayDevice to a new Output class by Lloyd Pique · 7 years ago
  89. 2acb7d4 [SurfaceFlinger] Cleanup coding convention. by Peiyong Lin · 7 years ago
  90. f654d57 SF: Register resync callback per event connection by Dominik Laskowski · 7 years ago
  91. 7d1d683 SF: Adding callback to Scheduler for setting refresh rate to 60 and 90. by Ana Krulec · 7 years ago
  92. 6e1ceef Merge "SurfaceFlinger: Remove removeLayer" by Rob Carr · 7 years ago
  93. 21237a0 Merge "Fix drag and drop (2/3)" by Chavi Weingarten · 7 years ago
  94. fbe5d9c Fix drag and drop (2/3) by chaviw · 7 years ago
  95. 27083ae Merge changes from topics "sf-hwc-abstract", "sf-ce-min" by TreeHugger Robot · 7 years ago
  96. 6fb1a7e SurfaceFlinger: Remove removeLayer by Robert Carr · 7 years ago
  97. b89ea9d SurfaceFlinger: Removed createScopedConnection. by Robert Carr · 7 years ago
  98. 273171b Fix drag and drop (1/3) by chaviw · 7 years ago
  99. 713b63f blast: Queue transactions by applying client by Marissa Wall · 7 years ago
  100. b97e04f SF: Move RenderEngine ownership to CompositionEngine by Lloyd Pique · 7 years ago