1. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  2. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  3. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  4. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
  5. dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
  6. 96206a9 Finish delete of SkNinePatch by msarett · 8 years ago
  7. bb75a95 Don't leave fResScale uninitialized when constructing an SkStroke. by deanm · 8 years ago
  8. 552bca9 Fix copy-paste bugs in SkCanvas Nine and Lattice by msarett · 8 years ago
  9. 9d65bb4 Fixed ambient lighting calculations on SkLightingShader by dvonbeck · 8 years ago
  10. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  11. a25f470 Delete SkNinePatch by msarett · 8 years ago
  12. 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
  13. 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
  14. b605f89 Remove now unused source files. by bungeman · 8 years ago
  15. 0b401ce Add code to lua paths to get the fill path and get lists of verbs and points by hstern · 8 years ago
  16. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  17. 7d0e3bc Rename FontConfigInterface font manager files. by bungeman · 8 years ago
  18. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  19. 6fd4c05 Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined by msarett · 8 years ago
  20. c213f0d Hide (mostly) unused SkColorSpace writeToICC() function by msarett · 8 years ago
  21. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  22. d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
  23. 68f2f7d Added distance vector support for CircleGeometryProcessor by dvonbeck · 8 years ago
  24. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  25. da574d1 Replace old SkRecords RefBox with sk_sp. by mtklein · 8 years ago
  26. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  27. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  28. 53da5ba adding new GM to demostrate new shadows by vjiaoblack · 8 years ago
  29. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  30. 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
  31. 7c0db75 Revert of Tidy up SkNx_neon. (patchset #3 id:40001 of https://codereview.chromium.org/2196773002/ ) by mtklein · 8 years ago
  32. 570f8af Revert of Added distance vector support for CircleGeometryProcessor (patchset #4 id:60001 of https://codereview.chromium.org/2190023002/ ) by mtklein · 8 years ago
  33. fe2042e SkRasterPipeline: new APIs for fusion by mtklein · 8 years ago
  34. 79b59e6 simplify neon shifts by mtklein · 8 years ago
  35. 6d9a213 If scissor would be empty in GrClipMaskManager::SetupClipping indicate draw can be skipped. by bsalomon · 8 years ago
  36. 4c18b62 Add ES 3.0 fallback for instanced rendering by csmartdalton · 8 years ago
  37. 848904e Fix vulkan build by egdaniel · 8 years ago
  38. 779e192 Added distance vector support for CircleGeometryProcessor by dvonbeck · 8 years ago
  39. 6ad2231 Tidy up SkNx_neon. by mtklein · 8 years ago
  40. 31bc7df Properly recycle uniform buffers in vulkan by egdaniel · 8 years ago
  41. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  42. d05a875 SkNx: add Sk4u by mtklein · 8 years ago
  43. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  44. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  45. 00db3fd Use HashSet instead of Dynamic hash for tracking vulkan resources by egdaniel · 8 years ago
  46. 5abbb44 SkPDF: flip saveLayer rightside up by halcanary · 8 years ago
  47. 1e87618 Remove GrContext::applyGamma by robertphillips · 8 years ago
  48. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  49. 0d9990f Merge ProgramDesc's for GL and Vulkan by egdaniel · 8 years ago
  50. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  51. 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
  52. ecf3dbe Remove use of MakeRenderTargetDirect from view system by robertphillips · 8 years ago
  53. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  54. dc90b53 Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  55. 00450f1 SkPDF: drawText makes use of SkPaint.measureText() for alignment. by halcanary · 8 years ago
  56. 9b84f8c turn bitmaps into images during recording by reed · 8 years ago
  57. 2f42896 Revert of Silence -Wclobbered in each file that needs it. (patchset #2 id:20001 of https://codereview.chromium.org/2184823009/ ) by mtklein · 8 years ago
  58. 4d516a6 Serialize SkColorSpace into DeferredTextureImage by bsalomon · 8 years ago
  59. 03f704a Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  60. a0605bf Add writeToMemory() API to SkColorSpace by msarett · 8 years ago
  61. eae6a91 SkPaint intercept API for SkTextBlob and horizontal text by fmalita · 8 years ago
  62. a408c8f Add SkGammaColorFilter by robertphillips · 8 years ago
  63. bba4cfe Added API for Bevel NormalSource. by dvonbeck · 8 years ago
  64. b4021cf Don't call finish on GrDrawTarget if we drew no batches by egdaniel · 8 years ago
  65. 9277222 Revert of align cap hairline first point (patchset #2 id:20001 of https://codereview.chromium.org/2189583003/ ) by tomhudson · 8 years ago
  66. 4b1e17e SkPdf: SkPDFFormXObject de-class-ified. by halcanary · 8 years ago
  67. fe8f0e0 SkPDF: refactor font subset: fewer copies by halcanary · 8 years ago
  68. 7b9b541 Expose more gamma info for UMA statistics by msarett · 8 years ago
  69. 34ee0c9 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
  70. 52f85d4 align cap hairline first point by caryclark · 8 years ago
  71. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  72. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  73. ac0e00d SkPDF: SkPDFStream takes a unique_ptr by halcanary · 8 years ago
  74. cb571e1 Rename textual includes as *.inc. by benjaminwagner · 8 years ago
  75. bb0ab4d Fix leak of srgb/adobesrgb colorspace objects by bsalomon · 8 years ago
  76. fc560e0 fuzz wednesday by caryclark · 8 years ago
  77. 735109c Add gyp define to enable vulkan debug layers by egdaniel · 8 years ago
  78. 9f97882 Simplify color space xform storage and usage (float[] vs. SkMatrix44) by brianosman · 8 years ago
  79. fc49d56 Implement coverage AA for skewed rects with local coords by csmartdalton · 8 years ago
  80. 7fd93e3 Start measuring f16 and srgb speed. by mtklein · 8 years ago
  81. e93393b don't specialize drawBitmapRect for minirecorder; no longer called by blink by reed · 8 years ago
  82. d1bdd1f Use Windowing system-specific WindowContext factories. by bsalomon · 8 years ago
  83. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  84. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  85. 9dc935f Remove all usage of SkSurfaceProps::isGammaCorrect() by brianosman · 8 years ago
  86. a5e1e33 Fix alignment problems in NEON Sk4b. by mtklein · 8 years ago
  87. e25a4f6 fix fuzz bugs by caryclark · 8 years ago
  88. efded51 Always supply a color space (sRGB for now) with F16 by brianosman · 8 years ago
  89. f660b7c Add Sk4h_load4 for loading F16. by mtklein · 8 years ago
  90. 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
  91. 707bbd6 Reuse sampler descriptor set allocations in Vulkan by egdaniel · 8 years ago
  92. 27efa23 respect kFast_SrcRectConstraint by allowing shader access to entire bitmap by reed · 8 years ago
  93. a18c3b8 Use sk_srgb_to_linear_trunc in SkColorXform_opts by msarett · 8 years ago
  94. 3418c0e Delete SkDefaultXform, handle edge cases in SkColorSpaceXform_Base by msarett · 8 years ago
  95. 9ac6d8d Fix F16 raster text masks. We don't want fake gamma in that case. by brianosman · 8 years ago
  96. b811378 Update typeface serialization style. by bungeman · 8 years ago
  97. 6e45bda Add test for typeface style round trip. by bungeman · 8 years ago
  98. 4e90e3e Have SkRasterPipelineBlitter take over for F16 when it can. by mtklein · 8 years ago
  99. bd2bd5c lock special-raster while the caller's bitmap is in-scope by reed · 8 years ago
  100. 56586b6 SkPDF: re-work SkPDFUtils::FloatToDecimal by halcanary · 8 years ago