1. 6d69f91 Merge "Enable protected contents in GPU composition by default." by Peiyong Lin · 7 years ago
  2. 5ee4a75 Merge "HWC2: Optimize execution by caching all HWC2 calls in setPerFrameData" by Yichi Chen · 7 years ago
  3. 548d4fa Enable protected contents in GPU composition by default. by Peiyong Lin · 7 years ago
  4. e3b63d4 Merge "[Rounded Corners] Take display rotation into account." by Peiyong Lin · 7 years ago
  5. 7f58d4b Merge "Use sysprops to control the creation of protected context." by Peiyong Lin · 7 years ago
  6. b192596 [Rounded Corners] Take display rotation into account. by Peiyong Lin · 7 years ago
  7. 2d84ddd Merge "SF: Clean up constructors" by TreeHugger Robot · 7 years ago
  8. 8366f56 HWC2: Optimize execution by caching all HWC2 calls in setPerFrameData by Yichi Chen · 7 years ago
  9. 6a043d5 Use sysprops to control the creation of protected context. by Peiyong Lin · 7 years ago
  10. 722bbe8 Merge "blast: flush transaction wake ups" by TreeHugger Robot · 7 years ago
  11. a9e843a surfaceflinger: Avoid extra vector copies by Greg Kaiser · 7 years ago
  12. e6e3c0d blast: flush transaction wake ups by Marissa Wall · 7 years ago
  13. be61380 Merge "Revert "[RoundedCorner] Use the correct source bounds and crop."" by Peiyong Lin · 7 years ago
  14. 0c632fa Merge "Revert "[Rounded Corner] Handle ContainerLayer correctly."" by Peiyong Lin · 7 years ago
  15. 21976c3 Merge "Create EGLImages during buffer allocation" by Alec Mouri · 7 years ago
  16. 9dab343 SF: Clean up constructors by Dominik Laskowski · 7 years ago
  17. f741e95 Merge "blast: in order no-op transaction callbacks" by TreeHugger Robot · 7 years ago
  18. 01e7bb8 Merge "DispSync: mLastCallbackTime is set incorrectly" by TreeHugger Robot · 7 years ago
  19. a773fbe Merge "Don't cache framebuffer images for screenshots." by Alec Mouri · 7 years ago
  20. 97067b0 Revert "[Rounded Corner] Handle ContainerLayer correctly." by Peiyong Lin · 7 years ago
  21. 27016a9 Revert "[RoundedCorner] Use the correct source bounds and crop." by Peiyong Lin · 7 years ago
  22. 56a3171 Merge "SurfaceFlinger: allow confing change in AoD" by TreeHugger Robot · 7 years ago
  23. d600d57 blast: in order no-op transaction callbacks by Marissa Wall · 7 years ago
  24. d75ec8f Merge "Migrate SurfaceFlingerProps into sysprop_library" by TreeHugger Robot · 7 years ago
  25. 19b4cf8 DispSync: mLastCallbackTime is set incorrectly by Ady Abraham · 7 years ago
  26. 3e51997 Merge "SurfaceFlinger: fix invalid PhysicalDisplayId in onConfigChanged event" by TreeHugger Robot · 7 years ago
  27. fe0d72b Don't cache framebuffer images for screenshots. by Alec Mouri · 7 years ago
  28. d7b3a8b Create EGLImages during buffer allocation by Alec Mouri · 7 years ago
  29. af0ec27 SurfaceFlinger: fix invalid PhysicalDisplayId in onConfigChanged event by Ady Abraham · 7 years ago
  30. 0625533 blast: fix 30 hz with desiredPresentTime by Marissa Wall · 7 years ago
  31. d6e835b Migrate SurfaceFlingerProps into sysprop_library by Inseob Kim · 7 years ago
  32. 9f93857 SurfaceFlinger: allow confing change in AoD by Ady Abraham · 7 years ago
  33. 70bfd44 Merge "SurfaceFlinger: add Refresh Rate overlay" by TreeHugger Robot · 7 years ago
  34. 8fb4683 Merge "SurfaceFlinger: always send event when allowed config changes" by TreeHugger Robot · 7 years ago
  35. 6e3b296 Merge "blast: transaction callbacks should come in order" by TreeHugger Robot · 7 years ago
  36. 03b02dd SurfaceFlinger: add Refresh Rate overlay by Ady Abraham · 7 years ago
  37. de3b67b SurfaceFlinger: always send event when allowed config changes by Ady Abraham · 7 years ago
  38. 3dad52d blast: transaction callbacks should come in order by Marissa Wall · 7 years ago
  39. f8b7d1f Fix no output on second physical display by Arthur Hung · 7 years ago
  40. 7ed195b Merge "Cleanup dumpsys for refresh configs for non-90hz devices." by Alec Mouri · 7 years ago
  41. 3db9333 Merge "When adding event listener, use fuzzy window for last event time." by Alec Mouri · 7 years ago
  42. 4d26a27 Merge "[Rounded Corner] Handle ContainerLayer correctly." by Peiyong Lin · 7 years ago
  43. fb7ba6b Merge "Return to manual slot use instead of slot generation" by TreeHugger Robot · 7 years ago
  44. 05eb5c4 [Rounded Corner] Handle ContainerLayer correctly. by Peiyong Lin · 7 years ago
  45. 13f0d1a Return to manual slot use instead of slot generation by Valerie Hau · 7 years ago
  46. 0b21c44 Merge "Set refresh rate stats correctly on SF initialization." by TreeHugger Robot · 7 years ago
  47. 62c8bd1 Set refresh rate stats correctly on SF initialization. by Alec Mouri · 7 years ago
  48. 1981cea Merge "blast: drop buffer from SF's cache when destroyed" by TreeHugger Robot · 7 years ago
  49. d2ecb31 Merge "SF: Add trace section flags and InputWindowInfo to sf trace" by TreeHugger Robot · 7 years ago
  50. 3098330 Merge "Respect crop scaling mode for texture transforms in BufferLayerConsumer" by TreeHugger Robot · 7 years ago
  51. 78b7220 blast: drop buffer from SF's cache when destroyed by Marissa Wall · 7 years ago
  52. 9245d3b SF: Add trace section flags and InputWindowInfo to sf trace by Vishnu Nair · 7 years ago
  53. 9ae031a Merge "blast: remove unnecessary compute bound computations" by TreeHugger Robot · 7 years ago
  54. 171d0d2 blast: remove unnecessary compute bound computations by Marissa Wall · 7 years ago
  55. 16c112d blast: fix 30Hz wake up issue by Marissa Wall · 7 years ago
  56. 0b7962c Merge "Do not block transaction application on flush" by Valerie Hau · 7 years ago
  57. 6db6d62 When adding event listener, use fuzzy window for last event time. by Alec Mouri · 7 years ago
  58. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 7 years ago
  59. ebb52c5 Merge "Fix flaky RefreshRateStatsTests" by TreeHugger Robot · 7 years ago
  60. cabf22a Merge "[RoundedCorner] Use the correct source bounds and crop." by Peiyong Lin · 7 years ago
  61. 2ee0dda Respect crop scaling mode for texture transforms in BufferLayerConsumer by Alec Mouri · 7 years ago
  62. 7956695 [RoundedCorner] Use the correct source bounds and crop. by Peiyong Lin · 7 years ago
  63. 8760599 Merge "SurfaceFlinger: cleanup some TODOs for Scheduler" by TreeHugger Robot · 7 years ago
  64. 0779ded Do not block transaction application on flush by Valerie Hau · 7 years ago
  65. a2957ea Fix flaky RefreshRateStatsTests by Alec Mouri · 7 years ago
  66. 0a1cc96 Cleanup dumpsys for refresh configs for non-90hz devices. by Alec Mouri · 7 years ago
  67. 2a02d87 Merge "Revert "SF: Test coverage for OutputLayer::updateGeometryState"" by TreeHugger Robot · 7 years ago
  68. f44422e Merge "SF: Fix initialization error when starting a traces" by TreeHugger Robot · 7 years ago
  69. 4234253 Merge "Avoid setting color space agnostic when in HDR mode." by Peiyong Lin · 7 years ago
  70. 46e2f3e SurfaceFlinger: cleanup some TODOs for Scheduler by Ady Abraham · 7 years ago
  71. 546a245 Revert "SF: Test coverage for OutputLayer::updateGeometryState" by Lloyd Pique · 7 years ago
  72. f3e56ff Merge "SF: Handle buffer scale transforms when calculating layer geometry" by TreeHugger Robot · 7 years ago
  73. c652ff8 SF: Handle buffer scale transforms when calculating layer geometry by Vishnu Nair · 7 years ago
  74. b015948 SF: Fix initialization error when starting a traces by Vishnu Nair · 7 years ago
  75. aba72b6 Merge "libui: Standardize getting a mat4 from a Transform" by TreeHugger Robot · 7 years ago
  76. 6b24388 Merge "Input: Override touchable region bounds with surface bounds 2/2" by TreeHugger Robot · 7 years ago
  77. 7e06e7f libui: Standardize getting a mat4 from a Transform by Lloyd Pique · 7 years ago
  78. 34ea5b9 Avoid setting color space agnostic when in HDR mode. by Peiyong Lin · 7 years ago
  79. 178e86b Merge "Add SF trace to bugreport" by TreeHugger Robot · 7 years ago
  80. c6a1d40 Merge "SF: Test coverage for OutputLayer::updateGeometryState" by TreeHugger Robot · 7 years ago
  81. 454dc23 Merge "SF: Dump CompositionEngine layers and cleanup output" by TreeHugger Robot · 7 years ago
  82. e151638 Merge "SF: Move/Refactor Layer::setGeometry() to compositionengine::OutputLayer" by TreeHugger Robot · 7 years ago
  83. 979db19 Merge "Initialize layers with metadata" by Evan Rosky · 7 years ago
  84. 207def9 SF: Dump CompositionEngine layers and cleanup output by Lloyd Pique · 7 years ago
  85. 4f7dc14 SF: Test coverage for OutputLayer::updateGeometryState by Lloyd Pique · 7 years ago
  86. a83776c SF: Move/Refactor Layer::setGeometry() to compositionengine::OutputLayer by Lloyd Pique · 7 years ago
  87. e79f288 Merge changes Iaad31c0d,I76b824f2 by TreeHugger Robot · 7 years ago
  88. df9df4a SurfaceFlinger: add Transaction test for setAllowedDisplayConfigs by Ady Abraham · 7 years ago
  89. 50c202a SurfaceFlinger: add a unit test for DispSyncSource by Ady Abraham · 7 years ago
  90. 487bda0 Merge "Move SF trace logging into a separate thread" by Nataniel Borges · 7 years ago
  91. 8e7dc72 Add SF trace to bugreport by Nataniel Borges · 7 years ago
  92. a1f1e15 Initialize layers with metadata by Evan Rosky · 7 years ago
  93. e86aaa2 Merge "blast: fix crop and display frame" by TreeHugger Robot · 7 years ago
  94. 95e3eed Merge "Add comment for unknown rotation type" by TreeHugger Robot · 7 years ago
  95. 9a2433c Add comment for unknown rotation type by Nataniel Borges · 7 years ago
  96. 88dfce1 Merge changes I7bc8f005,I04543efc,I742b30a8,I186f020d by Alec Mouri · 7 years ago
  97. 2b796da Move SF trace logging into a separate thread by Nataniel Borges · 7 years ago
  98. fb7cb9f Merge "SurfaceFlinger: add unit test for AllowedDisplayConfigs" by TreeHugger Robot · 7 years ago
  99. 78cd1c3 SurfaceFlinger: add unit test for AllowedDisplayConfigs by Ady Abraham · 7 years ago
  100. 4b131b9 Merge "Moved brightness from Lights to SF." by Michael Wright · 7 years ago