1. 51aaf90 Nuke HardwareRenderer abstract base by John Reck · 9 years ago
  2. b816087 Rendering the window frame with a second thread by Skuhne · 9 years ago
  3. ea7a7fb MultiThreaded rendering of different renderNodes by Skuhne · 9 years ago
  4. fca52b75 Use path intersection instead of saveLayer+mesh to mask projected ripples by Chris Craik · 9 years ago
  5. 31a2d06 Revert "Revert "Merge getDisplayList and updateDisplayListIfDirty"" by Chris Craik · 9 years ago
  6. f6829a0 Remove HardwareCanvas by Chris Craik · 9 years ago
  7. 36a35e3 Fix layer shader to store layer pointer by Chris Craik · 9 years ago
  8. c47c98b Fix issue with RNA destruction mid-animation by John Reck · 10 years ago
  9. bb2d0cc Surface:lockHardwareCanvas by John Reck · 10 years ago
  10. f5945a0 Disable RT-anim for AnimatorSet by John Reck · 10 years ago
  11. 119907c Animator stuff by John Reck · 10 years ago
  12. c01bd11 Return Animator instead of ValueAnimator by John Reck · 10 years ago
  13. 31ba192 Tweaks to outline API by Chris Craik · 10 years ago
  14. d3de42c Add RT-enabled reveal animator by John Reck · 10 years ago
  15. ab87983a Simplify Shader.setLocalMatrix. by Leon Scroggins III · 10 years ago
  16. 3994371 Draw overlapping rectangles with color modulated. by ztenghui · 10 years ago
  17. b4dabad Preparing the new GL depth test. by ztenghui · 10 years ago
  18. c6b3264 Add setStartValue to RNA by John Reck · 10 years ago
  19. ab008f0 Respect Z ordering in touch dispatch, software drawing by Chris Craik · 10 years ago
  20. 80fe183 Fix build by Ji-Hwan Lee · 10 years ago
  21. 91b5c65 Fix build by Chris Craik · 10 years ago
  22. c9ee304 Merge "Round rect outline clipping" by Chris Craik · 10 years ago
  23. deeda3d Round rect outline clipping by Chris Craik · 10 years ago
  24. ff941dc Animator start value... by John Reck · 10 years ago
  25. 315c329 Add TimeInterpolator support to RNA by John Reck · 10 years ago
  26. 030d619 Allow all loopers to be RT-accelerated by John Reck · 10 years ago
  27. f9be779 Make RenderNodeAnimator and WebView play nice by John Reck · 10 years ago
  28. 52244ff Add CanvasProperty for drawCircle by John Reck · 10 years ago
  29. cc39e16 Add elevation, Z properties to View by Chris Craik · 10 years ago
  30. 7979388 Support Oval GradientDrawable outlines, and ShapeDrawable by Chris Craik · 10 years ago
  31. 3f085429 Clip TouchFeedbackDrawable effect to receiver Outline by Chris Craik · 10 years ago
  32. dcc206d Remove isolated z volume test by Chris Craik · 10 years ago
  33. f666ad7 Rename DisplayList->RenderNode by John Reck · 10 years ago
  34. f481907 Fix build, removing hidden attr by Chris Craik · 10 years ago
  35. 6dbca96 Improve isolatedZVolume test by Chris Craik · 10 years ago
  36. 1df2644 Rework and clean up DisplayList projection by Chris Craik · 10 years ago
  37. 6657a6c Update reordering method names, and make 3d reordering API public by Chris Craik · 11 years ago
  38. f533e94 Support projection of DisplayLists onto ancestors. by Chris Craik · 11 years ago
  39. 0a57d65 am c1acf799: am 243a026b: Merge "Second attempt at avoiding infinite loop in PathCache::trim() Bug #10347089" into klp-dev by Romain Guy · 11 years ago
  40. 5d92320 Second attempt at avoiding infinite loop in PathCache::trim() Bug #10347089 by Romain Guy · 11 years ago
  41. 1365674 Make color filters mutable by Romain Guy · 11 years ago
  42. b7b93e0 Fix region clipping bugs See external bug #58344 by Romain Guy · 11 years ago
  43. 8018c8d Add path ops API by Romain Guy · 11 years ago
  44. f699130 Remove unnecessary allocations by Romain Guy · 11 years ago
  45. 3b748a4 Pack preloaded framework assets in a texture atlas by Romain Guy · 11 years ago
  46. d4289922 Apply ComposeShader's local matrix to children by Romain Guy · 11 years ago
  47. c46d07a Merge all shapes/paths caches to PathCache by Romain Guy · 11 years ago
  48. 5dc7fa7 Add TaskManager API by Romain Guy · 11 years ago
  49. ca89e2a Precache paths from a worker thread by Romain Guy · 11 years ago
  50. 19d4dd8 Take text scale/skew into account only when rendering into a layer by Romain Guy · 11 years ago
  51. a4adcf0 Support 3D rotations when drawing text by Romain Guy · 11 years ago
  52. 29ce8c9 Reorganize OpenGL renderer tests by Romain Guy · 11 years ago
  53. c74f45a Properly scale text by Romain Guy · 11 years ago
  54. ff316ec Implement support for drawBitmapMesh's colors array by Romain Guy · 11 years ago
  55. 3c099c4 Fix Snapshot::resetClip to also reset the clip region by Romain Guy · 11 years ago
  56. b969a0d Add support for non-antialiased text by Romain Guy · 11 years ago
  57. c3fedaf Fix graphical corruption on QCOM GPU Bug #7146141 by Romain Guy · 11 years ago
  58. 2055aba Allow layers with a stencil buffer to be resized on the fly Bug #7146141 by Romain Guy · 12 years ago
  59. 8ce0030 Implement clipRect with a transform, clipRegion & clipPath Bug #7146141 by Romain Guy · 12 years ago
  60. 735738c Preliminary Support for region clipping by Romain Guy · 12 years ago
  61. 5341cea Cleanup 9patch mesh matching code Bug #7970966 by Romain Guy · 12 years ago
  62. e3a9b24 Add plumbing for better text scaling by Romain Guy · 12 years ago
  63. 5b4628a Add more tests for libhwui by Romain Guy · 12 years ago
  64. 886b275 Properly support ALPHA_8 bitmaps in all drawBitmap() methods by Romain Guy · 12 years ago
  65. 1b85122 Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-dev by Romain Guy · 12 years ago
  66. 713e1bb Add API to enable mipmaps on Bitmap Bug #7353771 by Romain Guy · 12 years ago
  67. a92bb4d Support clipping in Canvas.drawBitmapMesh() Bug #7354162 by Romain Guy · 12 years ago
  68. 5c2591e Merge "Fix bug #7206086 NumberPicker widget should use locale digits" into jb-mr1-dev by Fabrice Di Meglio · 12 years ago
  69. d88e305 Fix bug #7206086 NumberPicker widget should use locale digits by Fabrice Di Meglio · 12 years ago
  70. 57b5268 Optimize tiling management Bug #7186819 by Romain Guy · 12 years ago
  71. 2b7028e Add support for QCOM_tiled_rendering Bug #7186819 by Romain Guy · 12 years ago
  72. 189ff17 Add test for layer updates optimizations by Romain Guy · 12 years ago
  73. 4aacf93 Merge "Fix memory corruption in LayerRenderer::copyLayer" into jb-mr1-dev by Romain Guy · 12 years ago
  74. e49d7ec Fix memory corruption in LayerRenderer::copyLayer by Romain Guy · 12 years ago
  75. 75040f8 Handle different x, y scales in drawLines AA path by Chris Craik · 12 years ago
  76. 378d131 Merge "Varying-based AA rect drawing" into jb-mr1-dev by Chris Craik · 12 years ago
  77. 6ebdc11 Varying-based AA rect drawing by Chris Craik · 12 years ago
  78. 9fc4b35 Add new hw acceleration test by Romain Guy · 12 years ago
  79. e816bae Optimize interactions with glyph cache by Chet Haase · 12 years ago
  80. 320d46b Reduce gradients textures size whenever possible by Romain Guy · 12 years ago
  81. 33fa1f7 Draw an empty border around glyphs to avoid sampling issues Bug #6942209 by Romain Guy · 12 years ago
  82. 211efea Add dithering to gradients by Romain Guy · 12 years ago
  83. 42e1e0d Improve gradients by Romain Guy · 12 years ago
  84. 786fc93 Make HardwareRenderer able to target generic Surface objects by Romain Guy · 12 years ago
  85. 98ba894 Make gradients look slightly better by Romain Guy · 12 years ago
  86. ba64974 Removing setChildrenLayersEnabled by Michael Jurka · 12 years ago
  87. 4c43f66 Fix TextureView OpenGL sample by Romain Guy · 12 years ago
  88. e651cc6 Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...) by Romain Guy · 12 years ago
  89. d34dd71 Fix hang/crash in native path code by Chet Haase · 12 years ago
  90. 810a867 Corrects invalidation logic for layered views by Chet Haase · 12 years ago
  91. 0a1cbc5 Merge "New libhwui test activity" by Romain Guy · 12 years ago
  92. 2946445 New libhwui test activity by Romain Guy · 12 years ago
  93. db8c9a6 Optimization of alpha with DisplayList properties by Chet Haase · 12 years ago
  94. 9420abd Re-enable DisplayList properties. by Chet Haase · 12 years ago
  95. 9777173 Full implementation of Canvas.drawPath() by Romain Guy · 12 years ago
  96. 03d5852 More infrastructure for Canvas.drawTextOnPath by Romain Guy · 12 years ago
  97. 325740f Add hooks to implement Canvas.drawTextOnPath() in GL by Romain Guy · 12 years ago
  98. 4bcb746 Only recreate path textures when necessary by Romain Guy · 12 years ago
  99. 96ebc6b Only copy paths, paints and shaders when we need to. by Romain Guy · 12 years ago
  100. c27cc01 Prevent AutoCompleteTextView from opening a popup when it shouldn't Bug #5553515 by Romain Guy · 12 years ago