1. c90e014 Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  2. 327f905 Fix recording of saveLayout with unusual Xfermodes. by dneto · 10 years ago
  3. 595aa05 Revert of Change SkResourceCache to take a Visitor inside its find(). (patchset #2 id:20001 of https://codereview.chromium.org/567393002/) by reed · 10 years ago
  4. 81940de Add flag to call SkRecordOptimize on new pictures. by mtklein · 10 years ago
  5. e956259 add dumpHex() option to SkPath by caryclark · 10 years ago
  6. dee6a8e Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  7. e6cb483 remove 'experimental' from using hash tables in resourcecache by reed · 10 years ago
  8. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  9. 9594da1 use SkData::NewUninitialized by reed · 10 years ago
  10. 11fca3f Add more debugging for newly failing assert (DM on Xoom bots). by Mike Klein · 10 years ago
  11. 8365830 remove confusing/unused stream methods by reed · 10 years ago
  12. 56b00d9 add PurgeResourceCache to track leaks by reed · 10 years ago
  13. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  14. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  15. 97bf60f Delay any SkRecordOptimize until after SkRecord has stuck. by mtklein · 10 years ago
  16. 99d6a9e Fix a bug in Save-Restore no-op optimization. by mtklein · 10 years ago
  17. f91c47d Remove a layer of indirection and code from SkFontHost. by bungeman · 10 years ago
  18. 3e15f90 Fixed void* to uint64_t cast on win64 in TraceID. by cjacek · 10 years ago
  19. cc0e311 make set3DMask virtual, so we can safely notify the shadercontext by reed · 10 years ago
  20. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  21. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  22. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  23. b3eba47 Outset the stroke width when computing the bounds for drawing a stroked rect, or 1 if it's a hairline by george · 10 years ago
  24. 49e3199 SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Intersect already does that for us by george · 10 years ago
  25. dd1e9f7 Remove a linear search in SkPictureRecord::addTextBlob. by jbroman · 10 years ago
  26. 93f52a6 Turn on the save-layer optimization. by mtklein · 10 years ago
  27. 87c4138 Turn on all pixel-perfect SkRecord optimizations. by mtklein · 10 years ago
  28. d64c948 move rasterclip_ helper into rasterclip by reed · 10 years ago
  29. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  30. 29dfaa8 Implement all SkCanvas overrides that SkPictureRecord does. by mtklein · 10 years ago
  31. fa35f8e remove getTotalClipAsPath, privatize getTotalClip by reed · 10 years ago
  32. 73e714e cleanup rasterclip helper by reed · 10 years ago
  33. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  34. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
  35. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 10 years ago
  36. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
  37. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  38. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  39. 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 10 years ago
  40. 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  41. 937c9c7 Fix drawPosText() bounds bug. by mtklein · 10 years ago
  42. 5ee785d Remove legacy (and also broken) SkPicture constructor. by djsollen · 10 years ago
  43. 17a845f Fix matrix similarity test on arm64 by jvanverth · 10 years ago
  44. 8482504 make allocPixels throw on failure by reed · 10 years ago
  45. 00f30bd SkRecordPartialDraw with less code duplication by mtklein · 10 years ago
  46. 8159146 Added Doc for GetAllocator in SkResourceCache and SkBitmapCache by piotaixr · 10 years ago
  47. 1cbc68f Revert of Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/532583002/) by reed · 10 years ago
  48. 4581828 Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/525113005/) by reed · 10 years ago
  49. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  50. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  51. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  52. 7ba7aa7 Quick-reject draw text blob calls. by fmalita · 10 years ago
  53. 2f26528 Use even rounding for better results when converting from scalar to fdot6 by george · 10 years ago
  54. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  55. 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
  56. 228b285 Add gamma/sRGB tags to SkImageInfo by reed · 10 years ago
  57. 088f4b8 Revert of Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/511363002/) by reed · 10 years ago
  58. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  59. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  60. 0209e95 Align all SkRecord::alloc() calls up to at least a pointer size. by mtklein · 10 years ago
  61. b17c129 Add dirty_after_edit to SkPath::moveTo. Add commented out test case that triggers assert. by bsalomon · 10 years ago
  62. 4e4b935 disable autovec on 32 *and* 64 bit builds for horiz. convolve by humper · 10 years ago
  63. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  64. e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
  65. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  66. dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
  67. 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
  68. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  69. ee36952 Can't hurt to make this SkNoncopyable. by mtklein · 10 years ago
  70. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  71. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
  72. d3f6e89 Improve performance of highQualityFilter by qiankun.miao · 10 years ago
  73. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  74. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  75. fac4e0e Fallback to moveTo when unable to find the first tangent in cubicTo by piotaixr · 10 years ago
  76. ad726a3 Always use cpu-features library on android. by djsollen · 10 years ago
  77. 99ae881 remove (unused) scale parameter from measureText by reed · 10 years ago
  78. 32eb063 remove commented-out code by reed · 10 years ago
  79. 680fb9e retool image cache to be generic cache, allowing the client to subclass "Rec", so they can provide a custom Key and arbitrary Value. by reed · 10 years ago
  80. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  81. 3d2e50d Remove unused header file in SkScaledImageCache.cpp by qiankun.miao · 10 years ago
  82. 131a22b Bound everything except drawText(). by mtklein · 10 years ago
  83. 68199a2 Unfurl catch-all bounds(). This makes it a little easier to track progress. by mtklein · 10 years ago
  84. 045bb7f Clean up useless comments in SkScaledImageCache.h by qiankun.miao · 10 years ago
  85. 5f0e822 Support comment groups in SkRecord. by mtklein · 10 years ago
  86. d910f54 Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecordDraw by mtklein · 10 years ago
  87. 37ecbaf [SkTextBlob] Merge run font data at draw time. by fmalita · 10 years ago
  88. 8367b8c extend SkShader to report a luminance-color to be used for gamma correction by reed · 10 years ago
  89. 233c295 fix numerical overflows in 565 blends by reed · 10 years ago
  90. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  91. c8c4b95 Revert of Revert back to SkPictureData pictures. Huge perf regression. (patchset #1 of https://codereview.chromium.org/496603002/) by mtklein · 10 years ago
  92. c846049 1.5x -> 2x text size for y pad. by mtklein · 10 years ago
  93. d13291a Ignore small text sizes in the text bounding assert. by mtklein · 10 years ago
  94. 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
  95. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  96. 0461713 expose generalized imagecache key by reed · 10 years ago
  97. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  98. 00d5c2c SkTextBlob by fmalita · 10 years ago
  99. 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
  100. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago