1. 4bd981e Remove Bitmap#getSkBitmap by John Reck · 9 years ago
  2. 3891f3a Add compat path for restore underflow by Chris Craik · 9 years ago
  3. f6829a0 Remove HardwareCanvas by Chris Craik · 9 years ago
  4. c9070eb Rename and simplify DisplayList Canvas classes by Chris Craik · 9 years ago[Renamed (85%) from core/java/android/view/GLES20Canvas.java]
  5. f4faeac Cleanup Bitmap JNI attempt #2 by John Reck · 9 years ago
  6. c02977e Revert "Cleanup Bitmap JNI" by Chad Jones · 9 years ago
  7. b291524 Cleanup Bitmap JNI by John Reck · 9 years ago
  8. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  9. 8dfaa49 Make DisplayListRenderer inherit from Canvas, merge JNI by Tom Hudson · 10 years ago
  10. 1022888 resolved conflicts for merge of 203c8171 to master by John Reck · 10 years ago
  11. f29d5a5 Update AndroidPixelRef to prevent VM from cleaning up memory prematurely. by Derek Sollenberger · 10 years ago
  12. 6bcf223 Merge "Revert "Add a way to override Xfermode"" by Chris Craik · 10 years ago
  13. 29dc496 Merge "Revert "Add a way to override Xfermode DO NOT MERGE"" into lmp-mr1-dev by Chris Craik · 10 years ago
  14. da3198a Revert "Add a way to override Xfermode" by Chris Craik · 10 years ago
  15. 69e6501 Revert "Add a way to override Xfermode DO NOT MERGE" by Chris Craik · 10 years ago
  16. 57616d3e resolved conflicts for merge of 18e3727f to master by Narayan Kamath · 10 years ago
  17. 680df8d Rename callDrawGLFunction by John Reck · 10 years ago
  18. 0a39f8f am 7010d0b6: am 505ffe36: Merge "Check bounds on CharSequence drawText methods" into lmp-mr1-dev automerge: 58fa003 by Raph Levien · 10 years ago
  19. 505ffe3 Merge "Check bounds on CharSequence drawText methods" into lmp-mr1-dev by Raph Levien · 10 years ago
  20. c495e61 Add a way to override Xfermode by Rob Tsuk · 10 years ago
  21. d82f8a9 Check bounds on CharSequence drawText methods by Raph Levien · 10 years ago
  22. 4678dcc Add a way to override Xfermode DO NOT MERGE by Rob Tsuk · 10 years ago
  23. 65f2def resolve merge conflicts of cabf8a7 to master. by John Reck · 10 years ago
  24. 12f5e34 Fix wrong-thread issue by John Reck · 10 years ago
  25. 107843d Remove status return from all uirenderer::Renderer functions by Tom Hudson · 10 years ago
  26. 09c2d4f Refactor HWUI to better handle Canvas DrawFilters. by Derek Sollenberger · 10 years ago
  27. dfba4d3 Mutable Java Shaders with Immutable Native Shaders by Derek Sollenberger · 10 years ago
  28. 072707d Use RenderThread for navigation bar ripples by Jorim Jaggi · 10 years ago
  29. 9689056 Replace native crash with IAE when calling picture.draw() w/ a HW canvas by Chris Craik · 10 years ago
  30. 8afd0f2 Create z reordering boundaries around dispatchDraw by Chris Craik · 10 years ago
  31. 74cf7e6 Cap scales used for tessellation with minimum and maximum by Chris Craik · 10 years ago
  32. cce47eb Add accessibility text contrast setting by Chris Craik · 10 years ago
  33. f47a594 Fix onTrimMemory for HardwareRenderer by John Reck · 10 years ago
  34. a7090e0 Update 'DisplayList' vs 'RenderNode' naming in several places by Chris Craik · 10 years ago
  35. 3f0d616 Simple implementation of drawPosText by Raph Levien · 10 years ago
  36. c802c8c Merge "Implement drawTextOnPath with Minikin" by Raph Levien · 10 years ago
  37. 9d2b5e1 Implement drawTextOnPath with Minikin by Raph Levien · 10 years ago
  38. bc8bd76 Merge "Refactor android.graphics.Picture JNI bindings." by Derek Sollenberger · 10 years ago
  39. 96401d9 Merge "Added primitive parameters to various functions requiring rectangles." by Chris Craik · 10 years ago
  40. 2460958 Added primitive parameters to various functions requiring rectangles. by Antonio Calabrese · 10 years ago
  41. 4b0959d Refactor android.graphics.Picture JNI bindings. by Derek Sollenberger · 10 years ago
  42. fe02b4b Add abort logging for huge scales and tessellation recursion depth by Chris Craik · 10 years ago
  43. 051910b Clean up dirFlags / bidiFlags confusion by Raph Levien · 10 years ago
  44. 84a4c88 Remove GLRenderer by John Reck · 10 years ago
  45. d1ad5e6 Inspect SkShader to determine hw shader. by Leon Scroggins III · 10 years ago
  46. 2836c47 Merge "Start of Minikin integration" by Raph Levien · 10 years ago
  47. 1a73f732 Start of Minikin integration by Raph Levien · 10 years ago
  48. 5b554f0 Merge "Avoid caching shadow properties in Java & HWUI." by Derek Sollenberger · 10 years ago
  49. 832b1514 Cleanup attachFunctor by John Reck · 10 years ago
  50. c29a0a4 Avoid caching shadow properties in Java & HWUI. by Derek Sollenberger · 10 years ago
  51. 52244ff Add CanvasProperty for drawCircle by John Reck · 10 years ago
  52. 4d1c153 Add floats-only drawRoundRect to Canvas by Chris Craik · 10 years ago
  53. 6f07a0d Add missing resume() call by John Reck · 10 years ago
  54. f666ad7 Rename DisplayList->RenderNode by John Reck · 10 years ago
  55. 44fd8d2 DisplayList overhaul by John Reck · 10 years ago
  56. 17ab38f AArch64: Make AssetAtlasService 64-bit compatible by Ashok Bhat · 10 years ago
  57. 04fc583 Refactor HardwareLayer by John Reck · 10 years ago
  58. 76d3a1b Removing SkiaColorFilter and inspecting the native object directly. by Derek Sollenberger · 11 years ago
  59. 593b19a Remove overdraw counter by John Reck · 10 years ago
  60. 36bef0b AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  61. 7023df0 Revert "AArch64: Make graphics classes 64-bit compatible" by Narayan Kamath · 10 years ago
  62. 18b4cbe AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  63. 2114aef Remove dead code by John Reck · 11 years ago
  64. 5438979 Move GLES20DisplayList functionality into DisplayList by Chris Craik · 11 years ago
  65. ba9b613 Create private properties on GLCanvas for experimentation with 3d by Chris Craik · 11 years ago
  66. 6304919 Unbreak display list debug dumping by John Reck · 11 years ago
  67. 1abf5d6 Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap by Chris Craik · 11 years ago
  68. 4e7b772 Fix crashes in setMatrix() and concat() by Romain Guy · 11 years ago
  69. 0c20c38 Use global references for Bitmap AndroidPixelRefs by Chris Craik · 11 years ago
  70. e3b0a01 Refcount 9-patches and properly handle GC events by Romain Guy · 11 years ago
  71. e93482f Cancel layer update when a layer is about to be destroyed Bug #9310706 by Romain Guy · 11 years ago
  72. 6410c0a Lazily allocate seldom-used data structures by Romain Guy · 11 years ago
  73. 4054360 Restore buildLayer()'s old behavior; it's synchronous again Bug #9193833 by Romain Guy · 11 years ago
  74. f3187b7 Remove unnecessary Rect, better reuse of NinePatch objects by Romain Guy · 11 years ago
  75. 78dd96d Add an on-screen overdraw counter by Romain Guy · 11 years ago
  76. 3b748a4 Pack preloaded framework assets in a texture atlas by Romain Guy · 11 years ago
  77. a4e16c5 Restore final canvas state after deferred flush by Chris Craik · 11 years ago
  78. da12f38 Revert "Clean Paint.mBidiFlags as it is no longer used" by Fabrice Di Meglio · 11 years ago
  79. c4ca87f am 8a47d8ea: Merge "Clean up clipping and deferral logic" by Chris Craik · 11 years ago
  80. 8a47d8e Merge "Clean up clipping and deferral logic" by Chris Craik · 11 years ago
  81. 5d11676 Clean up clipping and deferral logic by Chris Craik · 11 years ago
  82. 846f5f2 am e91efaba: Merge "Expose display list APIs" by Romain Guy · 11 years ago
  83. 52036b1 Expose display list APIs by Romain Guy · 11 years ago
  84. feb6954 am 10c0aa24: Merge "Implement support for drawBitmapMesh\'s colors array" by Romain Guy · 11 years ago
  85. 10c0aa2 Merge "Implement support for drawBitmapMesh's colors array" by Romain Guy · 11 years ago
  86. ff316ec Implement support for drawBitmapMesh's colors array by Romain Guy · 11 years ago
  87. c932760f Merge "Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE" by Chris Craik · 11 years ago
  88. 7c1a49f Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE by Chris Craik · 11 years ago
  89. 6d9fe5b Clean Paint.mBidiFlags as it is no longer used by Fabrice Di Meglio · 11 years ago
  90. da805b1 am c5801680: Merge "Tag HardwareRenderers with a name to help debugging" by Romain Guy · 11 years ago
  91. ef35927 Tag HardwareRenderers with a name to help debugging by Romain Guy · 11 years ago
  92. 616a877 am 61840eb0: Merge "Preliminary Support for region clipping" by Romain Guy · 12 years ago
  93. 735738c Preliminary Support for region clipping by Romain Guy · 12 years ago
  94. 7bac554 am 9acd1b4f: Merge "Add visual profiling feature" by Romain Guy · 12 years ago
  95. 672433d Add visual profiling feature by Romain Guy · 12 years ago
  96. ca79cf6 Update framework to support r5967 of Skia. by Derek Sollenberger · 12 years ago
  97. ef09a21 Don't destroy the same texture twice Bug #7221449 by Romain Guy · 12 years ago
  98. 11cb642 Update layers in a single batch at the beginning of a frame Bug #7186819 by Romain Guy · 12 years ago
  99. 603f6de Fix occasional crash bug with layers by Chet Haase · 12 years ago
  100. d15ebf2 Enable changing properties of layer paint by Chet Haase · 12 years ago