1. 66b9d44 Revert "try to stop using exotic clipps" by Chris Craik · 8 years ago
  2. 834653b try to stop using exotic clipps by Mike Reed · 8 years ago
  3. 6c67f1d SkClipOp is now an enum class by Mike Reed · 8 years ago
  4. 6e49c9f switch over clip calls to use SkClipOp instead of SkRegion::Op by Mike Reed · 8 years ago
  5. 347691f Fix a crash in skia pipeline, when empty reorder block is first by Stan Iliev · 8 years ago
  6. 88e0891 Fix draw order for non-RenderNode draw commands by Stan Iliev · 8 years ago
  7. db45a4b Fix Skia render node projection to match HWUI by Stan Iliev · 8 years ago
  8. ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 8 years ago
  9. aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 8 years ago
  10. ca9b1ed Merge "use SkBlendMode instead of SkXfermode use sk_sp versions of paint setters/getters" by Mike Reed · 8 years ago
  11. f8f56cb Fix complex clipping on mergeable ops by Chris Craik · 8 years ago
  12. 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 8 years ago
  13. 7e03ffa Merge "Use Canvas::create_recording_canvas instead of RecordingCanvas ctor" by TreeHugger Robot · 8 years ago
  14. 06152cd Use Canvas::create_recording_canvas instead of RecordingCanvas ctor by Stan Iliev · 8 years ago
  15. 919645a Reject fully transparent paint-fill ops at record time am: 814ee6a921 by Chris Craik · 8 years ago
  16. 814ee6a9 Reject fully transparent paint-fill ops at record time by Chris Craik · 8 years ago
  17. c3f709c Merge \\"Round unclipped saveLayers\\" into nyc-mr1-dev am: fdef509c93 by Chris Craik · 8 years ago
  18. d5a9011 Round unclipped saveLayers by Chris Craik · 8 years ago
  19. fa29d8c Merge "Merge "Fix a translate issue with saveLayer" into nyc-dev am: f4ae997719 am: e5a3df612a" into nyc-mr1-dev-plus-aosp by John Reck · 8 years ago
  20. c9bb1a3 Fix a translate issue with saveLayer by John Reck · 8 years ago
  21. d53e3be Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  22. c79c324 Merge "Improve multi-window render clipping logic" into nyc-dev by Chris Craik · 8 years ago
  23. 9cd1bbe Improve multi-window render clipping logic by Chris Craik · 8 years ago
  24. cd1c3eb Add a callback for when a gl functor is released by John Reck · 8 years ago
  25. d645640 Apply clip at reorder barriers to shadows by Chris Craik · 8 years ago
  26. 04d46eb Support replace op in new pipeline by Chris Craik · 8 years ago
  27. 74af6e2 Fix OffscreenBuffer leak by Chris Craik · 8 years ago
  28. a82ffc5 Fix opacity setup in FrameBuilder by sergeyv · 8 years ago
  29. 6246d278 Support buildLayer in new pipeline by Chris Craik · 8 years ago
  30. 80d2ade Overdraw avoidance in new pipeline by Chris Craik · 8 years ago
  31. aafb01d Consume TextureView matrix safely by Chris Craik · 8 years ago
  32. 349c866 Merge "Create first class unbounded ColorOp" into nyc-dev by Chris Craik · 8 years ago
  33. 243e85b Fix TextureLayer test by Chris Craik · 8 years ago
  34. a204848 Create first class unbounded ColorOp by Chris Craik · 8 years ago
  35. 79abbf2 Update HWUI tests to use minikin to layout fonts. by Derek Sollenberger · 8 years ago
  36. 3a5811b Precache/early kick off of op work for non-shadow ops. by Chris Craik · 8 years ago
  37. dccca44 Reland: Move text logic from jni to hwui level by sergeyv · 8 years ago
  38. 6847953 Merge "Revert "Move text logic from jni to hwui level"" into nyc-dev by Sergei Vasilinetc · 8 years ago
  39. afbd0f1 Revert "Move text logic from jni to hwui level" by Sergei Vasilinetc · 8 years ago
  40. 49658d4 Merge "Move text logic from jni to hwui level" into nyc-dev by Sergei Vasilinetc · 8 years ago
  41. a7f6bba1 Move text logic from jni to hwui level by sergeyv · 9 years ago
  42. 7c02cab Account for text op stroke in bounds calculation by Chris Craik · 9 years ago
  43. 223e3b6 Fix WebView disappearing by Chris Craik · 9 years ago
  44. f6c20e4 Fix merged bitmap mesh generation and reenable merging by Chris Craik · 9 years ago
  45. a748c08 Fix ripple positioning within scrolled node by Chris Craik · 9 years ago
  46. 678ff81 Clip projected ripples to outlines by Chris Craik · 9 years ago
  47. 4876de1 Properly reject empty unclipped savelayers by Chris Craik · 9 years ago
  48. 6e068c01 Early kickoff of shadow tasks by Chris Craik · 9 years ago
  49. c9fd313 Merge "Fix tests" by John Reck · 9 years ago
  50. 65182cc Fix tests by John Reck · 9 years ago
  51. eecff56 Add internal Canvas save flags by Florin Malita · 9 years ago
  52. 7db5ffb Revert "Revert "Fix leak in unclipped save layer"" by John Reck · 9 years ago
  53. a6fc36d Revert "Fix leak in unclipped save layer" by Daniel Chapin · 9 years ago
  54. 8e068d5 Fix leak in unclipped save layer by John Reck · 9 years ago
  55. f158b49 Rename Reorderers to Builders by Chris Craik · 9 years ago[Renamed (90%) from libs/hwui/tests/unit/FrameReordererTests.cpp]
  56. 5ea1724 Rename OpReorderer to FrameReorderer by Chris Craik · 9 years ago[Renamed (93%) from libs/hwui/tests/unit/OpReordererTests.cpp]
  57. 7435eb1 Unclipped savelayer support in new renderer by Chris Craik · 9 years ago
  58. b87eadd Partial unclipped save layer support by Chris Craik · 9 years ago
  59. 7cbf63d Rework op macros by Chris Craik · 9 years ago
  60. e4db79d Stencil support in new recorder/reorderer by Chris Craik · 9 years ago
  61. 93e53e0 Fix merged op clipping issue by Chris Craik · 9 years ago
  62. d2dfd8f Add TextureView support to new renderer/reorderer by Chris Craik · 9 years ago
  63. d7448e6 Add TextOnPath support to new reorderer/renderer by Chris Craik · 9 years ago
  64. 5430ab2 Avoid unneeded rect params by Chris Craik · 9 years ago
  65. 386aa03 Add more shape drawing to new reorderer/renderer by Chris Craik · 9 years ago
  66. 15c3f19 Merged op dispatch in OpReorderer by Chris Craik · 9 years ago
  67. 8160f20 Reorganize hwui test directories by Chris Craik · 9 years ago[Renamed (99%) from libs/hwui/unit_tests/OpReordererTests.cpp]
  68. 9b9eca5 Merge "Support projection in OpReorderer" by Chris Craik · 9 years ago
  69. 8d1f212 Support projection in OpReorderer by Chris Craik · 9 years ago
  70. 42a5407 Fix RecordingCanvas::refPaint, add tests by Chris Craik · 9 years ago
  71. a171727 Initial text support in new reorderer/renderer by Chris Craik · 9 years ago
  72. 16c9d6a Refactor hwuitest by John Reck · 9 years ago
  73. 8ecf41c Add temporary layer alpha fallback to OpReorderer by Chris Craik · 9 years ago
  74. 98787e6 Finish shadow support in new reorderer/renderer by Chris Craik · 9 years ago
  75. d3daa31 Add shadow support to new reorderer/renderer by Chris Craik · 9 years ago
  76. 161f54b Add z-reordering support to OpReorderer by Chris Craik · 9 years ago
  77. 76caecf Add more RenderNode property support in OpReorderer path by Chris Craik · 9 years ago
  78. a6ac95e Add unit test failure messages to recordingcanvas/reorderer by Chris Craik · 9 years ago
  79. 0b7e824 Initial HW layer support in new reorderer/renderer by Chris Craik · 9 years ago
  80. 5854b34 Rework receiver/dispatcher design slightly, and replace Layer usage. by Chris Craik · 9 years ago
  81. 818c9fb Initial version of clipped saveLayer in new pipeline by Chris Craik · 9 years ago
  82. 6fe991e5 Work to support saveLayer in new pipeline by Chris Craik · 9 years ago
  83. b36af87 Use LinearStdAllocator in DisplayList by Chris Craik · 9 years ago
  84. 003cc3d Rename DisplayListData to DisplayList by Chris Craik · 9 years ago
  85. ddf2215 Add partial damage support to new draw path by Chris Craik · 9 years ago
  86. b565df1 Initial commit of new Canvas operation recording / replay by Chris Craik · 9 years ago