1. 69b281d Adapt SurfaceControl to libgui API for display info by Dominik Laskowski · 4 years, 8 months ago
  2. 6cf051e Add setFrameRate() api by Steven Thomas · 4 years, 7 months ago
  3. 991415e Expose blurs to SurfaceControl by Lucas Dupin · 4 years, 8 months ago
  4. 77740176 Merge "Make setActiveConfig() private, remove plumbing" by Steven Thomas · 4 years, 7 months ago
  5. fea9717 WindowManager: Send layer priority hint to SurfaceFlinger by Ana Krulec · 4 years, 9 months ago
  6. 2a3d9aa Use ui::Rotation in libgui calls by Dominik Laskowski · 4 years, 9 months ago
  7. e8d9d65 Make setActiveConfig() private, remove plumbing by Steven Thomas · 4 years, 7 months ago
  8. 056b3ee Add minimal post processing API to framework by Galia Peycheva · 5 years ago
  9. a7872c3 Merge "Switch from allowed display configs to refresh rate range" by Steven Thomas · 4 years, 8 months ago
  10. a74a864 Switch from allowed display configs to refresh rate range by Ana Krulec · 4 years, 9 months ago
  11. 75ba497 Merge "Revert submission" by Robin Lee · 4 years, 8 months ago
  12. b62b7b7 Revert submission by Hansong Zhang · 4 years, 8 months ago
  13. a4aff1e Merge "Add minimal post processing API to framework" by Galia Peycheva · 4 years, 8 months ago
  14. ea94575 Add minimal post processing API to framework by Galia Peycheva · 5 years ago
  15. 82eed53 Merge changes I4851c742,If399edd6 by Steven Thomas · 4 years, 8 months ago
  16. 4d1c3e7 Merge "1) DM Generalization of Refresh Rates: adding calls to DM and Surface Control" by Steven Thomas · 4 years, 8 months ago
  17. 52f1289 1a) DM: create Class to pass around Specs by Ana Krulec · 4 years, 9 months ago
  18. 4f753aa 1) DM Generalization of Refresh Rates: adding calls to DM and Surface Control by Ana Krulec · 4 years, 9 months ago
  19. 4a067c5 [Shadows] Populate global shadow settings (3/n) by Vishnu Nair · 4 years, 9 months ago
  20. 532431d Merge "Add ability to make task snapshots store in RGB565" by Chiawei Wang · 4 years, 9 months ago
  21. 02202d1 Add ability to make task snapshots store in RGB565 by Chiawei Wang · 6 years ago
  22. d87984d [Shadows] Add an api to draw shadows around a surface. (1/n) by Vishnu Nair · 4 years, 9 months ago
  23. a51724f Added API to mirror display and added sample app. by chaviw · 4 years, 11 months ago
  24. c499ad3 Revert "Fix drag and drop (1/3)" by Arthur Hung · 5 years ago
  25. 007340c Remove setGeometryAppliesWithResize by chaviw · 5 years ago
  26. 40d7813 Create C API for accessing android.graphics.Region in native code. by Derek Sollenberger · 5 years ago
  27. 67e479a Add cursor type and hotspot to surface metadata. by Garfield Tan · 5 years ago
  28. 5d0ca63 Isolate the graphics classes into their own static lib by Derek Sollenberger · 5 years ago
  29. 8b99419 Update includes to begin isolating graphics classes. by Derek Sollenberger · 5 years ago
  30. ee57765 Merge changes from topic "sc_handles" by TreeHugger Robot · 5 years ago
  31. bc9beab Remove SurfaceControl#getHandle from JAVA apis 2/2 by Vishnu Nair · 5 years ago
  32. 9f6171e Deleted SurfaceControl.remove method by chaviw · 5 years ago
  33. f7645aa Prevent SurfaceView from drawing over parent surface insets by Vishnu Nair · 5 years ago
  34. 629df2b Make SurfaceControl Transaction parcelable 1/2 by Vishnu Nair · 5 years ago
  35. e9133d5 Correctly refer to the id of ColorSpace.Named.DISPLAY_P3. by Peiyong Lin · 5 years ago
  36. b9a891b Merge "SurfaceControl#setGeometry: Pass invalid rect instead of empty rect" into qt-dev by Rob Carr · 5 years ago
  37. 21e499a Determine the dataspace of the screenshot buffer based on display color mode. by Peiyong Lin · 5 years ago
  38. bf9298f SurfaceControl: Fix captureLayers JNI by Robert Carr · 5 years ago
  39. ced6f85 SurfaceControl#setGeometry: Pass invalid rect instead of empty rect by Robert Carr · 5 years ago
  40. 66b5664f Careful with screenshots containing secure layers! by Robert Carr · 5 years ago
  41. f6bd0bc Merge "SurfaceFlinger: Add exclusion list for captureLayers." into qt-dev by Rob Carr · 5 years ago
  42. b51e246 Fix metadata surfacecontrol api/jni by Evan Rosky · 5 years ago
  43. ffcdc51 SurfaceFlinger: Add exclusion list for captureLayers. by Robert Carr · 5 years ago
  44. e3e5efd Revert "Revert "Allow screenshot to carry more information."" by Peiyong Lin · 5 years ago
  45. bf9d677 Revert "Allow screenshot to carry more information." by Peiyong Lin · 5 years ago
  46. 42d5d03 Allow screenshot to carry more information. by Peiyong Lin · 5 years ago
  47. 832b497 Moved brightness from Lights to SF. by Dan Gittik · 5 years ago
  48. f4f0f64 Add setColorSpaceAgnostic API to SurfaceControl. by Peiyong Lin · 5 years ago
  49. 42f9a2fb SurfaceControl: add getAllowedDisplayConfigs by Ady Abraham · 5 years ago
  50. 1f24ccf Merge changes from topic "display_policy" by TreeHugger Robot · 5 years ago
  51. 6070ce1 SurfaceControl: add setAllowedDisplayConfigs by Ady Abraham · 6 years ago
  52. 5c52b13 Exclude secure layers from most screenshots taken by the system server. by Robert Carr · 5 years ago
  53. 319cd078 Add synchronous transaction to wait for setInputWindow to complete (5/n) by chaviw · 5 years ago
  54. 424e875 Merge changes from topic "sc-destruction-cleanup" by Rob Carr · 5 years ago
  55. cc6d483 SurfaceControl: Fix release by Robert Carr · 5 years ago
  56. 3316a0a Generalize physical display management by Dominik Laskowski · 6 years ago
  57. 10e3b33 SurfaceControl: Add a hidden API to get display color primaries by Daniel Solomon · 6 years ago
  58. 2bfd202 Merge changes from topics "sf_task_id", "sf_metadata" by Evan Rosky · 6 years ago
  59. fd8f7cd Merge "Correct jni declarations of input handle" by TreeHugger Robot · 6 years ago
  60. 485df20 Add metadata store to surfaces by Evan Rosky · 6 years ago
  61. cd958bc Correct jni declarations of input handle by Riddle Hsu · 6 years ago
  62. 76907ee Unhide parts of SurfaceControl API in SDK. by Robert Carr · 6 years ago
  63. 10584fa SurfaceControl: Accept instance rather than handle for reparent by Robert Carr · 6 years ago
  64. 367b1ae Merge "[SurfaceControl] Add API to query composition color spaces." by Peiyong Lin · 6 years ago
  65. 5f4a568 [SurfaceControl] Add API to query composition color spaces. by Peiyong Lin · 6 years ago
  66. 0ddb7d4 [SurfaceControl] Add API to query protected content support. by Peiyong Lin · 6 years ago
  67. c9fd5fc Merge changes from topic "sf-remove-remove-layer" by Rob Carr · 6 years ago
  68. 8810b69 SurfaceFlinger: Remove removeLayer by Robert Carr · 6 years ago
  69. 205a680 framework: fix setDisplayContentSamplingEnabled rc by Kevin DuBois · 6 years ago
  70. 30e984c Merge changes from topic "remove-scoped-connection" by Rob Carr · 6 years ago
  71. 5fea55b Remove usage of scoped connections. by Robert Carr · 6 years ago
  72. beb7a0c Allow SurfaceControl to be passed over AIDL. by chaviw · 6 years ago
  73. 59f532e Fix drag and drop (1/3) by chaviw · 6 years ago
  74. bf76b11b DisplayManager: Add color sampling hardware query by Kevin DuBois · 6 years ago
  75. ff9d6ab Expose rounded corners to SurfaceControl by Lucas Dupin · 6 years ago
  76. 788f574 Plumbing for SurfaceControl#setInputWindowInfo. by Robert Carr · 6 years ago
  77. 10a34d1 [Screenshot] Accept data space and pixel format for screenshot. by Peiyong Lin · 6 years ago
  78. 52bb6b4 [SurfaceControl] Add setColorTransform API. by Peiyong Lin · 6 years ago
  79. 08520a0 Remove minLayer and maxLayer from display screenshot. by chaviw · 6 years ago
  80. aeab1b8 SF: Remove setFinalCrop impl 1/2 by Vishnu Nair · 6 years ago
  81. cb32fdd blast: Append "_legacy" to old layer state functions by Marissa Wall · 6 years ago
  82. 3a0c6e1 [JNI] Adapt graphics::common:V1_0::Hdr from HAL. by Peiyong Lin · 6 years ago
  83. aa763cd Early wake-up for transitions (2/2) by Jorim Jaggi · 6 years ago
  84. b88549e Rename GraphicsTypes.h to GraphicTypes.h by Peiyong Lin · 6 years ago
  85. d0661a0 Merge "Distinguish between createSurface error codes." into pi-dev by TreeHugger Robot · 6 years ago
  86. 0cb97d5 Merge "Replace android_color_mode usage with ColorMode." into pi-dev by Peiyong Lin · 6 years ago
  87. 371b98f Replace android_color_mode usage with ColorMode. by Peiyong Lin · 6 years ago
  88. d87f3cf Update JNI to call captureChildLayers by Robert Carr · 6 years ago
  89. b0f3936 Distinguish between createSurface error codes. by Robert Carr · 6 years ago
  90. b736e32 Use destroy in transaction for animation by Chavi Weingarten · 6 years ago
  91. 3880438 Revert "Use destroy in transaction for animation" by Chavi Weingarten · 6 years ago
  92. 1aa1275 Use destroy in transaction for animation by chaviw · 6 years ago
  93. 58915a8 Remove bogus SkASSERT by Leon Scroggins III · 7 years ago
  94. b4de060 Merge "Make SurfaceControl parcelable (1/2)" by Jorim Jaggi · 7 years ago
  95. 06975df Make SurfaceControl parcelable (1/2) by Jorim Jaggi · 7 years ago
  96. d7ec64c Revert "Revert "Updated screenshot code to reflect native changes."" by Chavi Weingarten · 7 years ago
  97. ea2eb5a Revert "Updated screenshot code to reflect native changes." by Chavi Weingarten · 7 years ago
  98. 689e091c Updated screenshot code to reflect native changes. by chaviw · 7 years ago
  99. fbe47df Snapshot Task with the app window crop for Recents by chaviw · 7 years ago
  100. b1579c8 Re-implement Z-ordering based off SurfaceControl hierarchy. by Robert Carr · 7 years ago