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