1. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  2. b9a10d8 Fix alpha bug in SkColorXform by msarett · 8 years ago
  3. 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
  4. 5d2befe Avoid caching resources for volatile bitmap shaders by fmalita · 8 years ago
  5. 03591a7 finish SkLiteDL by mtklein · 8 years ago
  6. 29de8d9 SkLiteDL, very nearly the rest by mtklein · 8 years ago
  7. ec55959 SkLiteDL: closing in by mtklein · 8 years ago
  8. 6f8411d flesh out more of SkLiteDL: by mtklein · 8 years ago
  9. 9c5052f SkLite* by mtklein · 8 years ago
  10. 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
  11. 462d014 SkPDF: Stop using kHAdvance_PerGlyphInfo by halcanary · 8 years ago
  12. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  13. 40254c2 SkBlendARGB32 and S32[A]_Blend_BlitRow32 are currently formulated as: SkAlphaMulQ(src, src_scale) + SkAlphaMulQ(dst, dst_scale), which boils down to ((src*src_scale)>>8) + ((dst*dst_scale)>>8). In particular, note that the intermediate precision is discarded before the two parts are added together, causing the final result to possibly inaccurate. by lsalzman · 8 years ago
  14. f77c47b use SkMakeBitmapShader to not force copies when possible by reed · 8 years ago
  15. 955e879 Making a sample for shadow maps for more intensive development by vjiaoblack · 8 years ago
  16. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  17. ac09554 check zero-length text draws by reed · 8 years ago
  18. 1b9e2fb This CL's base is the CL that sets up the distance vector field req. exposure: https://codereview.chromium.org/2114993002/ by dvonbeck · 8 years ago
  19. b8d1aac Create a separate src for colorspace tests by msarett · 8 years ago
  20. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  21. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  22. a5c357f Fix compiler complaints about uninit vars by msarett · 8 years ago
  23. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  24. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  25. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  26. bb75a95 Don't leave fResScale uninitialized when constructing an SkStroke. by deanm · 8 years ago
  27. 552bca9 Fix copy-paste bugs in SkCanvas Nine and Lattice by msarett · 8 years ago
  28. 9d65bb4 Fixed ambient lighting calculations on SkLightingShader by dvonbeck · 8 years ago
  29. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  30. 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
  31. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  32. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  33. c213f0d Hide (mostly) unused SkColorSpace writeToICC() function by msarett · 8 years ago
  34. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  35. d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
  36. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  37. da574d1 Replace old SkRecords RefBox with sk_sp. by mtklein · 8 years ago
  38. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  39. 53da5ba adding new GM to demostrate new shadows by vjiaoblack · 8 years ago
  40. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  41. 02aed95 Revert of GrFP can express distance vector field req., program builder declares variable for it (patchset #20 id:370001 of https://codereview.chromium.org/2114993002/ ) by mtklein · 8 years ago
  42. fe2042e SkRasterPipeline: new APIs for fusion by mtklein · 8 years ago
  43. d05a875 SkNx: add Sk4u by mtklein · 8 years ago
  44. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  45. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  46. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  47. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  48. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  49. 9b84f8c turn bitmaps into images during recording by reed · 8 years ago
  50. a0605bf Add writeToMemory() API to SkColorSpace by msarett · 8 years ago
  51. eae6a91 SkPaint intercept API for SkTextBlob and horizontal text by fmalita · 8 years ago
  52. bba4cfe Added API for Bevel NormalSource. by dvonbeck · 8 years ago
  53. 9277222 Revert of align cap hairline first point (patchset #2 id:20001 of https://codereview.chromium.org/2189583003/ ) by tomhudson · 8 years ago
  54. 7b9b541 Expose more gamma info for UMA statistics by msarett · 8 years ago
  55. 52f85d4 align cap hairline first point by caryclark · 8 years ago
  56. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  57. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  58. bb0ab4d Fix leak of srgb/adobesrgb colorspace objects by bsalomon · 8 years ago
  59. 7fd93e3 Start measuring f16 and srgb speed. by mtklein · 8 years ago
  60. e93393b don't specialize drawBitmapRect for minirecorder; no longer called by blink by reed · 8 years ago
  61. f660b7c Add Sk4h_load4 for loading F16. by mtklein · 8 years ago
  62. 27efa23 respect kFast_SrcRectConstraint by allowing shader access to entire bitmap by reed · 8 years ago
  63. 3418c0e Delete SkDefaultXform, handle edge cases in SkColorSpaceXform_Base by msarett · 8 years ago
  64. 9ac6d8d Fix F16 raster text masks. We don't want fake gamma in that case. by brianosman · 8 years ago
  65. b811378 Update typeface serialization style. by bungeman · 8 years ago
  66. 6e45bda Add test for typeface style round trip. by bungeman · 8 years ago
  67. 4e90e3e Have SkRasterPipelineBlitter take over for F16 when it can. by mtklein · 8 years ago
  68. bd2bd5c lock special-raster while the caller's bitmap is in-scope by reed · 8 years ago
  69. 1ab9e59 Google3 <functional> has a global "using std::plus"... by mtklein · 8 years ago
  70. 6466544 stages for most xfermodes by mtklein · 8 years ago
  71. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  72. 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
  73. b5acf6e Add a clamp stage to SkRasterPipelineBlitter. by mtklein · 8 years ago
  74. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  75. b560b5c lockPixelsAreWritable is deprecated by reed · 8 years ago
  76. 057ae8a Fix misdetection of rectangles in SkPath::IsSimpleClosedRect. by bsalomon · 8 years ago
  77. 8e4373f Have SkRasterPipelineBlitter take over for 565 when it can. by mtklein · 8 years ago
  78. 86a6c6d In the current code, tiling and bilerp sampling are strongly tied together. They can be separated by taking advantage of observation that translating a sample point into filter points in the bilerp stage the filter points will be at most 0.5 outside the tile. This allows simplified repositioning for the various tiling modes; clamp and mirror use min and max while repeat has max -> 0 and 0-> max. This allows bilerp to simply treat the filter points that fall off the tile. This allows tiling and bilerp sampling to be totally separate. by herb · 8 years ago
  79. 9a5c47f Add SkRasterPipeline blitter. by mtklein · 8 years ago
  80. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  81. aa29b27 Revert of Add SkRasterPipeline blitter. (patchset #18 id:340001 of https://codereview.chromium.org/2146413002/ ) by mtklein · 8 years ago
  82. 5bfee98 Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  83. 3011e33 Add SkRasterPipeline blitter. by mtklein · 8 years ago
  84. d50e240 Fix SkClipStack bug with inverse-filled difference elements by csmartdalton · 8 years ago
  85. d01a8f4 Fix SW sRGB dst + LCD coverage bug. by mtklein · 8 years ago
  86. a5ba329 Add clamp to sk_linear_to_srgb, reorder instructions by msarett · 8 years ago
  87. da626aa Revert of Redo Tiling (patchset #14 id:260001 of https://codereview.chromium.org/2134893002/ ) by jcgregorio · 8 years ago
  88. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  89. 8602ede In the current code, tiling and bilerp sampling are strongly tied together. They can be separated by taking advantage of observation that translating a sample point into filter points in the bilerp stage the filter points will be at most 0.5 outside the tile. This allows simplified repositioning for the various tiling modes; clamp and mirror use min and max while repeat has max -> 0 and 0-> max. This allows bilerp to simply treat the filter points that fall off the tile. This allows tiling and bilerp sampling to be totally separate. by herb · 8 years ago
  90. 959d45b Miscellaneous color space refactors by msarett · 8 years ago
  91. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  92. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  93. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  94. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  95. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  96. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  97. 1b93bd1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  98. 0c90247 Correct sRGB <-> linear everywhere. by mtklein · 8 years ago
  99. 456bf30 Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  100. ad7604b Have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ )" by reed · 8 years ago