1. a63d52a SurfaceFlinger: Use a lockless stack for binder->tracing thread by Robert Carr · 3 years, 11 months ago
  2. d2aaab1 SurfaceView: Avoid destination frame updates on multiple threads 2/2 by Vishnu Nair · 4 years ago
  3. 1b70019 SF: Remove layer mRefreshPending tracking by Vishnu Nair · 4 years ago
  4. 0fc7af5 SF: Commit created layers without using transactions by Vishnu Nair · 4 years ago
  5. d37343b SF: Add new fields to transactions proto by Vishnu Nair · 4 years ago
  6. 5503088 Update transactions.proto to sync with layer_state_t by Leon Scroggins III · 4 years ago
  7. 302d8d4 Merge "SF: Add mirror layers to transaction trace" by TreeHugger Robot · 4 years, 1 month ago
  8. 84125ac SF: Add mirror layers to transaction trace by Vishnu Nair · 4 years, 2 months ago
  9. 791d48a SF: Identify virtual displays from proto by Vishnu Nair · 4 years, 2 months ago
  10. 0cc69e1 SF: Track starting layer state with transaction tracing by Vishnu Nair · 4 years, 2 months ago
  11. 68dee2b SF: Add LayerCreationArgs to transaction proto by Vishnu Nair · 4 years, 2 months ago
  12. 6b59115 SurfaceFlinger: Add transaction proto and parser by Vishnu Nair · 4 years, 4 months ago
  13. 0a39899 Add display proto info by chaviw · 4 years, 5 months ago
  14. abdf4da Add requested_corner_radius to layer proto by Pablo Gamito · 4 years, 6 months ago
  15. a30f7c9 Add mechanism for a task's windows to be trusted overlays (SF) by Winson Chung · 4 years, 7 months ago
  16. 3306e49 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 5 years ago
  17. a2a7773 Revert "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native" by Bob Badour · 5 years ago
  18. 2e67185 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 5 years ago
  19. df6a4f6 Statically link missing libraries to libsurfaceflinger_unittest by Vishnu Nair · 5 years ago
  20. c3800b8 Implement blur region in RenderEngine by Lucas Dupin · 5 years ago
  21. 31a8dbc Add synchronous SurfaceFlinger tracing by Vishnu Nair · 5 years ago
  22. 3242d5f Statically link missing libary to SurfaceFlinger_test by Vishnu Nair · 5 years ago
  23. 47074b8 Rename InputWindowHandle hasFocus to focusable by Vishnu Nair · 5 years ago
  24. 250bcbb Store Layer ownerUid based on metadata or callingUid. by chaviw · 5 years ago
  25. 1ff3d1e Use Transform in InputDispatcher by chaviw · 6 years ago
  26. 60db8c0 Fix a long standing locking issue with tracing thread by Vishnu Nair · 6 years ago
  27. 6b9e991 [SurfaceFlinger] Add hwc information to winscope: by Alec Mouri · 6 years ago
  28. 19c8f0e Add support for background blurs by Lucas Dupin · 6 years ago
  29. 08f3cb2 Add layers to proto by traversing children by chaviw · 6 years ago
  30. ddeae26 Add ColorSaturation to proto dump by chaviw · 6 years ago
  31. 95a1ed4 Add shadow radius and corner radius crop to sf and transaction trace by Vishnu Nair · 6 years ago
  32. 3a904b8 SurfaceFlinger: get rid of LayerStats by Yiwei Zhang · 6 years ago
  33. 7b0e4d6 Merge "Replace no_framework_libs: true with sdk_version: "core_platform"" am: 8475fc34a2 by Paul Duffin · 7 years ago
  34. d979289 Replace no_framework_libs: true with sdk_version: "core_platform" by Paul Duffin · 7 years ago
  35. 5159855 Add is protected bit into dumpsys. by Peiyong Lin · 7 years ago
  36. 9245d3b SF: Add trace section flags and InputWindowInfo to sf trace by Vishnu Nair · 7 years ago
  37. 1c0d91c Remove id from RegionProto object by Nataniel Borges · 7 years ago
  38. 797b0e4 Don't store empty objects on SF traces by Nataniel Borges · 7 years ago
  39. dcc0bab Update SF dump to use proto3 by Nataniel Borges · 7 years ago
  40. 4351ad5 SF Bounds caching 2/3: Compute and cache layer bounds during invalidate stage by Vishnu Nair · 7 years ago
  41. 1f6d6d5 Add metadata store to surfaces by Evan Rosky · 7 years ago
  42. 1b6531c Rounded corners by Lucas Dupin · 8 years ago
  43. f2deb82 SF: Disable transform hint when the layer uses getTransformToDisplayInverse flag by Vishnu Nair · 7 years ago
  44. 2f88413 surfaceflinger: simplify memory management for layerproto by Chia-I Wu · 7 years ago
  45. b4e0a83 surfaceflinger: fix sorting in LayerProtoParser by Chia-I Wu · 7 years ago
  46. dcce0e2 SF: Remove setFinalCrop impl 2/2 by Vishnu Nair · 7 years ago
  47. 9978b93 SF: Fix incompatible proto definitions between pi and master branches by Vishnu Nair · 7 years ago
  48. 9885bd4 Add current frame and barrier layer info to protobuf. by chaviw · 8 years ago
  49. adc40c2 Add current frame and barrier layer info to protobuf. by chaviw · 8 years ago
  50. 6ca3519 Surfaceflinger: Add transform info into dumpsys by Yichi Chen · 8 years ago
  51. 7c64f17 Implement Display Layer Stats V0.1 by Yiwei Zhang · 8 years ago
  52. 068e31b Implement Display Layer Stats by Yiwei Zhang · 8 years ago
  53. 97e0df6 Merge "surfaceflinger: minor dumpsys improvements" into pi-dev am: 36d8ba8714 by Chia-I Wu · 8 years ago
  54. 36d8ba8 Merge "surfaceflinger: minor dumpsys improvements" into pi-dev by TreeHugger Robot · 8 years ago
  55. 60d1a19 Implement Display Layer Stats V0.1 by Yiwei Zhang · 8 years ago
  56. 1e04361 surfaceflinger: minor dumpsys improvements by Chia-I Wu · 8 years ago
  57. ccd3484 Pass correct window type and app id to hw composer. by rongliu · 8 years ago
  58. c430db9 Merge "Manual merge of ag/3738015 because of conflicts. Conflicts are in layers.proto, LayerProtoParser.h and LayerProtoPraser.cpp as master has more fields in layer proto than pi-dev." by Rose Liu · 8 years ago
  59. cfb187b Manual merge of ag/3738015 because of conflicts. by rongliu · 8 years ago
  60. 7794ec1 Use unique_ptr for proto parser to handle destruction. by chaviw · 8 years ago
  61. 7ba019b Use unique_ptr for proto parser to handle destruction. by chaviw · 8 years ago
  62. 8141094 [Native] Replace android_color_mode usage with ColorMode. am: a52f029562 by Peiyong Lin · 8 years ago
  63. a52f029 [Native] Replace android_color_mode usage with ColorMode. by Peiyong Lin · 8 years ago
  64. 7124ad3 Implement Display Layer Stats by Yiwei Zhang · 8 years ago
  65. fcf2c7b Add layer info nano proto library by Vishnu Nair · 8 years ago
  66. 9da3732 Revert "Use arm instruction set with clang 7.0 LTO" by Chih-hung Hsieh · 8 years ago
  67. 94574f2 Use arm instruction set with clang 7.0 LTO by Chih-Hung Hsieh · 8 years ago
  68. 83f8e4d Fix signedness issue in LayerProtoParser by Robert Carr · 8 years ago
  69. 1e1a128 Add SurfaceFlinger tracing by Adrian Roos · 8 years ago
  70. 5bf9d68 Move LayerProtoParser to_string functions from .h to .cpp files by chaviw · 8 years ago
  71. 1d04428 Added protobuf to gather layer info. by chaviw · 8 years ago