1. 740eaf0 SurfaceComposerClient: Ensure createSurface returns error codes. by Robert Carr · 7 years ago
  2. a912b6e Merge "Propagate error codes from createSurface" into pi-dev by TreeHugger Robot · 7 years ago
  3. a52f029 [Native] Replace android_color_mode usage with ColorMode. by Peiyong Lin · 7 years ago
  4. 17511b0 Merge changes from topic "capture-child-layers" into pi-dev by Rob Carr · 7 years ago
  5. 3b382ed Propagate error codes from createSurface by Robert Carr · 7 years ago
  6. 578038f SurfaceFlinger: Add childLayersOnly variant of capture layers. by Robert Carr · 7 years ago
  7. 39a0788 Add equality operator for state checking by Courtney Goeltzenleuchter · 7 years ago
  8. 8e3fe5d Store SurfaceControl reference when creating transactions by chaviw · 7 years ago
  9. 763ef57 Rename getLayerState and getDisplayState functions. by chaviw · 7 years ago
  10. 5035f9c Merge "Allow destroySurface to get called in transaction." by Chavi Weingarten · 7 years ago
  11. ca27f25 Allow destroySurface to get called in transaction. by chaviw · 7 years ago
  12. 2202950 Support BufferHub-backed IGBP in libgui_test by Jiwen 'Steve' Cai · 7 years ago
  13. a2a27b2 Add BufferHub-based IGBC implementation by Jiwen 'Steve' Cai · 7 years ago
  14. dc82be7 Move clang warnings override out of libgui by Jiwen 'Steve' Cai · 7 years ago
  15. c90a77f Add BufferHub backend for android::view::Surface by Jiwen 'Steve' Cai · 8 years ago
  16. dbd9615 swapchain: add query for MaxBufferCount by Yiwei Zhang · 7 years ago
  17. b0056e9 Merge "[NDK] Expose NDK API to set buffers data space for P." by Peiyong Lin · 7 years ago
  18. 654f87b [NDK] Expose NDK API to set buffers data space for P. by Peiyong Lin · 8 years ago
  19. 1dbf0e3 libgui: fix a race in BufferQueueProducer::allocateBuffers by Chia-I Wu · 7 years ago
  20. 037f35a Build libbufferhubqueue and libpdx_default_transport as shared library by Jiwen 'Steve' Cai · 8 years ago
  21. 0b26710 Fix issue with Surface loss by Jorim Jaggi · 8 years ago
  22. 5c6e463 surfaceflinger: always advertise HDR10 when wide color is available by Chia-I Wu · 8 years ago
  23. 5e92144 Fix integer overflow in libgui_test Surface_test by Courtney Goeltzenleuchter · 8 years ago
  24. 9a6ddf7 Update BufferHubProducer style to match libgui by Jiwen 'Steve' Cai · 8 years ago
  25. 0f95084 Move BufferHub-based IGBP into libgui by Jiwen 'Steve' Cai · 8 years ago
  26. 9bad0d7 Add plumbing for HDR metadata by Courtney Goeltzenleuchter · 8 years ago
  27. 96da464 Merge "libgui is private VNDK" by TreeHugger Robot · 8 years ago
  28. f49c189 Merge changes from topic "sf-re-2" by Chia-I Wu · 8 years ago
  29. ee5d824 gui: Remove unnecessary FrameEventHistoryDelta warning. by Brian Anderson · 8 years ago
  30. 93b122f libgui: add a helper for GLConsumer::getCurrentCrop by Chia-I Wu · 8 years ago
  31. 3bd03ff libgui: use mat4 in GLConsumer by Chia-I Wu · 8 years ago
  32. f10b05c libgui: remove unused GLConsumer methods by Chia-I Wu · 8 years ago
  33. a81bc49 libgui: add more IGBC wrappers to ConsumerBase by Chia-I Wu · 8 years ago
  34. 0530f87 libgui: tidy up CpuConsumer by Chia-I Wu · 8 years ago
  35. 924454f libgui: fix and clean up CpuConsumer::unlockBuffer by Chia-I Wu · 8 years ago
  36. 96ad822 libgui: fix a race in CpuConsumer::lockNextBuffer by Chia-I Wu · 8 years ago
  37. 7e7256e libgui: add helper to initialize CpuConsumer::LockedBuffer by Chia-I Wu · 8 years ago
  38. cacfcc6 libgui: add helper to find CpuConsumer::AcquiredBuffer by Chia-I Wu · 8 years ago
  39. 99c514e libgui is private VNDK by Jiyong Park · 8 years ago
  40. 1eaa103 Merge "Make SurfaceControl parcelable (2/2)" by Jorim Jaggi · 8 years ago
  41. f3cf4bc Make SurfaceControl parcelable (2/2) by Jorim Jaggi · 8 years ago
  42. 1801d27 Merge "Revert "Revert "Use GraphicBuffer instead of GBP for screenshots.""" by Chavi Weingarten · 8 years ago
  43. 59182e5 Merge changes from topic "sf-re" by Chia-I Wu · 8 years ago
  44. 40482ff Revert "Revert "Use GraphicBuffer instead of GBP for screenshots."" by Chavi Weingarten · 8 years ago
  45. 1e24cce surfaceflinger: remove all direct use of EGL by Chia-I Wu · 8 years ago
  46. 707b8f3 Revert "Use GraphicBuffer instead of GBP for screenshots." by Chavi Weingarten · 8 years ago
  47. a252d89 Use GraphicBuffer instead of GBP for screenshots. by chaviw · 8 years ago
  48. 7206d49 Add additional parameters for the captureLayer functions. by chaviw · 8 years ago
  49. 2c5f6d2 SurfaceFlinger: Implement merging of transaction objects. by Robert Carr · 8 years ago
  50. a76b271 Add captureLayers function to capture a layer and its children. by chaviw · 8 years ago
  51. a039340 Merge "Use -Werror in frameworks/native/libs/gui and ui" am: c4ebf5bbab am: 3a566dd1e1 am: 14ac77cd1e by Chih-hung Hsieh · 8 years ago
  52. 6d560a5 Merge "Use -Werror in frameworks/native/libs/gui and ui" am: c4ebf5bbab am: 3a566dd1e1 by Chih-hung Hsieh · 8 years ago
  53. 3a566dd Merge "Use -Werror in frameworks/native/libs/gui and ui" am: c4ebf5bbab by Chih-hung Hsieh · 8 years ago
  54. d66be0a Use -Werror in frameworks/native/libs/gui and ui by Chih-Hung Hsieh · 8 years ago
  55. 05f5697 Merge "Merge fences when needed for accurate timestamps." am: 6261e9737d by Brian Anderson · 8 years ago
  56. bf8f508 Merge fences when needed for accurate timestamps. by Brian Anderson · 8 years ago
  57. 4cdc58f SurfaceFlinger Transactions as distinct objects. by Robert Carr · 8 years ago
  58. 13fdc49 Added native functionality to create a color layer. by chaviw · 8 years ago
  59. f1961f7 Re-parent invoked on child instead of on parent. by chaviw · 8 years ago
  60. 261b90e Merge "Mark libui and libgui as VNDK in Android.bp" am: 9a8ea13a26 by Justin Yun · 8 years ago
  61. 5c34e48 resolve merge conflicts of 8007bdd7d to stage-aosp-master by Jae Shin · 8 years ago
  62. 4a0f40c Mark libui and libgui as VNDK in Android.bp by Justin Yun · 8 years ago
  63. 8d455e9 Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK by Jiyong Park · 8 years ago
  64. c4e88ef libgui: export EGL headers. by Steven Moreland · 8 years ago
  65. ce4de54 Make libgui available to vendors by Jiyong Park · 8 years ago
  66. c2cc8f7 Merge fences when needed for accurate timestamps. am: bc52c7039c by Brian Anderson · 8 years ago
  67. bc52c70 Merge fences when needed for accurate timestamps. by Brian Anderson · 8 years ago
  68. e04a800 Merge "Add a re-parent function to re-parent a specific child." by Chavi Weingarten · 8 years ago
  69. 0617894 Add a re-parent function to re-parent a specific child. by chaviw · 8 years ago
  70. 2b3b34c Merge "Merge fences when needed for accurate timestamps." by Brian C. Anderson · 8 years ago
  71. 7b097e2 Merge fences when needed for accurate timestamps. by Brian Anderson · 8 years ago
  72. 53ab131 Merge "Add method to get surface dataspace" by TreeHugger Robot · 8 years ago
  73. 152279d Add method to get surface dataspace by Courtney Goeltzenleuchter · 8 years ago
  74. 7c47163 Merge "Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK" into oc-mr1-dev by Jiyong Park · 8 years ago
  75. d2bc3ac Merge "Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK" into oc-mr1-dev by TreeHugger Robot · 8 years ago
  76. c50be85 Merge "libgui: support 64-bit BQ consumer usage" into oc-mr1-dev am: 64c9a3ee48 by Chia-I Wu · 8 years ago
  77. 00b15b8 Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK by Jiyong Park · 8 years ago
  78. 6030eaa Merge "libgui: support 64-bit BQ consumer usage" into oc-mr1-dev am: 64c9a3ee48 by Chia-I Wu · 8 years ago
  79. e2786ea libgui: support 64-bit BQ consumer usage by Chia-I Wu · 8 years ago
  80. 5205430 Merge "Fix clang-tidy performance warnings in frameworks/native." am: 2f651584f9 by Chih-Hung Hsieh · 8 years ago
  81. b263abf Merge "Faked HWC for SurfaceFlinger testing" am: b1299c5329 by Kalle Raita · 8 years ago
  82. 515aa5a Merge "Mark libui and libgui as VNDK in Android.bp" into oc-mr1-dev by TreeHugger Robot · 8 years ago
  83. 2f65158 Merge "Fix clang-tidy performance warnings in frameworks/native." by TreeHugger Robot · 8 years ago
  84. a099a24 Faked HWC for SurfaceFlinger testing by Kalle Raita · 9 years ago
  85. cb057c2 Fix clang-tidy performance warnings in frameworks/native. by Chih-Hung Hsieh · 8 years ago
  86. cb4c58b Merge commit '219b580fed7916ed4e02dd634e003073f91c6b93' into manual_merge_219b580fe am: 84548cfbfb by Yifan Hong · 8 years ago
  87. 5cd3d78 Merge commit '219b580fed7916ed4e02dd634e003073f91c6b93' into manual_merge_219b580fe by Yifan Hong · 8 years ago
  88. 84548cf Merge commit '219b580fed7916ed4e02dd634e003073f91c6b93' into manual_merge_219b580fe by Yifan Hong · 8 years ago
  89. fc8d885 Use getpwnam()/getgrnam() instead of AID_* macros (libgui) by Yifan Hong · 8 years ago
  90. 71d6c885 Mark libui and libgui as VNDK in Android.bp by Justin Yun · 8 years ago
  91. a2eb34c Have the Surface class track the buffer age. by Ian Elliott · 8 years ago
  92. d11b044 Have the Surface class track the buffer age. by Ian Elliott · 8 years ago
  93. 65799c3 Use getpwnam()/getgrnam() instead of AID_* macros (libgui) by Yifan Hong · 8 years ago
  94. ef5e1bb Merge "Fix clang static analyzer warnings." am: 411414c916 am: c95b45c72f by Manoj Gupta · 8 years ago
  95. 37146b7 Merge "Fix clang static analyzer warnings." am: 411414c916 am: c95b45c72f by Manoj Gupta · 8 years ago
  96. c95b45c Merge "Fix clang static analyzer warnings." am: 411414c916 by Manoj Gupta · 8 years ago
  97. e8278ac Fix clang static analyzer warnings. by Manoj Gupta · 8 years ago
  98. f64e75d Merge "libgui: New mutex for ConsumerBase frame callbacks" into oc-dev by Dan Stoza · 8 years ago
  99. 1813e09 Merge "libgui: New mutex for ConsumerBase frame callbacks" into oc-dev by Dan Stoza · 8 years ago
  100. fb672ba Merge "libgui: New mutex for ConsumerBase frame callbacks" into oc-dev by TreeHugger Robot · 8 years ago