1. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
  2. 8d3e9df Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id:120001 of https://codereview.chromium.org/1109643002/) by mtklein · 10 years ago
  3. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
  4. 00c2af8 Reduce ref counting in SkPictureRecorder. by mtklein · 10 years ago
  5. de8667b Reduce sizeof(SkPicture::Analysis) from 24 bytes to 2 bytes. by jbroman · 10 years ago
  6. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 10 years ago
  7. 91df6c2 Fix some lingering typos by robertphillips · 10 years ago
  8. 31d36b0 Remove MSAA check from Ganesh veto (dashed paths are no longer slow). by senorblanco · 10 years ago
  9. 98b8485 O(1) SkPictureUtils::ApproxBytesUsed() by mtklein · 10 years ago
  10. a4a0aeb Revert of Convert Color32 code to perfect blend. (patchset #6 id:100001 of https://codereview.chromium.org/1098913002/) by mtklein · 10 years ago
  11. 33d73c3 SkTHash: remove() by mtklein · 10 years ago
  12. 61221e7 Convert Color32 code to perfect blend. by mtklein · 10 years ago
  13. 1049f12 Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall. by caryclark · 10 years ago
  14. 5c476fb apply xfermode after imagefilter when we create a tmp layer by reed · 10 years ago
  15. a8ec480 remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2 by reed · 10 years ago
  16. 54b666b Trace contention for lockPixels mutex by enne · 10 years ago
  17. afe2ffb Rework SSE and NEON Color32 algorithms to be more correct and faster. by mtklein · 10 years ago
  18. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 10 years ago
  19. 6ef68ab Don't serialize anything for SkEmptyShader. by mtklein · 10 years ago
  20. 0b71278 remove older version of cubic->coeff by reed · 10 years ago
  21. 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 10 years ago
  22. a12225b Revert of make blitAntiH2 virtual, to prep for larger change (patchset #1 id:1 of https://codereview.chromium.org/1048323005/) by reed · 10 years ago
  23. 33afdaa make blitAntiH2 virtual, to prep for larger change by reed · 10 years ago
  24. 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 10 years ago
  25. a024616 Speeup hairline curves (quads and cubics) by reed · 10 years ago
  26. 00b7e5e SkPDF/Device/ImageFilter: Fix ImageFilter fallback code by halcanary · 10 years ago
  27. 793a6dd add blitter api for aa-hairlines by reed · 10 years ago
  28. f91e676 Revert of add new blit2 methods in support of antialiased hairlines guard flag SK_SUPPORT_LEGACY_BLITANTIH2V2 (patchset #2 id:20001 of https://codereview.chromium.org/1060153003/) by jcgregorio · 10 years ago
  29. dd83031 add new blit2 methods in support of antialiased hairlines by reed · 10 years ago
  30. 115acee Sk4h and Sk8h for SSE by mtklein · 10 years ago
  31. 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 10 years ago
  32. 8fe8fff Rename SkNi to SkNb. by mtklein · 10 years ago
  33. 5dc6b7d change hairline procs to take array of points by reed · 10 years ago
  34. 1dda219 Fix minor undercounting in SkRecord::bytesUsed(). by mtklein · 10 years ago
  35. 64b309c use fast/inline SkRect::set(p0, p1) for 2 points by reed · 10 years ago
  36. 51985e3 setDrawFilter needs to trigger any deferred saves by reed · 10 years ago
  37. 054eef2 change hairline procs to take SkPoint by value, more efficient on SSE and NEON by reed · 10 years ago
  38. 25c40d2 Add serialization of SkBitmapSource's new filterQuality member variable by robertphillips · 10 years ago
  39. 9ff378b Rewrite memset benches, then use results to add a small-N optimization. by mtklein · 10 years ago
  40. 2df6fd6 Avoid sending empty bitmaps through proxy canvas by tomhudson · 10 years ago
  41. 055f6b5 [SkTextBlob] Custom run font record by fmalita · 10 years ago
  42. 195f62d BUG=skia: by stephana · 10 years ago
  43. 29b1afc Rearrange SkRecord with small N in mind by mtklein · 10 years ago
  44. f57546e Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS by fmalita · 10 years ago
  45. 35f5576 Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of https://codereview.chromium.org/1061783002/) by mtklein · 10 years ago
  46. e2dd940 Rearrange SkRecord with small N in mind by mtklein · 10 years ago
  47. 16e833d SkString: remove fStr member by halcanary · 10 years ago
  48. feaadee SkCanvas::resetForNextPicture() by mtklein · 10 years ago
  49. 95bc5f3 change isNestedRect to isNestedFillRect by caryclark · 10 years ago
  50. c654e90 Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://codereview.chromium.org/1067893002/) by mtklein · 10 years ago
  51. f920e46 SkCanvas::resetForNextPicture() by mtklein · 10 years ago
  52. d762ca2 Switch textures created by DeviceImageFilterProxy to approx-match. by senorblanco · 10 years ago
  53. 3006b2e re-enable neon opts for some xfermodes by reed · 10 years ago
  54. 687fa1c restore clipstack to heap-ptr, so clients can ref it by reed · 10 years ago
  55. e35268e Send SkPicture deletion message lazily. by mtklein · 10 years ago
  56. 6cad1da simplify xfers by reed · 10 years ago
  57. b679ca8 reduce alloc overhead for SkCanvas by reed · 10 years ago
  58. 7792dbf Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
  59. e758579 Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:40001 of https://codereview.chromium.org/1061603002/) by mtklein · 10 years ago
  60. 6b5dab8 Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
  61. aed98b8 enable sk4f xfermodes by reed · 10 years ago
  62. 3d62683 New names for SkPMFloat methods. by mtklein · 10 years ago
  63. a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats by mtklein · 10 years ago
  64. 92dabe7 Exclusion and Difference modes using Sk4f by reed · 10 years ago
  65. f8f5478 impl Multiply mode using Sk4f by reed · 10 years ago
  66. 028a413 Add a method to read a stream without advancing it. by scroggo · 10 years ago
  67. f92ace9 experimental speedup some xfermodes with Sk4f by reed · 10 years ago
  68. 0734236 SkPMFloat: fewer internal this->isValid() assertions. by mtklein · 10 years ago
  69. d0d37ca Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  70. 82973db Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #31 id:590001 of https://codereview.chromium.org/1034733002/) by rmistry · 10 years ago
  71. 46112cf Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  72. be27a11 SkPDF: SkPDFGraphicState Lookup hashtabled by halcanary · 10 years ago
  73. 03e5161 Implicit constructors for SkFunction are much more readable. by mtklein · 10 years ago
  74. 2b6acb4 Switch to one single bitmap text blob cache allocation by joshualitt · 10 years ago
  75. 7441527 Constructor and call argument forwarding for SkFunction. by mtklein · 10 years ago
  76. fb8307c Add SkTHashSet::find() by mtklein · 10 years ago
  77. 97312d0 small-object optimization for SkFunction by mtklein · 10 years ago
  78. 7c0273f Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #27 id:510001 of https://codereview.chromium.org/1034733002/) by rmistry · 10 years ago
  79. 4a9426f Sketch SkFunction by mtklein · 10 years ago
  80. f5f8518 Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  81. af9c85d SkPDF: remove SK_NO_FLATE & dead code in SkPDFStream by halcanary · 10 years ago
  82. 0340df5 back to Sk4f for SkPMColor #floats by mtklein · 10 years ago
  83. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 10 years ago
  84. ff42021 Revert of Remove SkClipStack's manual rounding of BW clip rects (patchset #3 id:80001 of https://codereview.chromium.org/1033453003/) by robertphillips · 10 years ago
  85. 7da1901 use Sk4f for matrix math by reed · 10 years ago
  86. 06d3d68 Revert "Implement approx-match support in image filter saveLayer() offscreen." by senorblanco · 10 years ago
  87. b97dafe Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  88. d8b34c2 use table of procs (and unrolling) to speed up mapPts by reed · 10 years ago
  89. daee7ea impl SkConvertQuadToCubic w/ Sk2s by reed · 10 years ago
  90. a644116 Revert of Make the canvas draw looper setup update the canvas save count (patchset #1 id:1 of https://codereview.chromium.org/1034033004/) by reed · 10 years ago
  91. fd3a91e Make the canvas draw looper setup update the canvas save count by reed · 10 years ago
  92. 3d4c4a5 SkPMFloat::trunc() by mtklein · 10 years ago
  93. 5501103 use new faster/vector impl for chopping conics by reed · 10 years ago
  94. c08330f remove slower scalar code in favor of vectors by reed · 10 years ago
  95. 3756d81 remove #if 0 code by reed · 10 years ago
  96. 83e22e4 use custom search for pathmeasure by reed · 10 years ago
  97. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  98. b25a83b Use Sk4x to speed-up bounds of an array of points by reed · 10 years ago
  99. 15391ee Update 4-at-a-time APIs. by mtklein · 10 years ago
  100. 2af8583 simple patch to always init SkTextBlob uniqueID by joshualitt · 10 years ago