1. 43437c2 Round to nearest in ScalarTo256. by benjaminwagner · 9 years ago
  2. 970fd1f Use ARM fixes for SDF encoding. by jvanverth · 9 years ago
  3. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 9 years ago
  4. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  5. 8f7b0b2 simplify/unify xferproc api by reed · 9 years ago
  6. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 9 years ago
  7. ccb74b8 Move SkPackBits to src/effects. by bungeman · 9 years ago
  8. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  9. 5a70bc7 make transformed rrect radii fit rectangle by caryclark · 9 years ago
  10. 5d2cd6e Move SkUtils.h to src/core. by bungeman · 9 years ago
  11. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 9 years ago
  12. 8889347 remove unnecessary copies by mtklein · 9 years ago
  13. a856e25 Better encapsulation and vector calling convention. by herb · 9 years ago
  14. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  15. 933ad43 Add spans for matrix ops. by herb · 9 years ago
  16. d49a86a allow move/zero-line/close to draw caps by caryclark · 9 years ago
  17. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  18. 129ed1c lots of sRGB and F16 blits by reed · 9 years ago
  19. 1d56448 add SkGraphics::PurageAllCaches by reed · 9 years ago
  20. 1d52469 Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1723473002/ ) by reed · 9 years ago
  21. 75a7329 Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713413002/ ) by reed · 9 years ago
  22. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 9 years ago
  23. d97f07d revert fuzzer fixes for canvas, need to investigate more by reed · 9 years ago
  24. 00bea4a fix misc asserts and checks found by fuzzer by reed · 9 years ago
  25. f5d4746 Fix asserts found in SampleApp and update the tests with additional interesting numbers. by herb · 9 years ago
  26. 3eb4895 Add point spans, but fall back for all cases. by herb · 9 years ago
  27. 3b32bc5 check pm swizzle when extracting lcd coverage by reed · 9 years ago
  28. c5b1228 remove supports4f flag for colorfilters by reed · 9 years ago
  29. 950fb1c Insert an empty image when we cannot decode by scroggo · 9 years ago
  30. be8c19e NEON f32 <-> f16 and f32 <-> u16 by mtklein · 9 years ago
  31. df7bb47 Update SkImageFilter's cache to handle SkSpecialImages and add unit test by robertphillips · 9 years ago
  32. 4b25cf0 fix red/blue order in 64bit blits by reed · 9 years ago
  33. ed54504 Switch to pixmap in API. by herb · 9 years ago
  34. dd9ffea make SkPM4f private by reed · 9 years ago
  35. d689bf8 Move SkTInternalLList.h to src/core. by bungeman · 9 years ago
  36. dcd1fcc check for zero conic weights in interp by caryclark · 9 years ago
  37. 3b087f4 Update SkSpecialImage API by robertphillips · 9 years ago
  38. 4528c86 lcd blits for sRGB by reed · 9 years ago
  39. a7b1685 remove legacy flags by caryclark · 9 years ago
  40. a110538 fix asan error deref-ing null ptr by caryclark · 9 years ago
  41. 6b14c6b remove legacy bitmap filter by caryclark · 9 years ago
  42. 8e7b19d add interp path by caryclark · 9 years ago
  43. c5eddd7 Add bilerp filtering. by herb · 9 years ago
  44. 576af8f some modes need clamping due to numerical imprecision by reed · 9 years ago
  45. e2412d5 Adding direct access to SkMipMap levels. by cblume · 9 years ago
  46. 3bc2624 try plain-old code for sk_memset16/32 now that NEON is compile-time by mtklein · 9 years ago
  47. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  48. 6900641 add last move to serialized path by caryclark · 9 years ago
  49. 70bb808 Add request cache to SkFontHost_fontconfig. by bungeman · 9 years ago
  50. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 9 years ago
  51. feec878 Simplified linear pipeline. by herb · 9 years ago
  52. d96e7e5 misc fixes to make float buffers work a little better by reed · 9 years ago
  53. d10f5b3 Use geometric mean when selecting a mipmap scale by fmalita · 9 years ago
  54. 048494c clean up more dead code by mtklein · 9 years ago
  55. ff9febf add back Sk4i by mtklein · 9 years ago
  56. e8c3497 Change signature of SkSpecialImage::draw to take SkScalars by robertphillips · 9 years ago
  57. 8e17556 Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than SkFixed. by benjaminwagner · 9 years ago
  58. afec27f Image filters: change applyCropRect() to take a src rect. by senorblanco · 9 years ago
  59. 9dec5d2 Make SkRWBuffer destruct safely by scroggo · 9 years ago
  60. 66a6589 starter kit for colorspaces by reed · 9 years ago
  61. 8681e60 make SkComposeShader.h private by reed · 9 years ago
  62. a34be68 blitters for sRGB and float16 by reed · 9 years ago
  63. 97120a7 Revert of SkNx refactoring (patchset #4 id:60001 of https://codereview.chromium.org/1690633003/ ) by mtklein · 9 years ago
  64. e6af96a Change ScalarTo256 to more efficient implementation. by benjaminwagner · 9 years ago
  65. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  66. ddb64c8 new version of SkHalfToFloat_01 by mtklein · 9 years ago
  67. c1eb311 SkNx refactoring by mtklein · 9 years ago
  68. 49b9f8c Remove SK_SUPPORT_LEGACY_BITMAP_FILTER guard by fmalita · 9 years ago
  69. fff055c SkHalfToFloat_01 / SkFloatToHalf_01 by mtklein · 9 years ago
  70. cbefc5e Revert of SkHalfToFloat_01 / SkFloatToHalf_01 (patchset #11 id:200001 of https://codereview.chromium.org/1685133005/ ) by mtklein · 9 years ago
  71. 9ea11a4 SkHalfToFloat_01 / SkFloatToHalf_01 by mtklein · 9 years ago
  72. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
  73. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
  74. a2b340f move compose-shader into base-class as factory by reed · 9 years ago
  75. 126626e Sk4f: add floor() by mtklein · 9 years ago
  76. c023210 Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chromium.org/1685773002/ ) by mtklein · 9 years ago
  77. 86c6c49 Sk4f: add floor() by mtklein · 9 years ago
  78. 0449bcf add helper to create fancy underlines by caryclark · 9 years ago
  79. e712532 implement more xfermodeproc4f and add GM by reed · 9 years ago
  80. e4c0bee sknx refactoring by mtklein · 9 years ago
  81. f1d4151 Add unit test to feed valid SVG sequences to make sure that by caryclark · 9 years ago
  82. d2ed622 start experimenting with 64bit frame-buffers by reed · 9 years ago
  83. 33ed3ad Relocate anisotropic mipmap logic to SkMipMap::extractLevel() by fmalita · 9 years ago
  84. a525cb1 skeleton for float <-> half optimized procs by mtklein · 9 years ago
  85. eba209a Use min scale when selecting mip level by fmalita · 9 years ago
  86. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  87. 81bb79b Remove SkNx AVX code. It is not really used. Getting in the way of refactoring. by mtklein · 9 years ago
  88. c5c322d Optimize CMYK->RGBA (BGRA) transform for jpeg decodes by msarett · 9 years ago
  89. 3125565 extend modecolorfilter to 4f by reed · 9 years ago
  90. 0488202 remove dead SK_SUPPORT_LEGACY_NEG_SCALE_HQ flag by reed · 9 years ago
  91. 9d55297 Make SkString movable. by bungeman · 9 years ago
  92. ccce0e0 Make SkPaint movable. by bungeman · 9 years ago
  93. 9e01ac7 update allocpixels to know about F16 by reed · 9 years ago
  94. 964eec6 Add non-inline SkRTreeFactory constructor to fix clang-cl by brucedawson · 9 years ago
  95. 369e937 Add Histogram Macros to Skia by ericrk · 9 years ago
  96. 52b6461 increase subdivision for very large cubics by caryclark · 9 years ago
  97. 3601f28 add kRGBA_F16_SkColorType by reed · 9 years ago
  98. 16aad78 Fix memory leak in SkSpecialSurface by robertphillips · 9 years ago
  99. 3a94c6c Add SkAutoPixmapStorage::detachPixelsAsData() by fmalita · 9 years ago
  100. f7cdb06 extend compose-colorfilter to 4f by reed · 9 years ago