1. c74f45a Properly scale text by Romain Guy · 12 years ago
  2. d80806b Merge "Fix T-junctions in layers' generated meshes" into jb-mr2-dev by Chris Craik · 12 years ago
  3. a6456d0d Merge "Draw text drop shadows even when the text color is transparent" into jb-mr2-dev by Romain Guy · 12 years ago
  4. 6c5b9be Fix T-junctions in layers' generated meshes by Chris Craik · 12 years ago
  5. 768bffc Draw text drop shadows even when the text color is transparent by Romain Guy · 12 years ago
  6. 758724f Don't increment the paint's generation ID when drawing bitmaps by Romain Guy · 12 years ago
  7. 08bca88 Rename debug property and expose it in HardwareRenderer by Romain Guy · 12 years ago
  8. 3ff0bfd Add new property to debug non-rectangular clip operations by Romain Guy · 12 years ago
  9. fb68065 Merge "Add deferredList null check" by Chris Craik · 12 years ago
  10. ba868c3 Add deferredList null check by Chris Craik · 12 years ago
  11. dd8697c Avoid double blur by Chris Craik · 12 years ago
  12. 505d1d6 Merge "Prettify display lists logging" by Romain Guy · 12 years ago
  13. 7031ff6 Prettify display lists logging by Romain Guy · 12 years ago
  14. 94b97b3 am eab51de4: Merge "Fix clipping and stencil layer issues" by Chris Craik · 12 years ago
  15. eab51de Merge "Fix clipping and stencil layer issues" by Chris Craik · 12 years ago
  16. 4e89d1a am 893df066: am 8dda0956: am 49999acb: Merge "StreamingZipInflater: fix mmap\'d end of read" by Kenny Root · 12 years ago
  17. 893df06 am 8dda0956: am 49999acb: Merge "StreamingZipInflater: fix mmap\'d end of read" by Kenny Root · 12 years ago
  18. b98a016 Fix clipping and stencil layer issues by Chris Craik · 12 years ago
  19. 08d160a am 7a60c43d: Merge "Use free for memory chunks allocated through memalign." by Ben Cheng · 12 years ago
  20. 7a60c43 Merge "Use free for memory chunks allocated through memalign." by Ben Cheng · 12 years ago
  21. 15641a61 Use free for memory chunks allocated through memalign. by Ben Cheng · 12 years ago
  22. c4ca87f am 8a47d8ea: Merge "Clean up clipping and deferral logic" by Chris Craik · 12 years ago
  23. 8a47d8e Merge "Clean up clipping and deferral logic" by Chris Craik · 12 years ago
  24. 5d11676 Clean up clipping and deferral logic by Chris Craik · 12 years ago
  25. 846f5f2 am e91efaba: Merge "Expose display list APIs" by Romain Guy · 12 years ago
  26. 52036b1 Expose display list APIs by Romain Guy · 12 years ago
  27. 620cff4 am ad82f20d: Merge "DisplayList draw operation reordering" by Chris Craik · 12 years ago
  28. ad82f20 Merge "DisplayList draw operation reordering" by Chris Craik · 12 years ago
  29. eea34da am ac838a3a: Merge "Correct PatchCache comparison logic" by Chris Craik · 12 years ago
  30. ac838a3 Merge "Correct PatchCache comparison logic" by Chris Craik · 12 years ago
  31. 9935abc Correct PatchCache comparison logic by Chris Craik · 12 years ago
  32. 225e8943d am 857089eb: Merge "Adjust offset for non-AA line drawing" by Chris Craik · 12 years ago
  33. 857089e Merge "Adjust offset for non-AA line drawing" by Chris Craik · 12 years ago
  34. 62a42c1 Adjust offset for non-AA line drawing by Chris Craik · 12 years ago
  35. df93fdb am aa8307b9: Merge "Remove obsolete header file" by Romain Guy · 12 years ago
  36. c3566d0 DisplayList draw operation reordering by Chris Craik · 13 years ago
  37. 13ba005 Remove obsolete header file by Romain Guy · 12 years ago
  38. c6e35cb StreamingZipInflater: fix mmap'd end of read by Kenny Root · 12 years ago
  39. 41250b6 resolved conflicts for merge of 101ae3bb to master-chromium by Kristian Monsen · 12 years ago
  40. 101ae3b Merge "Move DisplayList to its own cpp file" by Chris Craik · 12 years ago
  41. 0776a60 Move DisplayList to its own cpp file by Chris Craik · 12 years ago
  42. feb6954 am 10c0aa24: Merge "Implement support for drawBitmapMesh\'s colors array" by Romain Guy · 12 years ago
  43. 10c0aa2 Merge "Implement support for drawBitmapMesh's colors array" by Romain Guy · 12 years ago
  44. ff316ec Implement support for drawBitmapMesh's colors array by Romain Guy · 12 years ago
  45. 0229d08 am 805a6fe7: Merge "Revert "Revert "Use RenderScript for large text blurs""" by Chris Craik · 12 years ago
  46. f2d8ccc Revert "Revert "Use RenderScript for large text blurs"" by Chris Craik · 12 years ago
  47. c932760f Merge "Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE" by Chris Craik · 12 years ago
  48. 68b6009 Merge "Revert "Use RenderScript for large text blurs"" by Chris Craik · 12 years ago
  49. bf5703e Revert "Use RenderScript for large text blurs" by Chris Craik · 12 years ago
  50. 0450086 Merge "Fix format name typo" by Romain Guy · 12 years ago
  51. 2b44eb7 Fix format name typo by Romain Guy · 12 years ago
  52. bce29d2 Merge "Use RenderScript for large text blurs" by Chris Craik · 12 years ago
  53. 8d4aeb7 Add a render buffer cache to reuse stencil buffers Bug #7146141 by Romain Guy · 12 years ago
  54. 7c1a49f Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE by Chris Craik · 12 years ago
  55. 3f76e65 Use RenderScript for large text blurs by Chris Craik · 13 years ago
  56. e67307c Prevent crash when setting up a stencil-based clip Bug #8177690 by Romain Guy · 12 years ago
  57. d71ff91d Apply the clip rect/region to drawLines() by Romain Guy · 12 years ago
  58. b4c1dc1 Merge "Don't clip when drawing a layer" by Romain Guy · 12 years ago
  59. 63696bf Don't clip when drawing a layer by Romain Guy · 12 years ago
  60. da8d8b9 Merge "Add a RenderBuffer object to store stencil buffers. Bug #7146141" by Romain Guy · 12 years ago
  61. 3bbacf2 Add a RenderBuffer object to store stencil buffers. Bug #7146141 by Romain Guy · 12 years ago
  62. 6b7fcc8 am 75701e8f: am 7eb4db35: am b9185fd1: Merge "Fix PointerCoords Parcel incorrectly storing values as Int32" by Jeffrey Brown · 12 years ago
  63. 7eb4db3 am b9185fd1: Merge "Fix PointerCoords Parcel incorrectly storing values as Int32" by Jeffrey Brown · 12 years ago
  64. 1ba0289 Merge "Add cap tessellation support" by Chris Craik · 12 years ago
  65. 65cd612 Add cap tessellation support by Chris Craik · 13 years ago
  66. 511afdd Merge "Fix uninitialized variables in Caches.cpp Bug #8151401" by Romain Guy · 12 years ago
  67. c2a9721 Fix uninitialized variables in Caches.cpp Bug #8151401 by Romain Guy · 12 years ago
  68. 83315e0 Merge "Fix Snapshot::resetClip to also reset the clip region" by Romain Guy · 12 years ago
  69. 3c099c4 Fix Snapshot::resetClip to also reset the clip region by Romain Guy · 12 years ago
  70. 23e500d Merge "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" by Derek Sollenberger · 12 years ago
  71. b969a0d Add support for non-antialiased text by Romain Guy · 12 years ago
  72. f5db9b8 Merge "Changes needed to roll Skia to r7527." into master-chromium by Derek Sollenberger · 12 years ago
  73. 43c6eda am b3778531: Merge "Set the scissor from OpenGLRenderer::drawColorRects Bug #8131254" by Romain Guy · 13 years ago
  74. b377853 Merge "Set the scissor from OpenGLRenderer::drawColorRects Bug #8131254" by Romain Guy · 13 years ago
  75. a362c69 Set the scissor from OpenGLRenderer::drawColorRects Bug #8131254 by Romain Guy · 13 years ago
  76. d4cf7df1 am e51ccb15: Merge "Simplify display list logging, removing pointers" by Chris Craik · 13 years ago
  77. e51ccb1 Merge "Simplify display list logging, removing pointers" by Chris Craik · 13 years ago
  78. 3dc553b Simplify display list logging, removing pointers by Chris Craik · 13 years ago
  79. d81ec45 Changes needed to roll Skia to r7527. by Derek Sollenberger · 13 years ago
  80. 974fb7a am 3e295c3f: Merge "Add initial plumbing for brightness keys" by Michael Wright · 13 years ago
  81. 1df477a Add initial plumbing for brightness keys by Michael Wright · 13 years ago
  82. da805b1 am c5801680: Merge "Tag HardwareRenderers with a name to help debugging" by Romain Guy · 13 years ago
  83. b86e75e am b7475e7b: Merge "Fix tiling on QCOM GPU" by Romain Guy · 13 years ago
  84. 5019546 am 65f4effc: Merge "Discard the correct buffer when the bound FBO is not 0" by Romain Guy · 13 years ago
  85. ef35927 Tag HardwareRenderers with a name to help debugging by Romain Guy · 13 years ago
  86. f735c8e Fix tiling on QCOM GPU by Romain Guy · 13 years ago
  87. f158198 Discard the correct buffer when the bound FBO is not 0 by Romain Guy · 13 years ago
  88. 2dbd185f resolved conflicts for merge of c93c6aa5 to master-chromium by Derek Sollenberger · 13 years ago
  89. c93c6aa Merge "Object-based DisplayList recording" by Chris Craik · 13 years ago
  90. 716f7b3 Fix PointerCoords Parcel incorrectly storing values as Int32 by Ilya Polenov · 13 years ago
  91. 781fd2b am f5f85022: Merge "Fix graphical corruption on QCOM GPU Bug #7146141" by Romain Guy · 13 years ago
  92. c3fedaf Fix graphical corruption on QCOM GPU Bug #7146141 by Romain Guy · 13 years ago
  93. 2af4635 Object-based DisplayList recording by Chris Craik · 13 years ago
  94. 7d4f807 am 49464796: Merge "Allow layers with a stencil buffer to be resized on the fly Bug #7146141" by Romain Guy · 13 years ago
  95. 2055aba Allow layers with a stencil buffer to be resized on the fly Bug #7146141 by Romain Guy · 13 years ago
  96. e9a983b am b12db26f: Merge "Implement clipRect with a transform, clipRegion & clipPath Bug #7146141" by Romain Guy · 13 years ago
  97. 8ce0030 Implement clipRect with a transform, clipRegion & clipPath Bug #7146141 by Romain Guy · 13 years ago
  98. 616a877 am 61840eb0: Merge "Preliminary Support for region clipping" by Romain Guy · 13 years ago
  99. 735738c Preliminary Support for region clipping by Romain Guy · 13 years ago
  100. bf06ccb am 33a9741c: Merge "Cleanup 9patch mesh matching code Bug #7970966" by Romain Guy · 13 years ago