1. 95f40fb Merge "Fix sanitizer in handleTransitionLocked." by Ivan Lozano · 7 years ago
  2. 51a0b41 Fix sanitizer in handleTransitionLocked. by Ivan Lozano · 7 years ago
  3. ae1d702 Merge "Prefer std::string over String8" by TreeHugger Robot · 7 years ago
  4. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 7 years ago
  5. 3c0d2fb Merge "SF: Move glComp/DispTimeline to SFBE" by TreeHugger Robot · 7 years ago
  6. 2ed931c Merge changes Ib44ab2dc,I4404607e by TreeHugger Robot · 7 years ago
  7. 10fe99f Merge "SF: CompositorTiming/CompositorPresentTime state to SFBE" by TreeHugger Robot · 7 years ago
  8. c1501bf Merge "SF: RenderEngine/EGL state to SFBE" by TreeHugger Robot · 7 years ago
  9. b5c3de5 Merge changes I0fd6b4eb,I2523de43 by TreeHugger Robot · 7 years ago
  10. 236c271 Merge "Fix warnings in frameworks/native/services/surfaceflinger/tests/fakehwc" into stage-aosp-master am: 60175af9c8 by Chih-hung Hsieh · 7 years ago
  11. 0b7c1b2 Merge "Fix warnings in frameworks/native/services/surfaceflinger/tests/fakehwc" into stage-aosp-master by Chih-hung Hsieh · 7 years ago
  12. 73beded SF: Move glComp/DispTimeline to SFBE by David Sodman · 7 years ago
  13. 4a36e93 SF: FrameBuckets state to SFBE by David Sodman · 7 years ago
  14. 99974d2 SF: CompositorTiming/CompositorPresentTime state to SFBE by David Sodman · 7 years ago
  15. bc81528 SF: RenderEngine/EGL state to SFBE by David Sodman · 7 years ago
  16. 105b7dc surfaceflinger: Create SurfaceFlingerBE class by David Sodman · 7 years ago
  17. cbaf083 SF: BufferingStats state to SFBE by David Sodman · 7 years ago
  18. 0cc6918 SF: Add CompositionInfo to LayerBE by David Sodman · 7 years ago
  19. 53d76f1 Fix warnings in frameworks/native/services/surfaceflinger/tests/fakehwc by Chih-Hung Hsieh · 7 years ago
  20. 5d95727 Merge "Optimize layer traversal" by TreeHugger Robot · 7 years ago
  21. b3bcf0f Merge "Remove unused variable" am: 5281f56377 am: bf01f66de5 am: 3a4abf4e96 by Yi Kong · 7 years ago
  22. 3a4abf4 Merge "Remove unused variable" am: 5281f56377 am: bf01f66de5 by Yi Kong · 7 years ago
  23. bf01f66 Merge "Remove unused variable" am: 5281f56377 by Yi Kong · 7 years ago
  24. 29abff8 Optimize layer traversal by Robert Carr · 7 years ago
  25. 9254357 Remove unused variable by Yi Kong · 7 years ago
  26. 1801d27 Merge "Revert "Revert "Use GraphicBuffer instead of GBP for screenshots.""" by Chavi Weingarten · 7 years ago
  27. 5b4cffc SF: replicate mActiveBuffer in LayerBE as mBuffer by David Sodman · 7 years ago
  28. 59182e5 Merge changes from topic "sf-re" by Chia-I Wu · 7 years ago
  29. 40482ff Revert "Revert "Use GraphicBuffer instead of GBP for screenshots."" by Chavi Weingarten · 7 years ago
  30. b027f80 surfaceflinger: run clang-format on RenderEngine by Chia-I Wu · 7 years ago
  31. 1e24cce surfaceflinger: remove all direct use of EGL by Chia-I Wu · 7 years ago
  32. f846a35 surfaceflinger: use RE::Surface in DisplayDevice by Chia-I Wu · 7 years ago
  33. 7e60ecc surfaceflinger: add surface abstraction to RE by Chia-I Wu · 7 years ago
  34. c5aad50 Merge "Revert "Use GraphicBuffer instead of GBP for screenshots."" by Chavi Weingarten · 7 years ago
  35. b02087d surfaceflinger: remove DisplayDevice::swapRegion by Chia-I Wu · 7 years ago
  36. 94e6a68 surfaceflinger: remove DisplayDevice::mFlags by Chia-I Wu · 7 years ago
  37. b523df0 surfaceflinger: remove unused EGL data members by Chia-I Wu · 7 years ago
  38. c670d50 surfaceflinger: remove EGLConfig from DisplayDevice ctor by Chia-I Wu · 7 years ago
  39. eadbaa6 surfaceflinger: add RenderEngine::BindNativeBufferAsFramebuffer by Chia-I Wu · 7 years ago
  40. b0c041b surfaceflinger: return fence fd from RenderEngine::flush by Chia-I Wu · 7 years ago
  41. 7f40290 surfaceflinger: add RenderEngine::setCurrentSurface by Chia-I Wu · 7 years ago
  42. 8601f88 surfaceflinger: move EGL version/extensions dump into RE by Chia-I Wu · 7 years ago
  43. b01450b surfaceflinger: move EGL termination into RE by Chia-I Wu · 7 years ago
  44. d4d9c6f surfaceflinger: move EGL initialization into RE by Chia-I Wu · 7 years ago
  45. 2b6386e surfaceflinger: add RenderEngine::mEGLDisplay by Chia-I Wu · 7 years ago
  46. b2c7624 surfaceflinger: manage RenderEngine with unique_ptr by Chia-I Wu · 7 years ago
  47. 707b8f3 Revert "Use GraphicBuffer instead of GBP for screenshots." by Chavi Weingarten · 7 years ago
  48. 761f8b4 Merge "Remove from top layer list if re-parenting top layer." by TreeHugger Robot · 7 years ago
  49. 8ea97bb Remove from top layer list if re-parenting top layer. by chaviw · 7 years ago
  50. a252d89 Use GraphicBuffer instead of GBP for screenshots. by chaviw · 7 years ago
  51. 503b79e Merge "Add additional parameters for the captureLayer functions." by Chavi Weingarten · 7 years ago
  52. c5de5b3 Merge "Fix usage of HWC_DISPLAY_PRIMARY in vr flinger" by Steven Thomas · 7 years ago
  53. ebd62af SurfaceFlinger: Fix removal check when adding child layers. by Robert Carr · 7 years ago
  54. 7206d49 Add additional parameters for the captureLayer functions. by chaviw · 7 years ago
  55. 6e8f706 Fix usage of HWC_DISPLAY_PRIMARY in vr flinger by Steven Thomas · 7 years ago
  56. 6f65f3e SF: mHwcLayers to LayerBE by David Sodman · 7 years ago
  57. 386c22e SF: replicate mSidebandStream in LayerBE by David Sodman · 7 years ago
  58. 9eeae69 Surfaceflinger: Create LayerBE data class by David Sodman · 7 years ago
  59. 589fa1d Merge "VR services: don't writepid to /dev/cpuset/tasks" by TreeHugger Robot · 7 years ago
  60. 7375fb3 VR services: don't writepid to /dev/cpuset/tasks by Jiwen 'Steve' Cai · 7 years ago
  61. a706a2f surfaceflinger: enable LayerTransactionTest in presubmit by Chia-I Wu · 7 years ago
  62. ec2d985 surfaceflinger: fix traverseLayersInDisplay by Chia-I Wu · 7 years ago
  63. cdd71a5 surfaceflinger: add more setFinalCrop tests by Chia-I Wu · 7 years ago
  64. 04dcca8 surfaceflinger: add more setCrop tests by Chia-I Wu · 7 years ago
  65. a56b204 surfaceflinger: add setOverrideScalingMode tests by Chia-I Wu · 7 years ago
  66. 93853fe surfaceflinger: add more setMatrix tests by Chia-I Wu · 7 years ago
  67. 3d22f3a surfaceflinger: add more setLayerStack tests by Chia-I Wu · 7 years ago
  68. e4ef610 surfaceflinger: add more setColor tests by Chia-I Wu · 7 years ago
  69. a8a515e surfaceflinger: add more setAlpha tests by Chia-I Wu · 7 years ago
  70. 2113bdd surfaceflinger: add setTransparentRegionHint tests by Chia-I Wu · 7 years ago
  71. 57b2750 surfaceflinger: add more setFlags tests by Chia-I Wu · 7 years ago
  72. 4931330 surfaceflinger: add more setRelativeLayer tests by Chia-I Wu · 7 years ago
  73. 0ea0f82 surfaceflinger: add more setLayer tests by Chia-I Wu · 7 years ago
  74. 0eaea31 surfaceflinger: add more setSize tests by Chia-I Wu · 7 years ago
  75. 718daf8 surfaceflinger: add more setPosition tests by Chia-I Wu · 7 years ago
  76. 1078bbb surfaceflinger: run clang-format on Transaction_test.cpp by Chia-I Wu · 7 years ago
  77. 2878422 Merge "SurfaceFlinger: Ensure relatives are not detached with children." by Rob Carr · 7 years ago
  78. 8d7cb20 Merge "Allow relative layering of children" by Rob Carr · 7 years ago
  79. 8b7f97b resolve merge conflicts of 8a2135344 to stage-aosp-master am: 9225761c8d by Chia-I Wu · 7 years ago
  80. 9225761 resolve merge conflicts of 8a2135344 to stage-aosp-master by Chia-I Wu · 7 years ago
  81. 68e316e Merge "surfaceflinger: fix fencing when layers become invisible" by Chia-I Wu · 7 years ago
  82. f9fc8ee surfaceflinger: fix fencing when layers become invisible by Chia-I Wu · 7 years ago
  83. 3b3111d Merge "Add window and surface trace files to bug report" by TreeHugger Robot · 7 years ago
  84. 36b4cdb Add window and surface trace files to bug report by Vishnu Nair · 7 years ago
  85. 91601ac Merge "surfaceflinger: fix fencing when composition mode switches" am: 42ddbb44ac am: 4256a72959 by Chia-I Wu · 7 years ago
  86. 3d91a35 Merge "surfaceflinger: fix fencing when composition mode switches" am: 42ddbb44ac by Chia-I Wu · 7 years ago
  87. 4256a72 Merge "surfaceflinger: fix fencing when composition mode switches" by Chia-I Wu · 7 years ago
  88. 8380689 surfaceflinger: fix fencing when layers become invisible by Chia-I Wu · 7 years ago
  89. 6960096 Merge "Trace drawing state" by Jorim Jaggi · 7 years ago
  90. e900bb0 Merge "Fix signedness issue in LayerProtoParser" by TreeHugger Robot · 7 years ago
  91. 503c704 Allow relative layering of children by Robert Carr · 7 years ago
  92. 28194d8 surfaceflinger: fix z type in LayerVector::do_compare by Chia-I Wu · 7 years ago
  93. 83f8e4d Fix signedness issue in LayerProtoParser by Robert Carr · 7 years ago
  94. 8e0af36 Trace drawing state by Jorim Jaggi · 7 years ago
  95. 7b54959 surfaceflinger: fix fencing when composition mode switches by Chia-I Wu · 7 years ago
  96. c9232ed Added check for forceClientComposition for every layer. by chaviw · 7 years ago
  97. 4994440 Merge commit '2fc42a279697a847d5b6961914f6f6afbed49a48' from by Xin Li · 7 years ago
  98. c2c0dce Merge changes from topic "kill-hwc1-fb" by TreeHugger Robot · 7 years ago
  99. 5fe21af Merge "Make BufferHubQueue binder parcelable" by TreeHugger Robot · 7 years ago
  100. a88e3ee Make BufferHubQueue binder parcelable by Jiwen 'Steve' Cai · 7 years ago