1. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  2. 36931c2 Add test for platform encoders, turn off platform encoders by default by msarett · 8 years ago
  3. 3287588 SkPDF: SkPDFFont class changes by halcanary · 8 years ago
  4. 883c8ef SkLiteDL: remove freelisting, add reset() and SKLITEDL_PAGE knob. by mtklein · 8 years ago
  5. 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
  6. e6f8ff0 Defined SkDEBUGFAILF on Release builds by hstern · 8 years ago
  7. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  8. 8bbbb69 Revert of add parallel public API for recording SkLiteDL. (patchset #1 id:1 of https://codereview.chromium.org/2246893002/ ) by mtklein · 8 years ago
  9. 6ad75d1 LightingFP now supports multiple directional lights by dvonbeck · 8 years ago
  10. ced26a3 add parallel public API for recording SkLiteDL. by mtklein · 8 years ago
  11. 772b5ee Added PointLights to SkLights::Light by vjiaoblack · 8 years ago
  12. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  13. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  14. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  15. 6372e65 Delete quickRejectY() by msarett · 8 years ago
  16. a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
  17. 7cffe97 Add constructor to DashInfo to enable initializer lists by hstern · 8 years ago
  18. 0cbe77c Add a SkTLazy copy assignment operator by fmalita · 8 years ago
  19. 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
  20. 2ab9057 update textblob api to use sk_sp by reed · 8 years ago
  21. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  22. ceeaa78 Fix SkDEBUGCODE to accept commas by csmartdalton · 8 years ago
  23. 3f0e694 Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #5 id:80001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  24. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  25. c5769b2 Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ ) by halcanary · 8 years ago
  26. 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  27. 69cfa9c Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #4 id:60001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  28. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  29. e9d55c5 Revert of Store mipmap levels in deferred texture image (patchset #11 id:200001 of https://codereview.chromium.org/2115023002/ ) by halcanary · 8 years ago
  30. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  31. 8eccc30 SkPDF: SkPDFFont organization changes. by halcanary · 8 years ago
  32. b47cd4b Use SkNVRefCnt for a couple common types. by mtklein · 8 years ago
  33. 23d9776 Move seg_to to a new header, define SkSegType enum there by hstern · 8 years ago
  34. 8b1d32c SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over by halcanary · 8 years ago
  35. f95388d Remove SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  36. 9c5052f SkLite* by mtklein · 8 years ago
  37. 300405a Enable SK_DEBUG/SK_RELEASE to be defined in the user config. by djsollen · 8 years ago
  38. 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
  39. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  40. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  41. 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
  42. 62e1a1a Make SK_BUILD_FOR_WIN32 auto-detection work. by mtklein · 8 years ago
  43. a746f78 Fix dtor bug in SkLights by robertphillips · 8 years ago
  44. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  45. 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
  46. b1dd067 Remove 'Ulta' width. by bungeman · 8 years ago
  47. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  48. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  49. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  50. d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
  51. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  52. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  53. 8d7f5c3 Default fake gamma to sRGB. by mtklein · 8 years ago
  54. 12e9662 Remove some ancillary users of SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  55. aa8f394 Conditionally define SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  56. a0605bf Add writeToMemory() API to SkColorSpace by msarett · 8 years ago
  57. eae6a91 SkPaint intercept API for SkTextBlob and horizontal text by fmalita · 8 years ago
  58. fa84d94 Make both SK_API definition points identical and order independent. by mtklein · 8 years ago
  59. 7b9b541 Expose more gamma info for UMA statistics by msarett · 8 years ago
  60. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  61. aef94d1 Avoid warnings on GCC 4.8.4 by jcgregorio · 8 years ago
  62. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  63. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  64. b811378 Update typeface serialization style. by bungeman · 8 years ago
  65. 6e45bda Add test for typeface style round trip. by bungeman · 8 years ago
  66. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  67. 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
  68. d0e95a5 typedef uint16_t SkGlyphID by halcanary · 8 years ago
  69. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  70. b560b5c lockPixelsAreWritable is deprecated by reed · 8 years ago
  71. 9c1d45d Always init SkPathRef variables. by senorblanco · 8 years ago
  72. 9a5c47f Add SkRasterPipeline blitter. by mtklein · 8 years ago
  73. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  74. aa29b27 Revert of Add SkRasterPipeline blitter. (patchset #18 id:340001 of https://codereview.chromium.org/2146413002/ ) by mtklein · 8 years ago
  75. 5bfee98 Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  76. 3011e33 Add SkRasterPipeline blitter. by mtklein · 8 years ago
  77. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  78. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  79. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  80. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  81. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  82. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  83. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  84. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  85. 1f790aa Improve assert reporting. by bungeman · 8 years ago
  86. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  87. a2217ef use special-image for imagefilters and save/restore layer by reed · 8 years ago
  88. e51c356 pre-land special methods on device by reed · 8 years ago
  89. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  90. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  91. 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 8 years ago
  92. 0ae36a2 In GrShape detect that stroked axis-aligned lines are rrects. by bsalomon · 8 years ago
  93. 6fc8ff0 Add support for Fuchsia by abarth · 8 years ago
  94. 7503d60 move responsibility for creating raster-device into pdf by reed · 8 years ago
  95. cd4051e remove unused CreateInfo flag by reed · 8 years ago
  96. 4c7e117 Remove dead flag from SkPictureRecorder by robertphillips · 8 years ago
  97. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  98. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  99. b1b12f8 handle large conic weights by reed · 8 years ago
  100. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago