1. 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
  2. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  3. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  4. 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
  5. 62e1a1a Make SK_BUILD_FOR_WIN32 auto-detection work. by mtklein · 8 years ago
  6. a746f78 Fix dtor bug in SkLights by robertphillips · 8 years ago
  7. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  8. 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
  9. b1dd067 Remove 'Ulta' width. by bungeman · 8 years ago
  10. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  11. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  12. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  13. d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
  14. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  15. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  16. 8d7f5c3 Default fake gamma to sRGB. by mtklein · 8 years ago
  17. 12e9662 Remove some ancillary users of SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  18. aa8f394 Conditionally define SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  19. a0605bf Add writeToMemory() API to SkColorSpace by msarett · 8 years ago
  20. eae6a91 SkPaint intercept API for SkTextBlob and horizontal text by fmalita · 8 years ago
  21. fa84d94 Make both SK_API definition points identical and order independent. by mtklein · 8 years ago
  22. 7b9b541 Expose more gamma info for UMA statistics by msarett · 8 years ago
  23. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  24. aef94d1 Avoid warnings on GCC 4.8.4 by jcgregorio · 8 years ago
  25. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  26. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  27. b811378 Update typeface serialization style. by bungeman · 8 years ago
  28. 6e45bda Add test for typeface style round trip. by bungeman · 8 years ago
  29. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  30. 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
  31. d0e95a5 typedef uint16_t SkGlyphID by halcanary · 8 years ago
  32. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  33. b560b5c lockPixelsAreWritable is deprecated by reed · 8 years ago
  34. 9c1d45d Always init SkPathRef variables. by senorblanco · 8 years ago
  35. 9a5c47f Add SkRasterPipeline blitter. by mtklein · 8 years ago
  36. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  37. aa29b27 Revert of Add SkRasterPipeline blitter. (patchset #18 id:340001 of https://codereview.chromium.org/2146413002/ ) by mtklein · 8 years ago
  38. 5bfee98 Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  39. 3011e33 Add SkRasterPipeline blitter. by mtklein · 8 years ago
  40. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  41. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  42. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  43. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  44. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  45. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  46. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  47. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  48. 1f790aa Improve assert reporting. by bungeman · 8 years ago
  49. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  50. a2217ef use special-image for imagefilters and save/restore layer by reed · 8 years ago
  51. e51c356 pre-land special methods on device by reed · 8 years ago
  52. 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
  53. e34f17d Make SkFont a bit more useable by robertphillips · 8 years ago
  54. 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 8 years ago
  55. 0ae36a2 In GrShape detect that stroked axis-aligned lines are rrects. by bsalomon · 8 years ago
  56. 6fc8ff0 Add support for Fuchsia by abarth · 8 years ago
  57. 7503d60 move responsibility for creating raster-device into pdf by reed · 8 years ago
  58. cd4051e remove unused CreateInfo flag by reed · 8 years ago
  59. 4c7e117 Remove dead flag from SkPictureRecorder by robertphillips · 8 years ago
  60. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  61. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  62. b1b12f8 handle large conic weights by reed · 8 years ago
  63. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  64. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  65. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  66. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  67. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  68. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  69. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  70. afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 8 years ago
  71. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  72. 6092b6e Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1 id:1 of https://codereview.chromium.org/2137853002/ ) by reed · 8 years ago
  73. 14dce6e change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  74. 7ad42cf Corrected test for gcc/libc++ workaround. by bungeman · 8 years ago
  75. f48c62f Promote the GCC/libc++/<memory> 'typedef float float32_t' workaround to SkTypes.h by bsalomon · 8 years ago
  76. ea5a651 make some canvas utils virtual (for proxy based subclasses) by reed · 8 years ago
  77. 63f30d9 fix typos and capitalization on drawTextRSXform CL by reed · 8 years ago
  78. 45561a0 drawTextRSXform by reed · 8 years ago
  79. e5fb9c8 centralize VECTORCALL as SK_VECTORCALL by mtklein · 8 years ago
  80. a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
  81. 41c27e1 Experiment: add flag for finish-recording to return null by reed · 8 years ago
  82. 03912f1 Document SkSurface::MakeRaster's memory initialization by fmalita · 8 years ago
  83. 2dcb615 make setScaleTranslate public by reed · 8 years ago
  84. 9f4b332 SkPDF: allow overriding Producer metadata by halcanary · 8 years ago
  85. d922c33 inline very common intersect+rect_rgn by reed · 8 years ago
  86. 40e25b2 Update skia milestone to next by hcm · 8 years ago
  87. 47df89e speed up maprect for scale+trans case by reed · 8 years ago
  88. 0a8f40c remove SK_SUPPORT_LEGACY_COLORPROFILETYPE dead-code by reed · 8 years ago
  89. 12c4fc2 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  90. 8bad3ac Fix up flags to SkGpuBlurUtils::GaussianBlur by robertphillips · 8 years ago
  91. 2c80711 Revert of Refactoring of CPU NormalMap handling out into its own class (patchset #13 id:240001 of https://codereview.chromium.org/2050773002/ ) by dvonbeck · 8 years ago
  92. 790a701 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  93. e074d1f Change SkColor4f to RGBA channel order by brianosman · 8 years ago
  94. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  95. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  96. 6efeda4 Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ ) by brianosman · 8 years ago
  97. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  98. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  99. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  100. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago