1. 2c0f937 Add a font microbench by John Reck · 8 years ago
  2. 35934cc Compute text bounds on a per glyph basis when drawing from an SkPicture. by Derek Sollenberger · 8 years ago
  3. bad9918 Clean up and rename TypefaceImpl by sergeyv · 8 years ago
  4. dccca44 Reland: Move text logic from jni to hwui level by sergeyv · 8 years ago
  5. afbd0f1 Revert "Move text logic from jni to hwui level" by Sergei Vasilinetc · 8 years ago
  6. a7f6bba1 Move text logic from jni to hwui level by sergeyv · 8 years ago
  7. 0280628 Fix flickering when layers resize in-place by Chris Craik · 8 years ago
  8. 67bd3b5 Merge "Add GlopBuilder test for snapping" into nyc-dev by Sergei Vasilinetc · 8 years ago
  9. f42bf3e Add GlopBuilder test for snapping by sergeyv · 8 years ago
  10. c172325 Merge "Add initial BakedOpDispatcher tests" into nyc-dev by Chris Craik · 8 years ago
  11. 419a1e7 Add initial BakedOpDispatcher tests by Chris Craik · 8 years ago
  12. 77bf1bb Merge "Switch hwui to google-benchmark" into nyc-dev by John Reck · 8 years ago
  13. dc87c52 Add leak-checking to unit tests by John Reck · 8 years ago
  14. 0418afa3 Switch hwui to google-benchmark by John Reck · 8 years ago
  15. 485e41d Merge "Revert "Disable HWUI_NEW_OPS"" into nyc-dev by Chris Craik · 8 years ago
  16. f0a7608 Revert "Disable HWUI_NEW_OPS" by Chris Craik · 8 years ago
  17. b878a99 Merge "Fix matrix mapping of negative rects" into nyc-dev by Chris Craik · 8 years ago
  18. 261725f Fix matrix mapping of negative rects by Chris Craik · 8 years ago
  19. 0bed032 Disable HWUI_NEW_OPS by John Reck · 8 years ago
  20. 91eff22 Support op dumping in new pipeline by Chris Craik · 8 years ago
  21. 6cc3a25 Temporarily enable fine-grained error checking by John Reck · 8 years ago
  22. 11f02d7 allow for slow FrameMetricsListeners by Andres Morales · 8 years ago
  23. 991da31 Update HWUI makefiles to support use by other targets (e.g. Skia) by Derek Sollenberger · 8 years ago
  24. b251a2f Revert "Revert "TaskManager bench"" by Chris Craik · 8 years ago
  25. 1697c3d Use clang to build microbench by Chris Craik · 8 years ago
  26. 0b69467 Merge "Add a debug assert to track down infinite loop" by John Reck · 8 years ago
  27. 83c9b5b Add a debug assert to track down infinite loop by John Reck · 8 years ago
  28. 9640477 Revert "TaskManager bench" by Daniel Chapin · 8 years ago
  29. 3ff6b15 Merge "TaskManager bench" by Chris Craik · 8 years ago
  30. 766431a Revert "Revert "VectorDrawable native rendering - Step 4 of MANY"" by Doris Liu · 8 years ago
  31. 02db03c TaskManager bench by Chris Craik · 8 years ago
  32. 5a11e8d Revert "VectorDrawable native rendering - Step 4 of MANY" by Doris Liu · 8 years ago
  33. 3fd03b7 Merge "Add SkiaBehaviorTests" by Chris Craik · 8 years ago
  34. 07d8d59 Add SkiaBehaviorTests by Chris Craik · 8 years ago
  35. a72d52b Merge "VectorDrawable native rendering - Step 4 of MANY" by Doris Liu · 8 years ago
  36. f276acd VectorDrawable native rendering - Step 4 of MANY by Doris Liu · 9 years ago
  37. c3127a7 Fix TextDropShadowCache infinite loop by John Reck · 9 years ago
  38. c52ac0b Merge "Add fine-grained debug layer" by John Reck · 9 years ago
  39. 975591a Add fine-grained debug layer by John Reck · 9 years ago
  40. 06f5bc7 expose hwui frame stats through FrameStatsObserver by Andres Morales · 9 years ago
  41. dcdbba7c Re-enable new pipeline by John Reck · 9 years ago
  42. 1b94f9b Revert "Switch to new rendering pipeline" by John Reck · 9 years ago
  43. 7db5ffb Revert "Revert "Fix leak in unclipped save layer"" by John Reck · 9 years ago
  44. a6fc36d Revert "Fix leak in unclipped save layer" by Daniel Chapin · 9 years ago
  45. 8e068d5 Fix leak in unclipped save layer by John Reck · 9 years ago
  46. cbc5bd5 Merge "Track texture memory globally" by John Reck · 9 years ago
  47. e5da4ef Trap SIGABRT in RenderThread for unit tests by John Reck · 9 years ago
  48. 38e0c32 Track texture memory globally by John Reck · 9 years ago
  49. 48cb620 Fix the build by Chris Craik · 9 years ago
  50. 3daf4d3 Switch to new rendering pipeline by Chris Craik · 9 years ago
  51. f158b49 Rename Reorderers to Builders by Chris Craik · 9 years ago
  52. 5ea1724 Rename OpReorderer to FrameReorderer by Chris Craik · 9 years ago
  53. f5baedb Merge "Stencil support in new recorder/reorderer" by Chris Craik · 9 years ago
  54. e4db79d Stencil support in new recorder/reorderer by Chris Craik · 9 years ago
  55. 4bbc293 VectorDrawable native rendering - Step 3 of MANY by Doris Liu · 9 years ago
  56. e60a52a Fix build by Chris Craik · 9 years ago
  57. d2dfd8f Add TextureView support to new renderer/reorderer by Chris Craik · 9 years ago
  58. 27e58b4 Build hwui test scenes as common test code by Chris Craik · 9 years ago
  59. 8160f20 Reorganize hwui test directories by Chris Craik · 9 years ago
  60. 9b9eca5 Merge "Support projection in OpReorderer" by Chris Craik · 9 years ago
  61. 8d1f212 Support projection in OpReorderer by Chris Craik · 9 years ago
  62. 9e7fcfd Move BakedOpDispatcher to separate file by Chris Craik · 9 years ago
  63. a171727 Initial text support in new reorderer/renderer by Chris Craik · 9 years ago
  64. 16c9d6a Refactor hwuitest by John Reck · 9 years ago
  65. 804618d VectorDrawable native rendering - Step 2 of MANY by Doris Liu · 9 years ago
  66. 98787e6 Finish shadow support in new reorderer/renderer by Chris Craik · 9 years ago
  67. 9fded23 Recycle OffscreenBuffers by Chris Craik · 9 years ago
  68. f59cb78 Add microbench for PathParser by Doris Liu · 9 years ago
  69. 30bcf69 VectorDrawable native rendering - Step 1 of MANY by Doris Liu · 9 years ago
  70. 704bed0 add DeviceInfo by John Reck · 9 years ago
  71. 41925b1 Merge "Revert "add DeviceInfo"" by John Reck · 9 years ago
  72. 0968955 Revert "add DeviceInfo" by John Reck · 9 years ago
  73. 5655c7c Merge "add DeviceInfo" by John Reck · 9 years ago
  74. b244289 add DeviceInfo by John Reck · 9 years ago
  75. 967bb18 Merge "Fix GCC build" by John Reck · 9 years ago
  76. c90ed75 Fix GCC build by John Reck · 9 years ago
  77. 0b7e824 Initial HW layer support in new reorderer/renderer by Chris Craik · 9 years ago
  78. 76ace11 Add FatVector by Chris Craik · 9 years ago
  79. 5507807 Merge six commits from master-skia to master by Leon Scroggins III · 9 years ago
  80. 7bd3721 Merge "Add ShadowBench" by John Reck · 9 years ago
  81. 64bb63f Merge "Remove direct dependency of external/skia on frameworks/native" by Tom Hudson · 9 years ago
  82. b2f5bd2 Remove direct dependency of external/skia on frameworks/native by Tom Hudson · 9 years ago
  83. 82f5e0c Add ShadowBench by John Reck · 9 years ago
  84. 0a24b14 Add initial OpReorderer benchmarks by Chris Craik · 9 years ago
  85. 5fbd9db Use null GL for unit tests/microbench by Chris Craik · 9 years ago
  86. 81a1d2a Add LinearStdAllocator by Chris Craik · 9 years ago
  87. b565df1 Initial commit of new Canvas operation recording / replay by Chris Craik · 9 years ago
  88. 4a4bc89 Microbench hackery by John Reck · 9 years ago
  89. e702c9c Shove the tests into a different file by John Reck · 9 years ago
  90. 6e6646c Unify extensions parsing behavior by Chris Craik · 9 years ago
  91. 9557106 Add CanvasState tests by Chris Craik · 9 years ago
  92. e248bd1 Serializing display lists by John Reck · 9 years ago
  93. 4c5efe9 Add ninePatch support to Canvas.h by Derek Sollenberger · 9 years ago
  94. 773bbe0 Revert "Add ninePatch support to Canvas.h" by John Reck · 9 years ago
  95. d2e7214 Makefile re-jiggering by John Reck · 9 years ago
  96. 849911a Move Canvas by John Reck · 10 years ago
  97. a2732a2 Stop pretending USE_OPENGL_RENDERER is a thing by John Reck · 10 years ago
  98. 35cf58a Split hwui's makefile by John Reck · 10 years ago
  99. 64bb413 Revert "resolved conflicts for merge of 220c3f4f to master" by Andreas Gampe · 10 years ago
  100. 8a902d9 resolved conflicts for merge of 220c3f4f to master by Andreas Gampe · 10 years ago