1. c8c4b95 Revert of Revert back to SkPictureData pictures. Huge perf regression. (patchset #1 of https://codereview.chromium.org/496603002/) by mtklein · 10 years ago
  2. c846049 1.5x -> 2x text size for y pad. by mtklein · 10 years ago
  3. d13291a Ignore small text sizes in the text bounding assert. by mtklein · 10 years ago
  4. 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
  5. 64bf767 Split up monolithic EXPERIMENTAL_drawPicture method by robertphillips · 10 years ago
  6. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  7. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  8. d5176a2 remember to init fOrigPos in legacy constructor by reed · 10 years ago
  9. 55de40b Does this fix things? by mtklein · 10 years ago
  10. a6cac4c rename gradients private BitmapCache to GradientBitmapCache by reed · 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. 729776c Remove unecessary check from android framework build by djsollen · 10 years ago
  16. ef24b7d Use medium filtering when downscaling bitmap glyphs in FreeType host by djsollen · 10 years ago
  17. 01a492f Fix == operator in GrTextureDomain so we don't compair uninitilized values by egdaniel · 10 years ago
  18. 8cbf3d5 Remove State struct from GrDrawState by egdaniel · 10 years ago
  19. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  20. 4082d29 Revert back to SkPictureData pictures. Huge perf regression. by mtklein · 10 years ago
  21. 1b523ba Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  22. 39cd5b9 Turn off NEON SkBoxBlurGetPlatformProcs for ARM64 (for now) by halcanary · 10 years ago
  23. 7b705bb Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  24. 4f987e9 make imagecache's Key more general purpose by reed · 10 years ago
  25. df2ec35 Directly compute glyphToUnicode array in DirectWrite. by bungeman · 10 years ago
  26. 46bc621 Dump out more information if this assert fails. by mtklein · 10 years ago
  27. ec924b9 Dump out more information if this assert fails. by mtklein · 10 years ago
  28. bdbb242 copy points in array that may stretch by caryclark · 10 years ago
  29. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  30. f47dfed Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code. by bungeman · 10 years ago
  31. 858a789 Revert to old autohinting behavior on Android. by djsollen · 10 years ago
  32. 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
  33. 9a657fa fix #if to #ifdef for SK_DEBUG by caryclark · 10 years ago
  34. 5b65357 Simplify GrGLPathRendering interface by kkinnunen · 10 years ago
  35. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  36. cecc91c Make GrGLConfigConversionEffect work for Imagination and some other GPUs. by changjun.yang · 10 years ago
  37. a19afb4 Cheat to go fast, but be careful in debug mode. by mtklein · 10 years ago
  38. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  39. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  40. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  41. 38dd9f2 remove unused SkIntToFloatCast_NoOverflowCheck by caryclark · 10 years ago
  42. 6332f1d Record concat as setMatrix. by mtklein · 10 years ago
  43. 8a39a6b Quickfix for incorrect PICTURE_MATRIX_PAINT & PATCH optimization. by fmalita · 10 years ago
  44. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  45. 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
  46. 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
  47. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  48. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago
  49. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  50. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  51. 637e57e Fix srcAlpaWillBeOne() for coverage drawing by bsalomon · 10 years ago
  52. 62b67ae Start actually bounding some draw ops. by mtklein · 10 years ago
  53. ed26555 Fix copyright on SkTLS.h. by bungeman · 10 years ago
  54. 6617d50 Rename GPUAccelData to GrAccelData by robertphillips · 10 years ago
  55. 6f294af Refactor GrLayerCache for new API by robertphillips · 10 years ago
  56. 479601b Small tweaks and a bug fix. by mtklein · 10 years ago
  57. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  58. 0ed4e86 Stop sorting the results of SkBBH::search(). by mtklein · 10 years ago
  59. bbe7a2a eliminate code related to SkBitmap::Config by reed · 10 years ago
  60. ad77e55 Add alias mapping for Noto Sans CJK for ja/hans by jshin · 10 years ago
  61. 0a25b2c Correct order for alignment in name iterator record. by bungeman · 10 years ago
  62. f92c866 simplify SkCanvas::init() by reed · 10 years ago
  63. 95498ed Fix typo by krajcevski · 10 years ago
  64. ec730b9 Remove fOrigFontID from SkScalerContextRec. by bungeman · 10 years ago
  65. 8a98672 Remove unused SkGlyphCache::VisitAllCaches. by bungeman · 10 years ago
  66. 7e5598a Added bench for grid of patches. by dandov · 10 years ago
  67. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  68. 673d973 Check all scratch texture allocations for image filters. by senorblanco · 10 years ago
  69. 45f7842 Fixed memory leak for nanobench and crashing in SampleApp NOTREECHECKS=True by dandov · 10 years ago
  70. 5a246bb int SkPicture::approximateOpCount() by mtklein · 10 years ago
  71. 776d355 Make null gpu context threadsafe(r) and make sure buffer objects are destroyed. by bsalomon · 10 years ago
  72. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  73. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  74. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  75. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  76. 828ce1f Start filling BBH in SkRecordDraw. by mtklein · 10 years ago
  77. 7a4747f Update path to Android font config file by tomhudson · 10 years ago
  78. b3f319f Add support for new drawPicture entry point to debugger by robertphillips · 10 years ago
  79. c773390 Delete the old font management implementation based on SkFontConfigInterface, now that SkFontMgr_Android is live. by tomhudson · 10 years ago
  80. 71614ac Add override to force bitmap rendering by krajcevski · 10 years ago
  81. 2ed49a4 Mark fallback fonts in new Android font config parser by tomhudson · 10 years ago
  82. c30aaa0 Use combined color/coverage attribute when possible in aa rect renderer. by bsalomon · 10 years ago
  83. b62508b Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating temporary buffers on the heap instead of allowing stack allocation by george · 10 years ago
  84. cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 10 years ago
  85. d211c54 Turn off pedantic blit rect by krajcevski · 10 years ago
  86. 9f49cfd Add missing DRAW_PICTURE_MATRIX_PAINT paint offset. by fmalita · 10 years ago
  87. 94fa4b9 Update path to Android font config file by tomhudson · 10 years ago
  88. dea60f6 Replace LLU with ULL to make VS2012 work again. by halcanary · 10 years ago
  89. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  90. 35fbd01 Migrate SkRTConfRegistry test to DEF_TEST(). by tfarina · 10 years ago
  91. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  92. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  93. 5e27e0e fix pathops skp-derived bugs; add more failing tests by caryclark · 10 years ago
  94. b3d4af5 Fix lower-casing error in font config parser by tomhudson · 10 years ago
  95. 9c6d4d7 Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this by introducing an Options struct to be passed to a GrContext on creation. by krajcevski · 10 years ago
  96. 03bde3e SkTileGrid: store insertion order, return results sorted by that. by mtklein · 10 years ago
  97. db1f156 Make comment ASCII in GrDrawTarget.h by bsalomon · 10 years ago
  98. b2edec2 Revert of SkImage_Codec is Lazy (https://codereview.chromium.org/460823002/) by halcanary · 10 years ago
  99. e36f499 SkImage_Codec is Lazy by halcanary · 10 years ago
  100. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago