1. fb0c8fc Enable colorspace conversion while perserving legacy blending. by Derek Sollenberger · 7 years ago
  2. f51a80d Remove more references to kIndex_8 by Leon Scroggins III · 7 years ago
  3. f211cc4 Update LeakChecker debug log by John Reck · 7 years ago
  4. 7bc3bc6 Implement HW Bitmap for Skia pipeline by Stan Iliev · 7 years ago
  5. 4220989 Merge "Disable Vulkan backend when running hwui_unit_tests." into oc-dev am: f9dc09f4ea by Derek Sollenberger · 7 years ago
  6. 0f89539 Disable Vulkan backend when running hwui_unit_tests. by Derek Sollenberger · 7 years ago
  7. 25912c7 Fix error in RenderNode unit test with Skia pipeline by Stan Iliev · 7 years ago
  8. 7d73fc2 Add a new macrobench to test layer resize by Stan Iliev · 8 years ago
  9. 2bd7d98 fallout from getting rid of IGraphicBufferAlloc by Mathias Agopian · 7 years ago
  10. 09df887 Always flush renderstate in DeferredLayerUpdater::apply by Chris Craik · 7 years ago
  11. c54b76e Replace bitmap shaders with image shaders in test code by Matt Sarett · 7 years ago
  12. 08c9ca5 Merge "Add ShadowShaderAnimation benchmark" by Chris Craik · 7 years ago
  13. c03fdb3 Merge "Fix capturing systrace while hwuimacro is running" by TreeHugger Robot · 7 years ago
  14. e10971d Fix capturing systrace while hwuimacro is running by John Reck · 7 years ago
  15. 0091181 Add ShadowShaderAnimation benchmark by Chris Craik · 7 years ago
  16. 49ddb3d Merge "Add simple gradient and colormatrix benchmarks" by Chris Craik · 7 years ago
  17. f6a4090 Add simple gradient and colormatrix benchmarks by Chris Craik · 7 years ago
  18. 0e177d3 Merge "Explicitly destroy Layer in DeferredLayerUpdater on destroyHardwareResources()" by Sergei Vasilinetc · 7 years ago
  19. 65626b6 Merge "Add UiBench jank and macrobench tests for saveLayer performance" by TreeHugger Robot · 7 years ago
  20. 010b6a5 Add UiBench jank and macrobench tests for saveLayer performance by Stan Iliev · 8 years ago
  21. 3e9999b Explicitly destroy Layer in DeferredLayerUpdater on destroyHardwareResources() by sergeyv · 8 years ago
  22. 3afd637 Switch how destroyHardwareResources works by John Reck · 8 years ago
  23. 2de950d Overhaul RenderNode's DisplayList management by John Reck · 8 years ago
  24. f54c763 Merge "use new clipbounds api" by TreeHugger Robot · 8 years ago
  25. 5e43898 use new clipbounds api by Mike Reed · 8 years ago
  26. 4f2a40a Merge "Revert "Workaround libmemunreachable lockup"" by TreeHugger Robot · 8 years ago
  27. efa38e3 Revert "Workaround libmemunreachable lockup" by John Reck · 8 years ago
  28. 65e8f0a Merge "Workaround libmemunreachable lockup" by TreeHugger Robot · 8 years ago
  29. 553ae6a Workaround libmemunreachable lockup by John Reck · 8 years ago
  30. c1db0e0 Remove all calls to SkCanvas::getClipStack from HWUI unit tests by Stan Iliev · 8 years ago
  31. 98c78da Update hwui_unit_tests to support running with Vulkan backend. by Greg Daniel · 8 years ago
  32. 91d6354 HWUI: fix support RGB_565 for hardware bitmaps by sergeyv · 8 years ago
  33. 6c67f1d SkClipOp is now an enum class by Mike Reed · 8 years ago
  34. 9c97e48 HWUI: set correct sampler for external texture in shaders by sergeyv · 8 years ago
  35. ee708fa Remove unnecessary dependency, and fix the chain by Leon Scroggins III · 8 years ago
  36. 5277127 Add more Skia pipeline unit tests. by Stan Iliev · 8 years ago
  37. 6e49c9f switch over clip calls to use SkClipOp instead of SkRegion::Op by Mike Reed · 8 years ago
  38. 59eecb52 Support readback from hardware bitmaps by sergeyv · 8 years ago
  39. 554ffeb Support hardware bitmaps in bitmap shaders by sergeyv · 8 years ago
  40. 500a0c3 Implement Skia pipelines for OpenGL and Vulkan. by Stan Iliev · 8 years ago
  41. 97cc85f Merge "Routine to upload hardware bitmaps" by Sergei Vasilinetc · 8 years ago
  42. 694d499 Routine to upload hardware bitmaps by sergeyv · 8 years ago
  43. 021693b Implement SkiaRecordingCanvas, RenderNodeDrawable and other drawables. by Stan Iliev · 8 years ago
  44. 835b3a69 Refactor mock Functors into a common TestUtils class. by Derek Sollenberger · 8 years ago
  45. ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 8 years ago
  46. fc999950 Pass Bitmap instead of SkBitmap for bitmap rect operation by sergeyv · 8 years ago
  47. aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 8 years ago
  48. c1c5406 Rename hwui/PixelRef to hwui/Bitmap Test: refactoring cl. bug:32216791 by sergeyv · 8 years ago
  49. 7ca5ad1 Merge "Move allocatePixelRef methods to hwui. This patch also makes tests to use SkBitmap backed by hwui/PixelRef, Test: refactoring cl. bug:27762775" by Sergei Vasilinetc · 8 years ago
  50. c36bd6c Move allocatePixelRef methods to hwui. by sergeyv · 8 years ago
  51. 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 8 years ago
  52. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  53. 25c9f6c Merge "Fix google-explicit-constructor warnings in libs/hwui." am: 7207562ff7 am: d7a69e04eb am: 842f1e48e7 by Chih-hung Hsieh · 8 years ago
  54. 1f50f80 Merge "Fix google-explicit-constructor warnings in libs/hwui." am: 7207562ff7 am: d7a69e04eb by Chih-hung Hsieh · 8 years ago
  55. 258e0e0 Merge "Fix misc-macro-parentheses warnings in hwui/tests." am: e2732e5e38 am: e33f3472f3 am: 007c463e64 by Chih-Hung Hsieh · 8 years ago
  56. a619ec7 Fix google-explicit-constructor warnings in libs/hwui. by Chih-Hung Hsieh · 8 years ago
  57. 4529b63 Merge "Fix misc-macro-parentheses warnings in hwui/tests." am: e2732e5e38 am: e33f3472f3 by Chih-Hung Hsieh · 8 years ago
  58. 474081e Fix misc-macro-parentheses warnings in hwui/tests. by Chih-Hung Hsieh · 8 years ago
  59. 5abc1fb Add RoundRectClipping benchmarks by John Reck · 8 years ago
  60. 7e03ffa Merge "Use Canvas::create_recording_canvas instead of RecordingCanvas ctor" by TreeHugger Robot · 8 years ago
  61. 06152cd Use Canvas::create_recording_canvas instead of RecordingCanvas ctor by Stan Iliev · 8 years ago
  62. 56ad6ec Remove LayerRenderer. by Derek Sollenberger · 8 years ago
  63. bc702e5 Merge commit \'f8bc27d9683e4089cdfd778dcb61ae67f44665b7\' into manual_merge_f8bc27d by Michael Wright · 8 years ago
  64. 1c9977b Rename color transform to color mode and persist the value. by Michael Wright · 8 years ago
  65. 202c10b Move hwuimacro to common native benchmark infrastructure by sergeyv · 8 years ago
  66. 5e00c7c Delete old rendering pipeline by Chris Craik · 8 years ago
  67. f148076 Benchmark-mode for macrobench by John Reck · 8 years ago
  68. 7dc370b HWUI: add leak check for macrobench by sergeyv · 8 years ago
  69. 99a8e2f Merge "Follow the minikin namespace changes" by Seigo Nonaka · 8 years ago
  70. 06a62f6 Test scene that mocks list view with text items faded on left edge. by sergeyv · 8 years ago
  71. ae1aa85 Follow the minikin namespace changes by Seigo Nonaka · 8 years ago
  72. f6856b0 Merge "Fix hw layer overdraw/update visualization" into nyc-dev am: 189e3e5ec5 am: bd2edfca03 by Chris Craik · 8 years ago
  73. 3741328 Fix hw layer overdraw/update visualization by Chris Craik · 8 years ago
  74. 2295f60 Merge "Improve multi-window render clipping logic" into nyc-dev am: c79c324 am: 2554b09 by Chris Craik · 8 years ago
  75. 9cd1bbe Improve multi-window render clipping logic by Chris Craik · 8 years ago
  76. 4e2838e Merge "Fix some edge cases" into nyc-dev am: 4a62eff am: c01a9b6 by John Reck · 8 years ago
  77. 51f2d60 Fix some edge cases by John Reck · 8 years ago
  78. 8fdf729f Merge "Add a callback for rendernode parentcount=0" into nyc-dev am: bbb4c2e by John Reck · 8 years ago
  79. 44b49f0 Add a callback for rendernode parentcount=0 by John Reck · 8 years ago
  80. df55ced Merge "Consume TextureView matrix safely" into nyc-dev am: 3839ab1 am: 2841963 by Chris Craik · 8 years ago
  81. bd9595d Replace SkCanvas::drawText with SkCanvas::drawPosText. by Ben Wagner · 8 years ago
  82. aafb01d Consume TextureView matrix safely by Chris Craik · 8 years ago
  83. 0f0f6c2 Merge "Fix TextureLayer test" into nyc-dev am: fd39aa1 am: 716ae9c by Chris Craik · 8 years ago
  84. 243e85b Fix TextureLayer test by Chris Craik · 8 years ago
  85. cab9d4e1 resolve merge conflicts of 928b30a to master by Derek Sollenberger · 8 years ago
  86. 79abbf2 Update HWUI tests to use minikin to layout fonts. by Derek Sollenberger · 8 years ago
  87. 81cbcdc Merge "Precache/early kick off of op work for non-shadow ops." into nyc-dev am: 6e379cd by Chris Craik · 8 years ago
  88. 3a5811b Precache/early kick off of op work for non-shadow ops. by Chris Craik · 8 years ago
  89. 2a07329 Merge "Reland: Move text logic from jni to hwui level" into nyc-dev am: d8e91f6 by sergeyv · 8 years ago
  90. dccca44 Reland: Move text logic from jni to hwui level by sergeyv · 8 years ago
  91. 4d808f5 Merge "Revert "Move text logic from jni to hwui level"" into nyc-dev am: 6847953 by Sergei Vasilinetc · 8 years ago
  92. afbd0f1 Revert "Move text logic from jni to hwui level" by Sergei Vasilinetc · 8 years ago
  93. f41fe9a Merge "Move text logic from jni to hwui level" into nyc-dev am: 49658d4 by sergeyv · 8 years ago
  94. a7f6bba1 Move text logic from jni to hwui level by sergeyv · 8 years ago
  95. bdd6a47 resolve merge conflicts of 9a9bb774cd to master by John Reck · 8 years ago
  96. dc87c52 Add leak-checking to unit tests by John Reck · 8 years ago
  97. f4cf5d3 Use utf32_from_utf8_at instead of SkUTF8_NextUnichar. by Ben Wagner · 8 years ago
  98. 1bc4ee4 Cleanup cached state in TestUtils::runOnRenderThread by Chris Craik · 8 years ago
  99. e8c3c81 Fix TextDropShadowCacheTests and glyph_t everywhere by Chris Craik · 8 years ago
  100. dd93728 Merge "Add internal Canvas save flags" by Florin Malita · 9 years ago