1. ed54efa Add Color Layer to ASurfaceControl by Valerie Hau · 7 years ago
  2. 64b61fa Merge "ASurfaceControl: add more support to NDK (2/2)" by TreeHugger Robot · 7 years ago
  3. 80d94ad ASurfaceControl: add more support to NDK (2/2) by Marissa Wall · 7 years ago
  4. 1878450 Merge changes from topic "ASC-SF" by TreeHugger Robot · 7 years ago
  5. ebc2c05 blast: cache buffers by Marissa Wall · 7 years ago
  6. 17b4e45 blast: add desired present time by Marissa Wall · 7 years ago
  7. 08d1051 [SurfaceComposerClient] Add API to query protected content support. by Peiyong Lin · 7 years ago
  8. 35187b3 blast: [FIXED] create SurfaceControl from Surface parent by Marissa Wall · 7 years ago
  9. 6fb1a7e SurfaceFlinger: Remove removeLayer by Robert Carr · 7 years ago
  10. b89ea9d SurfaceFlinger: Removed createScopedConnection. by Robert Carr · 7 years ago
  11. 273171b Fix drag and drop (1/3) by chaviw · 7 years ago
  12. 713b63f blast: Queue transactions by applying client by Marissa Wall · 7 years ago
  13. 2dbd69d Merge "[SurfaceFlinger] add getDisplayedContentSample i/f" by Kevin DuBois · 7 years ago
  14. 1270145 Merge changes from topic "blast frame" by TreeHugger Robot · 7 years ago
  15. 1d4249a [SurfaceFlinger] add getDisplayedContentSample i/f by Kevin DuBois · 7 years ago
  16. 861616d blast: use frame instead of size and position by Marissa Wall · 7 years ago
  17. 74e5377 [SurfaceFlinger] add setDisplayContentSamplingEnabled i/f by Kevin DuBois · 7 years ago
  18. 1b6531c Rounded corners by Lucas Dupin · 7 years ago
  19. 9c0a176 [SurfaceFlinger] add getDisplayedContentSamplingAttributes i/f by Kevin DuBois · 7 years ago
  20. 2c358bf Add setInputWindowInfo to SurfaceComposerClient::Transaction by Robert Carr · 7 years ago
  21. e2ffb42 blast: Send transaction callback by Marissa Wall · 7 years ago
  22. c837b5e blast: Send transaction listener from SCC to SF by Marissa Wall · 7 years ago
  23. 7a9b6ff blast: Create ITransactionCompletedListener by Marissa Wall · 7 years ago
  24. c678097 [SurfaceFlinger] Expose WCG composition preference through ISurfaceComposer API. by Peiyong Lin · 7 years ago
  25. 0e003c9 [SurfaceFlinger] Accept data space and pixel format to take screenshot. by Peiyong Lin · 7 years ago
  26. d378863 [SurfaceFlinger] Implement per layer color transformation. by Peiyong Lin · 7 years ago
  27. 0e3479f Remove minLayer and maxLayer from screenshot code. by chaviw · 7 years ago
  28. 0256f72 [SurfaceFlinger] Add getCompositionPreference APIs to SurfaceComposer. by Peiyong Lin · 7 years ago
  29. e4a93ec Merge "Merge getDisplayViewport into DisplayInfo" by TreeHugger Robot · 7 years ago
  30. dcce0e2 SF: Remove setFinalCrop impl 2/2 by Vishnu Nair · 7 years ago
  31. 6407571 Merge "SF: Set the buffer size immediately when applying a transaction" by TreeHugger Robot · 7 years ago
  32. 27de5df Merge getDisplayViewport into DisplayInfo by Yiwei Zhang · 7 years ago
  33. cd3f9e9 Add getDisplayViewport for screenrecord tool by Yiwei Zhang · 7 years ago
  34. d01c443 SF: Set the buffer size immediately when applying a transaction by Vishnu Nair · 7 years ago
  35. 61c5862 blast: BufferStateLayer by Marissa Wall · 7 years ago
  36. f58c14b blast: Append "_legacy" to old buffer state values by Marissa Wall · 7 years ago
  37. a03e044 [gui] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  38. 48a619f Replace NULL/0 with nullptr by Yi Kong · 7 years ago
  39. 84d619e Early wake-up for transitions (1/2) by Dan Stoza · 7 years ago
  40. 9f03447 Add proper namespace to GraphicTypes. by Peiyong Lin · 7 years ago
  41. c5b2cd2 Merge "SurfaceComposerClient: Ensure createSurface returns error codes." into pi-dev by TreeHugger Robot · 7 years ago
  42. 740eaf0 SurfaceComposerClient: Ensure createSurface returns error codes. by Robert Carr · 7 years ago
  43. ccd3484 Pass correct window type and app id to hw composer. by rongliu · 7 years ago
  44. a912b6e Merge "Propagate error codes from createSurface" into pi-dev by TreeHugger Robot · 7 years ago
  45. a52f029 [Native] Replace android_color_mode usage with ColorMode. by Peiyong Lin · 7 years ago
  46. 3b382ed Propagate error codes from createSurface by Robert Carr · 7 years ago
  47. 578038f SurfaceFlinger: Add childLayersOnly variant of capture layers. by Robert Carr · 7 years ago
  48. 8e3fe5d Store SurfaceControl reference when creating transactions by chaviw · 7 years ago
  49. 763ef57 Rename getLayerState and getDisplayState functions. by chaviw · 7 years ago
  50. ca27f25 Allow destroySurface to get called in transaction. by chaviw · 7 years ago
  51. 0b26710 Fix issue with Surface loss by Jorim Jaggi · 7 years ago
  52. 1eaa103 Merge "Make SurfaceControl parcelable (2/2)" by Jorim Jaggi · 8 years ago
  53. f3cf4bc Make SurfaceControl parcelable (2/2) by Jorim Jaggi · 8 years ago
  54. 40482ff Revert "Revert "Use GraphicBuffer instead of GBP for screenshots."" by Chavi Weingarten · 8 years ago
  55. 707b8f3 Revert "Use GraphicBuffer instead of GBP for screenshots." by Chavi Weingarten · 8 years ago
  56. a252d89 Use GraphicBuffer instead of GBP for screenshots. by chaviw · 8 years ago
  57. 7206d49 Add additional parameters for the captureLayer functions. by chaviw · 8 years ago
  58. 2c5f6d2 SurfaceFlinger: Implement merging of transaction objects. by Robert Carr · 8 years ago
  59. a76b271 Add captureLayers function to capture a layer and its children. by chaviw · 8 years ago
  60. 4cdc58f SurfaceFlinger Transactions as distinct objects. by Robert Carr · 8 years ago
  61. 13fdc49 Added native functionality to create a color layer. by chaviw · 8 years ago
  62. f1961f7 Re-parent invoked on child instead of on parent. by chaviw · 8 years ago
  63. 0617894 Add a re-parent function to re-parent a specific child. by chaviw · 8 years ago
  64. 88d37dd Various fixes for wide color gamut rendering by Romain Guy · 8 years ago
  65. db66e62 SurfaceFlinger: Add parent-less relative layering. by Robert Carr · 8 years ago
  66. cae605c Fix seamless rotation with SurfaceView WM bypass. by Robert Carr · 8 years ago
  67. 77c073b Merge changes from topic 'surfaceview-without-wm' by Rob Carr · 8 years ago
  68. f3edb89 Merge "SurfaceControl: Correct setMatrix parameter naming." by Rob Carr · 8 years ago
  69. 6961b6b Remove unneeded references to IMemory by Mathias Agopian · 8 years ago
  70. 9524cb3 Add detachChildren transaction. by Robert Carr · 8 years ago
  71. 0d48072 Add deferTransaction variant taking GraphicBufferProducer. by Robert Carr · 9 years ago
  72. cb6e1e3 SurfaceControl: Correct setMatrix parameter naming. by Robert Carr · 8 years ago
  73. 479c60c Refactor how layer metadata for use by VR is propagated by Albert Chaulk · 8 years ago
  74. 1db73f6 SurfaceFlinger: Add support for non-privileged clients. by Robert Carr · 9 years ago
  75. 1f0a16a SurfaceFlinger and libgui: Support for child layers. by Robert Carr · 9 years ago
  76. ae06083 SurfaceFlinger and libgui: Switch Z-order to signed type. by Robert Carr · 9 years ago
  77. 6cf6af0 VR: Add API to plumb surface type and owner through to SurfaceFlinger by Albert Chaulk · 9 years ago
  78. 673134e Add ScreenshotClient functionality for returning GraphicBuffer. by Robert Carr · 9 years ago
  79. d7de179 libgui: Add null pointer check in setDisplaySurface am: eddbef88cf am: 8663a03444 by Pablo Ceballos · 9 years ago
  80. 739c90c libgui: Add null pointer check in setDisplaySurface am: eddbef88cf by Pablo Ceballos · 9 years ago
  81. eddbef8 libgui: Add null pointer check in setDisplaySurface by Pablo Ceballos · 9 years ago
  82. ec8ab15 Fail setDisplaySurface if can't enable async am: 1aad24c0c4 am: ad685f0f9f by Pablo Ceballos · 9 years ago
  83. 881a8a9 Fail setDisplaySurface if can't enable async am: 1aad24c0c4 am: ad685f0f9f by Pablo Ceballos · 9 years ago
  84. 1aad24c Fail setDisplaySurface if can't enable async by Pablo Ceballos · 9 years ago
  85. c1ba5c4 Multithreaded Surface Replayer that replays traces by Sahil Dhanju · 9 years ago
  86. 19cd2f8 Merge \"Color transforms are now color modes.\" into nyc-mr1-dev am: f42ca4da5b by Michael Wright · 9 years ago
  87. 28f24d0 Color transforms are now color modes. by Michael Wright · 9 years ago
  88. d99daf4 Merge changes from topic \'seamless-rotation\' into nyc-mr1-dev am: 4bfbe1f7ef by Robert Carr · 9 years ago
  89. 367c568 SurfaceControl: Add getTransformToDisplayInverse by Robert Carr · 9 years ago
  90. 99e27f0 Change setPositionAppliesWithResize to apply to all geometry. by Robert Carr · 9 years ago
  91. f7b6b5d Merge "SurfaceFlinger: Add mode to apply position with resize." into nyc-dev am: c3da482bb8 by Robert Carr · 9 years ago
  92. 82364e3 SurfaceFlinger: Add mode to apply position with resize. by Robert Carr · 9 years ago
  93. 68a593e resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 9 years ago
  94. e2347b7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  95. c3574f7 Add setOverrideScalingMode to SurfaceControl by Robert Carr · 9 years ago
  96. 092123c Revert "Death to synchronous transactions (1/2)" by Jorim Jaggi · 9 years ago
  97. c6a607a Death to synchronous transactions (1/2) by Jorim Jaggi · 9 years ago
  98. c4f471e Plumb HDR capabilities up to SurfaceComposerClient by Dan Stoza · 9 years ago
  99. acbe678 Add final crop implementation by Pablo Ceballos · 9 years ago
  100. 7dde599 Support SurfaceView synchronization. by Dan Stoza · 10 years ago