1. 894f132 Revert "hwui: remove FatVector" by Tim Murray · 5 years ago
  2. 76e7430 Merge changes from topic "HWUI_JNI" by Derek Sollenberger · 5 years ago
  3. 2173ea2 Export symbols for the newly exposed APEX/internal headers by Derek Sollenberger · 5 years ago
  4. 42c5004 Remove dependence on libandroid_runtime from Bitmap.cpp by Derek Sollenberger · 5 years ago
  5. 15da7e2 Update Region.cpp to use AParcel NDK APIs by Derek Sollenberger · 5 years ago
  6. c5882c4 Remove dependencies on headers outside UI module by Derek Sollenberger · 5 years ago
  7. 3d334d8 Make Bitmap::createFrom() account for zero stride by Leon Scroggins III · 5 years ago
  8. 5368eda Cleanup LOG_TAG when bundled in HWUI by Derek Sollenberger · 5 years ago
  9. 83ccff7 Move android.graphics JNI & APEX files into HWUI by Derek Sollenberger · 5 years ago
  10. 2ae81c3 Merge "Update GraphicsStats proto definition" by TreeHugger Robot · 5 years ago
  11. b651719 Update GraphicsStats proto definition by Stan Iliev · 5 years ago
  12. d8c867b Merge "[HWUI] Remove libgui from libhwui's dependency list" by TreeHugger Robot · 5 years ago
  13. 805edec Merge "[HWUI] Remove references to gui/Surface." by TreeHugger Robot · 5 years ago
  14. 680414e [HWUI] Remove libgui from libhwui's dependency list by Alec Mouri · 5 years ago
  15. 43fe6fc [HWUI] Remove references to gui/Surface. by Alec Mouri · 5 years ago
  16. 331c4e1 Use updated factory for SkOverdrawColorFilter by Mike Reed · 5 years ago
  17. bc12e08 Merge "[ANativeWindow] Rename allocateBuffers to tryAllocateBuffers" by TreeHugger Robot · 5 years ago
  18. c9d5f3d [ANativeWindow] Rename allocateBuffers to tryAllocateBuffers by Alec Mouri · 5 years ago
  19. 8a82b14 [HWUI] use ANativeWindow_getLastQueuedBuffer api by Alec Mouri · 5 years ago
  20. 0eb6fbd6 Merge changes Ia42a37c0,I644bc828 by Jerome Gaillard · 5 years ago
  21. 0bfb664 Merge "Refactor GraphicsStatsService for updateability" by TreeHugger Robot · 5 years ago
  22. 072be5e Merge "hwui: remove FatVector" by Tim Murray · 5 years ago
  23. 0865f2e hwui: remove FatVector by Tim Murray · 5 years ago
  24. c904381 Refactor GraphicsStatsService for updateability by Stan Iliev · 5 years ago
  25. cbeeff9 Merge "AImageDecoder: allow no color conversion" by Leon Scroggins · 5 years ago
  26. 3109b4c Merge "Ensure SkiaPipeline always has a valid colorspace." by Derek Sollenberger · 5 years ago
  27. ff07c8f [HWUI] use native_window timestamp apis by Alec Mouri · 5 years ago
  28. 1863d94 Ensure SkiaPipeline always has a valid colorspace. by Derek Sollenberger · 5 years ago
  29. c66f431 Merge "Convert fatal aborts to error returns" by TreeHugger Robot · 5 years ago
  30. 869cb2a Merge "Adjust present time calculation" by John Reck · 5 years ago
  31. 6eeca5c AImageDecoder: allow no color conversion by Leon Scroggins III · 5 years ago
  32. 73420dd Merge "Provide a typeface proc during SKP serialization that forces typefaces to be written." by Nathaniel Nifong · 5 years ago
  33. f9a4dc4 Make HWUI build for macOs by Jerome Gaillard · 5 years ago
  34. 56cffe5 Adjust present time calculation by John Reck · 5 years ago
  35. 996773a Convert fatal aborts to error returns by John Reck · 5 years ago
  36. 0fc1730 Merge "[HWUI] Use ANativeWindow_getNextFrameId api." by TreeHugger Robot · 5 years ago
  37. 5e135fe Merge "Adapt SurfaceControl to libgui API for display info" by TreeHugger Robot · 5 years ago
  38. 80c7ef1 [HWUI] Use ANativeWindow_getNextFrameId api. by Alec Mouri · 5 years ago
  39. 5c5e55e Merge "Replace Outline#setConvexPath with Outline#setPath" by Leon Scroggins · 5 years ago
  40. eaf4ca4 Merge "[HWUI] Hook up ANativeWindow_allocateBuffers" by TreeHugger Robot · 5 years ago
  41. 68f6082 Merge "[HWUI] Use ANativeWindow inteception methods in ReliableSurface" by TreeHugger Robot · 5 years ago
  42. a49beaa Replace Outline#setConvexPath with Outline#setPath by Leon Scroggins III · 5 years ago
  43. c2a6537 [HWUI] Hook up ANativeWindow_allocateBuffers by Alec Mouri · 5 years ago
  44. f023a32 [HWUI] Use ANativeWindow inteception methods in ReliableSurface by Alec Mouri · 5 years ago
  45. 2843c44 Rename HWUI memory atrace counters by Yiwei Zhang · 5 years ago
  46. 429fff4 Provide a typeface proc during SKP serialization that forces typefaces to be written. by Nathaniel Nifong · 5 years ago
  47. 69b281d Adapt SurfaceControl to libgui API for display info by Dominik Laskowski · 5 years ago
  48. 9f49a7c Force compressing ALPHA_8 to fail by Leon Scroggins III · 5 years ago
  49. 069dc42 Merge "Make bitmap compression retain the ColorSpace" by TreeHugger Robot · 5 years ago
  50. 949c600 Make bitmap compression retain the ColorSpace by Leon Scroggins III · 5 years ago
  51. 76d9754 Merge "extend recordingcanvas overrides for mat4" by TreeHugger Robot · 5 years ago
  52. a4973d8 extend recordingcanvas overrides for mat4 by Mike Reed · 5 years ago
  53. 569229f Merge "Implement AImageDecoder dataspace methods" by Leon Scroggins · 5 years ago
  54. a75d46a Merge "Move ABitmap_getDataSpace into hwui to share with AImageDecoder" by Leon Scroggins · 5 years ago
  55. e5ace3f Implement AImageDecoder dataspace methods by Leon Scroggins III · 5 years ago
  56. 712d610 Merge "Refactor TextureLayer JNI to use only APEX APIs" by TreeHugger Robot · 5 years ago
  57. 1beddee Merge "Do not clip draw commands during recording of SKP files" by Nathaniel Nifong · 5 years ago
  58. d256790d1 Move ABitmap_getDataSpace into hwui to share with AImageDecoder by Leon Scroggins III · 5 years ago
  59. 89a5dc5 Do not clip draw commands during recording of SKP files by Nathaniel Nifong · 5 years ago
  60. afceb8c Merge "Rename HWUI ATRACE memory counters" by TreeHugger Robot · 5 years ago
  61. 5af5d30 Refactor TextureLayer JNI to use only APEX APIs by Stan Iliev · 5 years ago
  62. c3d20c1 Merge "Implement native compress API" by TreeHugger Robot · 5 years ago
  63. bbef27b Merge "Replace setAlphaFlags with setUnpremultipliedRequired" by TreeHugger Robot · 5 years ago
  64. 283a928 Rename HWUI ATRACE memory counters by Stan Iliev · 5 years ago
  65. 9010e8b Implement native compress API by Leon Scroggins III · 5 years ago
  66. 6bb457b Merge "Support more dataspaces in DataSpaceToColorSpace" by Leon Scroggins · 5 years ago
  67. 700629d Support more dataspaces in DataSpaceToColorSpace by Leon Scroggins III · 5 years ago
  68. 1ade46d Replace setAlphaFlags with setUnpremultipliedRequired by Leon Scroggins III · 5 years ago
  69. ba61f70 Merge "Revert "Disable the new pass manager for libhwui"" am: 8c794f129c am: 98f3b82951 am: 758e8c8a5c by Automerger Merge Worker · 5 years ago
  70. 758e8c8 Merge "Revert "Disable the new pass manager for libhwui"" am: 8c794f129c am: 98f3b82951 by Automerger Merge Worker · 5 years ago
  71. 2d969e4 Revert "Disable the new pass manager for libhwui" by Yi Kong · 5 years ago
  72. 7ac51f5 Merge "Added support for antialiased canvas clipping" by Nader Jawad · 5 years ago
  73. 1eb06c3 Merge "Use ui::Rotation in libgui calls" by TreeHugger Robot · 5 years ago
  74. 632393d Merge "Include text draws in looper refactor" by Nathaniel Nifong · 5 years ago
  75. e431e31 Added support for antialiased canvas clipping by Nader Jawad · 5 years ago
  76. 52d3777 Include text draws in looper refactor by Nathaniel Nifong · 5 years ago
  77. 3b2fb10 Merge "Allow zero stride" am: 136a4fc875 am: 878963bef6 by Automerger Merge Worker · 5 years ago
  78. a2eb784 Merge "Add memory tracing in HWUI" by TreeHugger Robot · 5 years ago
  79. 5927ed1 Merge "Expose HWUI metrics via statsd" by TreeHugger Robot · 5 years ago
  80. e0fae23 Add memory tracing in HWUI by Stan Iliev · 5 years ago
  81. 637ba5e Expose HWUI metrics via statsd by Stan Iliev · 5 years ago
  82. b6a5850 Merge "[MSKP] Record android device clip restriction (dirty region) with each frame." by Nathaniel Nifong · 5 years ago
  83. d2ba4f3 Allow zero stride by Anders Frostad Pedersen · 5 years ago
  84. cff969f [MSKP] Record android device clip restriction (dirty region) with each frame. by Nathaniel Nifong · 5 years ago
  85. ffd8cb8 Allow zero stride by Anders Frostad Pedersen · 5 years ago
  86. 68f7a52 Merge "[HWUI] use AChoreographer in place of DisplayEventReceiver." by TreeHugger Robot · 5 years ago
  87. 2a3d9aa Use ui::Rotation in libgui calls by Dominik Laskowski · 5 years ago
  88. 4a818f1 [HWUI] use AChoreographer in place of DisplayEventReceiver. by Alec Mouri · 5 years ago
  89. a5a0c96 [HWUI] Minor ANativeWindow usage cleanup by Alec Mouri · 5 years ago
  90. 28834ba Merge "Separate ImageDecoder JNI from actual work" by TreeHugger Robot · 5 years ago
  91. 753a56f Separate ImageDecoder JNI from actual work by Leon Scroggins III · 5 years ago
  92. 2945bff When saving MSKP files, record layers as SkPictures with annotations. by Nathaniel Nifong · 5 years ago
  93. 6a8bf8e use new SkPathFillType enum by Mike Reed · 5 years ago
  94. db644b9 Merge "switch to new SkPathDirection enum" by TreeHugger Robot · 5 years ago
  95. 122674a Merge "Fix for Surface#lockHardwareCanvas lockups" into qt-qpr1-dev by John Reck · 5 years ago
  96. 9876e5b Merge "[HWUI] Grab preferred WCG format from ADisplay" by TreeHugger Robot · 5 years ago
  97. 15760c9 switch to new SkPathDirection enum by Mike Reed · 5 years ago
  98. ff299ae Fix for Surface#lockHardwareCanvas lockups by John Reck · 5 years ago
  99. cd18c22 Fix for Surface#lockHardwareCanvas lockups by John Reck · 5 years ago
  100. 70f2a92 [HWUI] Grab preferred WCG format from ADisplay by Alec Mouri · 5 years ago