1. 1bcacfd Format the world (or just HWUI) by John Reck · 7 years ago
  2. d217237 Implement "dump displaylist" button for skia pipelines by Stan Iliev · 7 years ago
  3. 2de950d Overhaul RenderNode's DisplayList management by John Reck · 7 years ago
  4. b7d34b6 Refactor pin/unpinImages to work across pipelines. by Derek Sollenberger · 8 years ago
  5. ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 8 years ago
  6. 0df6209 Initial refactoring to enable the addition of the SkiaOpenGLPipeline. by Derek Sollenberger · 8 years ago
  7. 5e00c7c Delete old rendering pipeline by Chris Craik · 8 years ago
  8. 67ce99b Handle hidden RT VectorDrawable animators by Doris Liu · 8 years ago
  9. cd1c3eb Add a callback for when a gl functor is released by John Reck · 8 years ago
  10. 1d8e194 Make AVD thread safe by Doris Liu · 8 years ago
  11. b36af87 Use LinearStdAllocator in DisplayList by Chris Craik · 9 years ago
  12. 003cc3d Rename DisplayListData to DisplayList by Chris Craik · 9 years ago
  13. 10ed692 Use typedefs to differentiate between flavors of DisplayLists by Chris Craik · 9 years ago
  14. b565df1 Initial commit of new Canvas operation recording / replay by Chris Craik · 9 years ago
  15. 4a4bc89 Microbench hackery by John Reck · 9 years ago
  16. 272a685 Replace most usages of utils/Vector.h by John Reck · 9 years ago
  17. 5a4690b Clean up unncessary defines by Chris Craik · 9 years ago
  18. e75ab4c Remove SkBitmap from ResourceCache by John Reck · 9 years ago
  19. ee24859 Refactor DisplayList path caching. by Derek Sollenberger · 9 years ago
  20. 2ae0733 Remove DisplayListLogBuffer by Chris Craik · 9 years ago
  21. 3d4eed7 Update HWUI to store its own SkBitmap objects by Derek Sollenberger · 10 years ago
  22. 51d6a3d Cleanup various clang warnings, use unique_ptrs in several places by Chris Craik · 10 years ago
  23. a35778c7 Yank ResourceCache out of Caches by John Reck · 10 years ago
  24. 0e89e2b Layer changes by John Reck · 10 years ago
  25. 8afd0f2 Create z reordering boundaries around dispatchDraw by Chris Craik · 10 years ago
  26. 09d5cdd Add kModeSync by John Reck · 10 years ago
  27. a7090e0 Update 'DisplayList' vs 'RenderNode' naming in several places by Chris Craik · 10 years ago
  28. 1390882 Update HWUI matrix API by Derek Sollenberger · 11 years ago
  29. d1ad5e6 Inspect SkShader to determine hw shader. by Leon Scroggins III · 10 years ago
  30. 3f085429 Clip TouchFeedbackDrawable effect to receiver Outline by Chris Craik · 10 years ago
  31. 087bc0c Refcount RenderNode by John Reck · 10 years ago
  32. 113e082 Move RenderNode to own file by John Reck · 10 years ago
  33. 34f67f2 Remove castsShadow and globalCamera APIs by Chris Craik · 10 years ago
  34. 618236f Revert "Remove castsShadow and globalCamera APIs" by Chris Craik · 10 years ago
  35. 0334c31 Remove castsShadow and globalCamera APIs by Chris Craik · 10 years ago
  36. acb6f07 Split out RenderProperties by John Reck · 10 years ago
  37. 3389658 No-op isolatedZVolumen property by John Reck · 10 years ago
  38. e18264b Rename DisplayList->RenderNode by John Reck · 10 years ago
  39. b79a3e3 Fix orthographic shadows projection, simplify shadow reordering by Chris Craik · 10 years ago
  40. e361ad7 Remove experimental perspective projection by Chris Craik · 10 years ago
  41. 726118b Improve shadow tessellation performance by Chris Craik · 10 years ago
  42. a88bdf8 Make sure we register functor count by John Reck · 10 years ago
  43. ef8c07c Merge "Draw shadows from casters together if the Z values are similar" by Chris Craik · 10 years ago
  44. eea6ef9 Fix warnings in hwui by Chris Craik · 10 years ago
  45. 8b6f2df Draw shadows from casters together if the Z values are similar by Chris Craik · 10 years ago
  46. 44fd8d2 DisplayList overhaul by John Reck · 10 years ago
  47. 919e95c Modulate shadow alpha by caster alpha by Chris Craik · 10 years ago
  48. e9b8817 Make outline and shadow APIs public by Chris Craik · 10 years ago
  49. eef1be1 Merge "Removing SkiaColorFilter and inspecting the native object directly." by Derek Sollenberger · 10 years ago
  50. b67a7bf Add shadow casting / global perspective APIs, hidden for now. by Chris Craik · 10 years ago
  51. 76d3a1b Removing SkiaColorFilter and inspecting the native object directly. by Derek Sollenberger · 11 years ago
  52. fad4593 Add the clipToOutline by just using the clipPathOp by ztenghui · 10 years ago
  53. 8852ab4 Merge "Keep the SkPaint used when creating a layer." by Derek Sollenberger · 10 years ago
  54. 27bfb24 Merge "Rework and clean up DisplayList projection" by Chris Craik · 10 years ago
  55. d44fbe5 Keep the SkPaint used when creating a layer. by Derek Sollenberger · 10 years ago
  56. 1df2644 Rework and clean up DisplayList projection by Chris Craik · 10 years ago
  57. 629f677 Simplify DisplayList matrices by Chris Craik · 10 years ago
  58. a2fe7af Add initial hidden outline APIs by Chris Craik · 10 years ago
  59. 6657a6c Update reordering method names, and make 3d reordering API public by Chris Craik · 10 years ago
  60. 3783e70 Remove logging of DisplayList staleness by Chris Craik · 10 years ago
  61. bb615a6 Clear root level reorder lists to prevent accessing stale DisplayLists by Chris Craik · 10 years ago
  62. cf8d9d4 Fix view z translation with 3d projection disabled by Chris Craik · 11 years ago
  63. f533e94 Support projection of DisplayLists onto ancestors. by Chris Craik · 11 years ago
  64. 9f68c09 Simplify Z reordering logic by Chris Craik · 11 years ago
  65. 58f09b3 Add DisplayList bit for projecting onto a contained volume by Alan Viverette · 11 years ago
  66. d218a92 Use const where possible for drawing parameters by Chris Craik · 11 years ago
  67. 564acf7 Fix Clang warnings/errors by Chris Craik · 11 years ago
  68. b458942 Create abstract base class for OpenGLRenderer by Chris Craik · 11 years ago
  69. d863a10 Add initial APIs for 3d view manipulation. by Chris Craik · 11 years ago
  70. 8b62cda Check mDisplayListData before deref by Chris Craik · 11 years ago
  71. ba9b613 Create private properties on GLCanvas for experimentation with 3d by Chris Craik · 11 years ago
  72. f57776b 3d view system! by Chris Craik · 11 years ago
  73. f0a5907 Clean up quick rejection, especially surrounding points + lines. by Chris Craik · 11 years ago
  74. 1de466f Always disable the clip for layers Bug #8149344 by Romain Guy · 11 years ago
  75. 66063ae Dump the right matrix when logging display lists by Chris Craik · 11 years ago
  76. e3b0a01 Refcount 9-patches and properly handle GC events by Romain Guy · 11 years ago
  77. 39a908c Fix various draw ops that may incorrectly not scissor by Chris Craik · 11 years ago
  78. 9846de6 Remove crash workarounds, add logging by Chris Craik · 11 years ago
  79. e13fb01 am 8cb26c09: am cb5d644f: Merge "Workaround possible use after delete" into jb-mr2-dev by Chris Craik · 11 years ago
  80. 9abddd5 Workaround possible use after delete by Chris Craik · 11 years ago
  81. 341ac60 am 1bf58a5a: am cfbbc864: Merge "Restore previous alpha value on noop\'d DisplayList operations" into jb-mr2-dev by Chet Haase · 11 years ago
  82. c725903 Restore previous alpha value on noop'd DisplayList operations by Chet Haase · 11 years ago
  83. 6045d2b Fix DISPLAY_LIST_DEBUG by Chris Craik · 11 years ago
  84. d4b43b3 Fix off by one error in log tracking by Chris Craik · 11 years ago
  85. 259b696 Fix scaled-view droppings artifact by Chet Haase · 11 years ago
  86. dd67159 Fix quickReject logic to account for setClipChildren() setting by Chet Haase · 11 years ago
  87. 527a3aa Draw Operation merging by Chris Craik · 11 years ago
  88. 16ecda5 Update view's alpha and layer docs by Chris Craik · 11 years ago
  89. 5f80362 Isolate tiling clip state from snapshot by Chris Craik · 11 years ago
  90. d90144d Update snapshot upon saveLayer deferral by Chris Craik · 11 years ago
  91. 4494599 Merge "Use snapshot alpha for layers" into jb-mr2-dev by Chris Craik · 11 years ago
  92. c46d07a Merge all shapes/paths caches to PathCache by Romain Guy · 11 years ago
  93. a08f95c Use snapshot alpha for layers by Chris Craik · 11 years ago
  94. ff78583 Fully deferred displaylist replay by Chris Craik · 11 years ago
  95. 8afce81 Round scale factors to rasterize text by Romain Guy · 11 years ago
  96. ba868c3 Add deferredList null check by Chris Craik · 11 years ago
  97. 505d1d6 Merge "Prettify display lists logging" by Romain Guy · 11 years ago
  98. 7031ff6 Prettify display lists logging by Romain Guy · 11 years ago
  99. b98a016 Fix clipping and stencil layer issues by Chris Craik · 11 years ago
  100. 8a47d8e Merge "Clean up clipping and deferral logic" by Chris Craik · 11 years ago