1. 8afd0f2 Create z reordering boundaries around dispatchDraw by Chris Craik · 10 years ago
  2. 09d5cdd Add kModeSync by John Reck · 10 years ago
  3. a7090e0 Update 'DisplayList' vs 'RenderNode' naming in several places by Chris Craik · 10 years ago
  4. 1390882 Update HWUI matrix API by Derek Sollenberger · 11 years ago
  5. d1ad5e6 Inspect SkShader to determine hw shader. by Leon Scroggins III · 10 years ago
  6. 3f085429 Clip TouchFeedbackDrawable effect to receiver Outline by Chris Craik · 10 years ago
  7. 087bc0c Refcount RenderNode by John Reck · 10 years ago
  8. 113e082 Move RenderNode to own file by John Reck · 10 years ago
  9. 34f67f2 Remove castsShadow and globalCamera APIs by Chris Craik · 10 years ago
  10. 618236f Revert "Remove castsShadow and globalCamera APIs" by Chris Craik · 10 years ago
  11. 0334c31 Remove castsShadow and globalCamera APIs by Chris Craik · 10 years ago
  12. acb6f07 Split out RenderProperties by John Reck · 10 years ago
  13. 3389658 No-op isolatedZVolumen property by John Reck · 10 years ago
  14. e18264b Rename DisplayList->RenderNode by John Reck · 10 years ago
  15. b79a3e3 Fix orthographic shadows projection, simplify shadow reordering by Chris Craik · 10 years ago
  16. e361ad7 Remove experimental perspective projection by Chris Craik · 10 years ago
  17. 726118b Improve shadow tessellation performance by Chris Craik · 10 years ago
  18. a88bdf8 Make sure we register functor count by John Reck · 10 years ago
  19. ef8c07c Merge "Draw shadows from casters together if the Z values are similar" by Chris Craik · 10 years ago
  20. eea6ef9 Fix warnings in hwui by Chris Craik · 10 years ago
  21. 8b6f2df Draw shadows from casters together if the Z values are similar by Chris Craik · 10 years ago
  22. 44fd8d2 DisplayList overhaul by John Reck · 10 years ago
  23. 919e95c Modulate shadow alpha by caster alpha by Chris Craik · 10 years ago
  24. e9b8817 Make outline and shadow APIs public by Chris Craik · 10 years ago
  25. eef1be1 Merge "Removing SkiaColorFilter and inspecting the native object directly." by Derek Sollenberger · 10 years ago
  26. b67a7bf Add shadow casting / global perspective APIs, hidden for now. by Chris Craik · 10 years ago
  27. 76d3a1b Removing SkiaColorFilter and inspecting the native object directly. by Derek Sollenberger · 11 years ago
  28. fad4593 Add the clipToOutline by just using the clipPathOp by ztenghui · 10 years ago
  29. 8852ab4 Merge "Keep the SkPaint used when creating a layer." by Derek Sollenberger · 10 years ago
  30. 27bfb24 Merge "Rework and clean up DisplayList projection" by Chris Craik · 10 years ago
  31. d44fbe5 Keep the SkPaint used when creating a layer. by Derek Sollenberger · 10 years ago
  32. 1df2644 Rework and clean up DisplayList projection by Chris Craik · 10 years ago
  33. 629f677 Simplify DisplayList matrices by Chris Craik · 10 years ago
  34. a2fe7af Add initial hidden outline APIs by Chris Craik · 11 years ago
  35. 6657a6c Update reordering method names, and make 3d reordering API public by Chris Craik · 11 years ago
  36. 3783e70 Remove logging of DisplayList staleness by Chris Craik · 11 years ago
  37. bb615a6 Clear root level reorder lists to prevent accessing stale DisplayLists by Chris Craik · 11 years ago
  38. cf8d9d4 Fix view z translation with 3d projection disabled by Chris Craik · 11 years ago
  39. f533e94 Support projection of DisplayLists onto ancestors. by Chris Craik · 11 years ago
  40. 9f68c09 Simplify Z reordering logic by Chris Craik · 11 years ago
  41. 58f09b3 Add DisplayList bit for projecting onto a contained volume by Alan Viverette · 11 years ago
  42. d218a92 Use const where possible for drawing parameters by Chris Craik · 11 years ago
  43. 564acf7 Fix Clang warnings/errors by Chris Craik · 11 years ago
  44. b458942 Create abstract base class for OpenGLRenderer by Chris Craik · 11 years ago
  45. d863a10 Add initial APIs for 3d view manipulation. by Chris Craik · 11 years ago
  46. 8b62cda Check mDisplayListData before deref by Chris Craik · 11 years ago
  47. ba9b613 Create private properties on GLCanvas for experimentation with 3d by Chris Craik · 11 years ago
  48. f57776b 3d view system! by Chris Craik · 11 years ago
  49. f0a5907 Clean up quick rejection, especially surrounding points + lines. by Chris Craik · 11 years ago
  50. 1de466f Always disable the clip for layers Bug #8149344 by Romain Guy · 11 years ago
  51. 66063ae Dump the right matrix when logging display lists by Chris Craik · 11 years ago
  52. e3b0a01 Refcount 9-patches and properly handle GC events by Romain Guy · 11 years ago
  53. 39a908c Fix various draw ops that may incorrectly not scissor by Chris Craik · 11 years ago
  54. 9846de6 Remove crash workarounds, add logging by Chris Craik · 11 years ago
  55. e13fb01 am 8cb26c09: am cb5d644f: Merge "Workaround possible use after delete" into jb-mr2-dev by Chris Craik · 11 years ago
  56. 9abddd5 Workaround possible use after delete by Chris Craik · 11 years ago
  57. 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
  58. c725903 Restore previous alpha value on noop'd DisplayList operations by Chet Haase · 11 years ago
  59. 6045d2b Fix DISPLAY_LIST_DEBUG by Chris Craik · 11 years ago
  60. d4b43b3 Fix off by one error in log tracking by Chris Craik · 11 years ago
  61. 259b696 Fix scaled-view droppings artifact by Chet Haase · 11 years ago
  62. dd67159 Fix quickReject logic to account for setClipChildren() setting by Chet Haase · 11 years ago
  63. 527a3aa Draw Operation merging by Chris Craik · 11 years ago
  64. 16ecda5 Update view's alpha and layer docs by Chris Craik · 11 years ago
  65. 5f80362 Isolate tiling clip state from snapshot by Chris Craik · 11 years ago
  66. d90144d Update snapshot upon saveLayer deferral by Chris Craik · 11 years ago
  67. 4494599 Merge "Use snapshot alpha for layers" into jb-mr2-dev by Chris Craik · 11 years ago
  68. c46d07a Merge all shapes/paths caches to PathCache by Romain Guy · 11 years ago
  69. a08f95c Use snapshot alpha for layers by Chris Craik · 11 years ago
  70. ff78583 Fully deferred displaylist replay by Chris Craik · 11 years ago
  71. 8afce81 Round scale factors to rasterize text by Romain Guy · 11 years ago
  72. ba868c3 Add deferredList null check by Chris Craik · 11 years ago
  73. 505d1d6 Merge "Prettify display lists logging" by Romain Guy · 11 years ago
  74. 7031ff6 Prettify display lists logging by Romain Guy · 11 years ago
  75. b98a016 Fix clipping and stencil layer issues by Chris Craik · 11 years ago
  76. 8a47d8e Merge "Clean up clipping and deferral logic" by Chris Craik · 11 years ago
  77. 5d11676 Clean up clipping and deferral logic by Chris Craik · 11 years ago
  78. 52036b1 Expose display list APIs by Romain Guy · 11 years ago
  79. c3566d0 DisplayList draw operation reordering by Chris Craik · 11 years ago
  80. 0776a60 Move DisplayList to its own cpp file by Chris Craik · 11 years ago