1. d910f54 Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecordDraw by mtklein · 10 years ago
  2. 37ecbaf [SkTextBlob] Merge run font data at draw time. by fmalita · 10 years ago
  3. 8367b8c extend SkShader to report a luminance-color to be used for gamma correction by reed · 10 years ago
  4. 233c295 fix numerical overflows in 565 blends by reed · 10 years ago
  5. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  6. c8c4b95 Revert of Revert back to SkPictureData pictures. Huge perf regression. (patchset #1 of https://codereview.chromium.org/496603002/) by mtklein · 10 years ago
  7. c846049 1.5x -> 2x text size for y pad. by mtklein · 10 years ago
  8. d13291a Ignore small text sizes in the text bounding assert. by mtklein · 10 years ago
  9. 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
  10. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  11. 0461713 expose generalized imagecache key by reed · 10 years ago
  12. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  13. 00d5c2c SkTextBlob by fmalita · 10 years ago
  14. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  15. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  16. 4082d29 Revert back to SkPictureData pictures. Huge perf regression. by mtklein · 10 years ago
  17. 1b523ba Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  18. 7b705bb Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  19. 4f987e9 make imagecache's Key more general purpose by reed · 10 years ago
  20. 46bc621 Dump out more information if this assert fails. by mtklein · 10 years ago
  21. ec924b9 Dump out more information if this assert fails. by mtklein · 10 years ago
  22. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  23. f47dfed Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code. by bungeman · 10 years ago
  24. 3a0f279 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  25. 9a657fa fix #if to #ifdef for SK_DEBUG by caryclark · 10 years ago
  26. a19afb4 Cheat to go fast, but be careful in debug mode. by mtklein · 10 years ago
  27. 38dd9f2 remove unused SkIntToFloatCast_NoOverflowCheck by caryclark · 10 years ago
  28. 6332f1d Record concat as setMatrix. by mtklein · 10 years ago
  29. 8a39a6b Quickfix for incorrect PICTURE_MATRIX_PAINT & PATCH optimization. by fmalita · 10 years ago
  30. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  31. 27dc17c Revert "Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702." by Mike Klein · 10 years ago
  32. 60c2a79 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  33. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  34. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago
  35. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  36. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  37. 62b67ae Start actually bounding some draw ops. by mtklein · 10 years ago
  38. ed26555 Fix copyright on SkTLS.h. by bungeman · 10 years ago
  39. 479601b Small tweaks and a bug fix. by mtklein · 10 years ago
  40. 0ed4e86 Stop sorting the results of SkBBH::search(). by mtklein · 10 years ago
  41. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  42. f92c866 simplify SkCanvas::init() by reed · 10 years ago
  43. ec730b9 Remove fOrigFontID from SkScalerContextRec. by bungeman · 10 years ago
  44. 8a98672 Remove unused SkGlyphCache::VisitAllCaches. by bungeman · 10 years ago
  45. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  46. 673d973 Check all scratch texture allocations for image filters. by senorblanco · 10 years ago
  47. 45f7842 Fixed memory leak for nanobench and crashing in SampleApp NOTREECHECKS=True by dandov · 10 years ago
  48. 5a246bb int SkPicture::approximateOpCount() by mtklein · 10 years ago
  49. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  50. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  51. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  52. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  53. 828ce1f Start filling BBH in SkRecordDraw. by mtklein · 10 years ago
  54. 9f49cfd Add missing DRAW_PICTURE_MATRIX_PAINT paint offset. by fmalita · 10 years ago
  55. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  56. 03bde3e SkTileGrid: store insertion order, return results sorted by that. by mtklein · 10 years ago
  57. c019ec4 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  58. 3b73e01 Revert of Add layer counting to SkPictureRecord (https://codereview.chromium.org/464433002/) by mtklein · 10 years ago
  59. 4a2b2e8 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  60. a7f7b16 More SkTileGrid refactoring. by mtklein · 10 years ago
  61. 534cc4c De-parameterize SkNextDatumFunction. by mtklein · 10 years ago
  62. 6162af8 Cleaning up SkPicture-related classes by robertphillips · 10 years ago
  63. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  64. dfb9bc4 Fix string assert and dead code which caused it. by bungeman · 10 years ago
  65. 6b143b0 Remove Matrix/Clip State collapse code by robertphillips · 10 years ago
  66. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  67. 8d9153f short circuit high quality scales that are actually the identity transform by humper · 10 years ago
  68. 8875a04 Make BBH::search() const. by mtklein · 10 years ago
  69. 6d42d9c add a simple ascii-art debug thing for AA clips by humper · 10 years ago
  70. afdada2 Moved SkPictureContentInfo into its own file. It now tracks the number of skia by hendrikw · 10 years ago
  71. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  72. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  73. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  74. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  75. 0aeea6d Revert of add isRect() check to AAClip, to detect if a soft-clip is really just an irect (https://codereview.chromium.org/445233006/) by reed · 10 years ago
  76. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  77. bb204f4 Clamp SkPictureShader's tile size. by fmalita · 10 years ago
  78. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  79. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  80. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  81. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  82. 3ffade6 fix concat order for local matrices by reed · 10 years ago
  83. 3ba15ae SkPicture: try to no-op away clone(). by mtklein · 10 years ago
  84. 53f0959 Allow custom blitters to be passed to SkDraw::drawPath by krajcevski · 10 years ago
  85. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  86. ad82ed6 Force linking as C++ library. by mtklein · 10 years ago
  87. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  88. e86af37 fix missing return in error case for bitmap scaler by humper · 10 years ago
  89. efea5a7 Remove SK_IGNORE_QUAD_RR_CORNERS_OPT-related code. by Florin Malita · 10 years ago
  90. 21769c5 Update NEON compiler defines to use SK_ prefix by djsollen · 10 years ago
  91. 3f22e8c Fix end-of-pattern matching for Skia recording optimization. by dneto · 10 years ago
  92. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  93. fdd7d2b Pass clip blitter rows preserved request by krajcevski · 10 years ago
  94. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  95. 50d7154 Added classes SkPatch and SkPatchMesh which help encapsulate and generalize this new primitive. The functionality and responsability of each class is better explained in the comments of the files. by dandov · 10 years ago
  96. dd6d227 Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. by jvanverth · 10 years ago
  97. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  98. 2648983 Added count validation in SkImageFilter::Common::unflatten() by sugoi · 10 years ago
  99. 7a037f4 Move GrTMultiMap to src/core and rename it by robertphillips · 10 years ago
  100. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago