1. 7da1901 use Sk4f for matrix math by reed · 10 years ago
  2. a096d7a SkCodec: add wbmp class by halcanary · 10 years ago
  3. daee7ea impl SkConvertQuadToCubic w/ Sk2s by reed · 10 years ago
  4. 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
  5. fd3a91e Make the canvas draw looper setup update the canvas save count by reed · 10 years ago
  6. 3d4c4a5 SkPMFloat::trunc() by mtklein · 10 years ago
  7. 5501103 use new faster/vector impl for chopping conics by reed · 10 years ago
  8. 5435929 cumulative pathops patch by caryclark · 10 years ago
  9. c08330f remove slower scalar code in favor of vectors by reed · 10 years ago
  10. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  11. 15391ee Update 4-at-a-time APIs. by mtklein · 10 years ago
  12. d4714af SkPDF SkPDFObject::addResources signature simplified by halcanary · 10 years ago
  13. f41061c SKPDF: refactor pdfcatalog and pdfdocument by halcanary · 10 years ago
  14. 6b9ef90 SkChopCubicAt2 using Sk2s -- 2x faster by reed · 10 years ago
  15. f3d53a0 SkPDF: unit test cleanup by halcanary · 10 years ago
  16. 0dc4dd6 Revert of pathops version two (patchset #16 id:150001 of https://codereview.chromium.org/1002693002/) by reed · 10 years ago
  17. 82dec0e1 Revert of remove obsolete tests (patchset #1 id:1 of https://codereview.chromium.org/1030883002/) by caryclark · 10 years ago
  18. 74c464a Revert of fix destructor order to fix build (patchset #1 id:1 of https://codereview.chromium.org/1033703002/) by caryclark · 10 years ago
  19. 4b65059 Go back to storeAligned / LoadAligned for SkPMFloat <->Sk4f. by mtklein · 10 years ago
  20. c207f9b fix destructor order to fix build by caryclark · 10 years ago
  21. e02c944 remove obsolete tests by caryclark · 10 years ago
  22. ccec0f9 pathops version two by caryclark · 10 years ago
  23. 470fa6f aacc + bbdd by mtklein · 10 years ago
  24. 2e220fb Start fresh on swizzles by mtklein · 10 years ago
  25. 92d04da Replace _mm_cvtps_epi32(x) with _mm_cvttps_epi32(_mm_add_ps(0.5f), x). by mtklein · 10 years ago
  26. 8010632 remove meaningless matrix benches, add mapPts() and add new benches by reed · 10 years ago
  27. 3e5c2b1 Preserve texture compression when saving a revised skp from debugger by robertphillips · 10 years ago
  28. 8dcb8b0 Do not playback pending commands for full deferred canvas writePixels by kkinnunen · 10 years ago
  29. 02f46cf Some usability ideas around SkTHash. by mtklein · 10 years ago
  30. b640203 use Sk2s for conics by reed · 10 years ago
  31. cea9f35 Sk2x::invert() and Sk2x::approxInvert() by mtklein · 10 years ago
  32. bf0c56f Hack around skia:3570 for now. by mtklein · 10 years ago
  33. 01a7813 Add divide to Sk2x, use native vdiv and vsqrt on ARM 64. by mtklein · 10 years ago
  34. f224f13 Allow negative error for Sk4f::sqrt() test. by mtklein · 10 years ago
  35. 92de013 Sk2x/Sk4x: add negate(), operator -() by mtklein · 10 years ago
  36. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 10 years ago
  37. 40b7dd5 use Sk2s for EvalQuadTangent and ChopQuadAt by reed · 10 years ago
  38. 26bf90e operator overloads for Sk4x, use them all where possible by mtklein · 10 years ago
  39. adf9990 add SkMatrix::decomposeScale by reed · 10 years ago
  40. d800d87 Try out operator overloads for Sk2x. by mtklein · 10 years ago
  41. 950e986 Port to real Sk2f. by mtklein · 10 years ago
  42. bbecae0 Sk2x by mtklein · 10 years ago
  43. 65cb2cd alt SkEvalQuadAt that returns its answer, using Sk2f by reed · 10 years ago
  44. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 10 years ago
  45. 422677c Add Load2/store2 to Sk4x (dumb impl for now) by reed · 10 years ago
  46. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 10 years ago
  47. 97ca98d Let's find out what's up with the TSAN bot test failures. by mtklein · 10 years ago
  48. 78acf96 Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end. by dml · 10 years ago
  49. cdeca44 Revert "Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end." by scroggo · 10 years ago
  50. 493c1ce Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end. by Leon Scroggins III · 10 years ago
  51. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 10 years ago
  52. b83205a Fix build for UCLIBC platforms by smcgruer · 10 years ago
  53. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 10 years ago
  54. 3318ee7 Use C locale for numerics when emitting shaders. by bsalomon · 10 years ago
  55. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  56. 2a679ae Fix bug with very large round rects with large radii by robertphillips · 10 years ago
  57. c1b11f1 Handle paths that do not report empty, but have no edges. by reed · 10 years ago
  58. 6e8f903 Ico security issues fix by msarett · 10 years ago
  59. dd8c637 Fix Windows build. by scroggo · 10 years ago
  60. f45796e Fix a memory leak when decoding corrupted indexed PNGs. by dml · 10 years ago
  61. 9b3aa54 optimization/fix: dirty the clip-bounds when we mod the clip in savelayer by reed · 10 years ago
  62. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 10 years ago
  63. 8371b7e Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #2 id:20001 of https://codereview.chromium.org/951663002/) by reed · 10 years ago
  64. 561a1ca Fix a memory leak when decoding corrupted indexed PNGs. by dml · 10 years ago
  65. 23d8593 Update SkPicture cull rects with RTree information by schenney · 10 years ago
  66. a27cdef Make Sk4f(float) constructor explicit. by mtklein · 10 years ago
  67. a9d9a39 Read pixels in BGRA non-premul mode in few tests by kkinnunen · 10 years ago
  68. 5c518a8 Revert of check for inputs before reporting asColorFilter (patchset #7 id:110001 of https://codereview.chromium.org/967833003/) by reed · 10 years ago
  69. a0865b4 Revert of Update SkPicture cull rects with RTree information (patchset #6 id:140001 of https://codereview.chromium.org/971803002/) by joshualitt · 10 years ago
  70. 548bf38 4-at-a-time SkPMColor -> SkPMFloat API. by mtklein · 10 years ago
  71. dac843b Use ComposeColorFilter in factory to collapse consecutive filters (when possible). by reed · 10 years ago
  72. 2dd3b66 Update SkPicture cull rects with RTree information by schenney · 10 years ago
  73. dc81222 add impl limit for number of leaf-nodes in composecolorfilter by reed · 10 years ago
  74. a9baa65 Revert of Add image as a draw type that can be filtered (patchset #4 id:60001 of https://codereview.chromium.org/960783003/) by kkinnunen · 10 years ago
  75. fa77eb1 Add image as a draw type that can be filtered by kkinnunen · 10 years ago
  76. c877a71 4x library for NEON by msarett · 10 years ago
  77. 4e644f5 Update SkPMFloat API a bit. by mtklein · 10 years ago
  78. 0aebf5d Test and fix SkPMFloat rounding. by mtklein · 10 years ago
  79. 60d2a32 Make SkPMFloats store floats in [0,255] instead of [0,1]. by mtklein · 10 years ago
  80. cff10b2 change colorfilter to return an array of frag processors by reed · 10 years ago
  81. b421650 add double precision convex test by caryclark · 10 years ago
  82. 5ccef57 treat backwards quads as not convex by caryclark · 10 years ago
  83. a2b6d28 Fix for out-of-bounds intersection (found by fuzzer). by senorblanco · 10 years ago
  84. 3d32d50 PDF: Switch some unit tests to higher level API. by halcanary · 10 years ago
  85. a9061de Add rewind capability to SkChunkAlloc by robertphillips · 10 years ago
  86. e6cf9cb miniz support in SkFlate / PDF by mtklein · 10 years ago
  87. 24aa0f0 Add sqrt() and rsqrt() to Sk4f. by mtklein · 10 years ago
  88. 2719552 Think implicit promotion is a good idea? by mtklein · 10 years ago
  89. 870b9ea add auto SkPMFloat <-> Sk4f conversion by mtklein · 10 years ago
  90. d6ed19c Tessellating GPU path renderer. by senorblanco · 10 years ago
  91. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  92. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  93. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  94. 63c684a fuzzer fixes by caryclark · 10 years ago
  95. 83787d0 only notify bitmaps that have been added to the cache by reed · 10 years ago
  96. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 10 years ago
  97. fe1b180 Fix radii scaling bug in SkRRect::setNinePatch by robertphillips · 10 years ago
  98. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 10 years ago
  99. 44701df Move clip off of draw target by joshualitt · 10 years ago
  100. b8de1f4 Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to last Move op by robertphillips · 10 years ago