1. 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 · 9 years ago
  2. a8448bc PDF: Correctly embed JPEG images directly into PDF output. by halcanary · 9 years ago
  3. ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 9 years ago
  4. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  5. 72badbd Add ReverseIter to GrTRecorder by cdalton · 9 years ago
  6. bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 9 years ago
  7. aab35d9 remove unused (by clients) SkPathUtils by reed · 9 years ago
  8. e16b04a SkJpegCodec by msarett · 9 years ago
  9. 115acee Sk4h and Sk8h for SSE by mtklein · 9 years ago
  10. 30ac464 early return from stream peek by caryclark · 9 years ago
  11. ffab15f use anon namespace to avoid (silent) collisions between local test classes by reed · 9 years ago
  12. 51985e3 setDrawFilter needs to trigger any deferred saves by reed · 9 years ago
  13. 3c309db Implementing filling for SkBmpCodec by msarett · 9 years ago
  14. 29be795 Fix ASAN error by msarett · 9 years ago
  15. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  16. 0b18c35 add test for opaque-preserving colormatrixfilters by reed · 9 years ago
  17. 195f62d BUG=skia: by stephana · 9 years ago
  18. 29b1afc Rearrange SkRecord with small N in mind by mtklein · 9 years ago
  19. 35f5576 Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of https://codereview.chromium.org/1061783002/) by mtklein · 9 years ago
  20. e2dd940 Rearrange SkRecord with small N in mind by mtklein · 9 years ago
  21. feaadee SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  22. 3f32432 Add mechanism to proactively purge old resources in GrResourceCache. by bsalomon · 9 years ago
  23. 2ad228e SkPDF: Remove Array's unused set(i) and get(i) (leaving only append()) by halcanary · 9 years ago
  24. e4579ad Add helper for creating a SkSurface from a client created texture. by bsalomon · 9 years ago
  25. 95bc5f3 change isNestedRect to isNestedFillRect by caryclark · 9 years ago
  26. 693e993 Remove unused InstCounterClass. by bungeman · 9 years ago
  27. f1f8895 add realloc method to SkAutoSTMalloc by joshualitt · 9 years ago
  28. 687fa1c restore clipstack to heap-ptr, so clients can ref it by reed · 9 years ago
  29. 0a7e69c Get rid of leaks in SkCodec::NewFromStream. by scroggo · 9 years ago
  30. 3d62683 New names for SkPMFloat methods. by mtklein · 9 years ago
  31. a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats by mtklein · 9 years ago
  32. 028a413 Add a method to read a stream without advancing it. by scroggo · 9 years ago
  33. 4808757 Remove all code related to NaCl by borenet · 9 years ago
  34. b41f057 That last CL subverted the purpose of the test. Put it back how it was. by mtklein · 9 years ago
  35. 03e5161 Implicit constructors for SkFunction are much more readable. by mtklein · 9 years ago
  36. 68b204e Ico test with embedded png by msarett · 9 years ago
  37. 7441527 Constructor and call argument forwarding for SkFunction. by mtklein · 9 years ago
  38. 5842154 SkCodec::onGetScanlineDecoder must call rewind. by scroggo · 9 years ago
  39. fb8307c Add SkTHashSet::find() by mtklein · 9 years ago
  40. 65a8e12 Acknowledge that SkIcoCodec can rewind and test it. by scroggo · 9 years ago
  41. 3eada2a Make SkPngCodec support rewinding properly. by scroggo · 9 years ago
  42. 97312d0 small-object optimization for SkFunction by mtklein · 9 years ago
  43. 79e378d Handle rewinds in SkBmpCodec. by scroggo · 9 years ago
  44. 4a9426f Sketch SkFunction by mtklein · 9 years ago
  45. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 9 years ago
  46. af9c85d SkPDF: remove SK_NO_FLATE & dead code in SkPDFStream by halcanary · 9 years ago
  47. 0340df5 back to Sk4f for SkPMColor #floats by mtklein · 9 years ago
  48. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago
  49. 7da1901 use Sk4f for matrix math by reed · 9 years ago
  50. a096d7a SkCodec: add wbmp class by halcanary · 9 years ago
  51. daee7ea impl SkConvertQuadToCubic w/ Sk2s by reed · 9 years ago
  52. 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 · 9 years ago
  53. fd3a91e Make the canvas draw looper setup update the canvas save count by reed · 9 years ago
  54. 3d4c4a5 SkPMFloat::trunc() by mtklein · 9 years ago
  55. 5501103 use new faster/vector impl for chopping conics by reed · 9 years ago
  56. 5435929 cumulative pathops patch by caryclark · 9 years ago
  57. c08330f remove slower scalar code in favor of vectors by reed · 9 years ago
  58. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  59. 15391ee Update 4-at-a-time APIs. by mtklein · 9 years ago
  60. d4714af SkPDF SkPDFObject::addResources signature simplified by halcanary · 9 years ago
  61. f41061c SKPDF: refactor pdfcatalog and pdfdocument by halcanary · 9 years ago
  62. 6b9ef90 SkChopCubicAt2 using Sk2s -- 2x faster by reed · 9 years ago
  63. f3d53a0 SkPDF: unit test cleanup by halcanary · 9 years ago
  64. 0dc4dd6 Revert of pathops version two (patchset #16 id:150001 of https://codereview.chromium.org/1002693002/) by reed · 9 years ago
  65. 82dec0e1 Revert of remove obsolete tests (patchset #1 id:1 of https://codereview.chromium.org/1030883002/) by caryclark · 9 years ago
  66. 74c464a Revert of fix destructor order to fix build (patchset #1 id:1 of https://codereview.chromium.org/1033703002/) by caryclark · 9 years ago
  67. 4b65059 Go back to storeAligned / LoadAligned for SkPMFloat <->Sk4f. by mtklein · 9 years ago
  68. c207f9b fix destructor order to fix build by caryclark · 9 years ago
  69. e02c944 remove obsolete tests by caryclark · 9 years ago
  70. ccec0f9 pathops version two by caryclark · 9 years ago
  71. 470fa6f aacc + bbdd by mtklein · 9 years ago
  72. 2e220fb Start fresh on swizzles by mtklein · 9 years ago
  73. 92d04da Replace _mm_cvtps_epi32(x) with _mm_cvttps_epi32(_mm_add_ps(0.5f), x). by mtklein · 9 years ago
  74. 8010632 remove meaningless matrix benches, add mapPts() and add new benches by reed · 9 years ago
  75. 3e5c2b1 Preserve texture compression when saving a revised skp from debugger by robertphillips · 9 years ago
  76. 8dcb8b0 Do not playback pending commands for full deferred canvas writePixels by kkinnunen · 9 years ago
  77. 02f46cf Some usability ideas around SkTHash. by mtklein · 9 years ago
  78. b640203 use Sk2s for conics by reed · 9 years ago
  79. cea9f35 Sk2x::invert() and Sk2x::approxInvert() by mtklein · 9 years ago
  80. bf0c56f Hack around skia:3570 for now. by mtklein · 9 years ago
  81. 01a7813 Add divide to Sk2x, use native vdiv and vsqrt on ARM 64. by mtklein · 9 years ago
  82. f224f13 Allow negative error for Sk4f::sqrt() test. by mtklein · 9 years ago
  83. 92de013 Sk2x/Sk4x: add negate(), operator -() by mtklein · 9 years ago
  84. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  85. 40b7dd5 use Sk2s for EvalQuadTangent and ChopQuadAt by reed · 9 years ago
  86. 26bf90e operator overloads for Sk4x, use them all where possible by mtklein · 9 years ago
  87. adf9990 add SkMatrix::decomposeScale by reed · 9 years ago
  88. d800d87 Try out operator overloads for Sk2x. by mtklein · 9 years ago
  89. 950e986 Port to real Sk2f. by mtklein · 9 years ago
  90. bbecae0 Sk2x by mtklein · 9 years ago
  91. 65cb2cd alt SkEvalQuadAt that returns its answer, using Sk2f by reed · 9 years ago
  92. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  93. 422677c Add Load2/store2 to Sk4x (dumb impl for now) by reed · 9 years ago
  94. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  95. 97ca98d Let's find out what's up with the TSAN bot test failures. by mtklein · 9 years ago
  96. 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 · 9 years ago
  97. 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 · 9 years ago
  98. 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 · 9 years ago
  99. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  100. b83205a Fix build for UCLIBC platforms by smcgruer · 9 years ago