1. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  2. 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
  3. f77c47b use SkMakeBitmapShader to not force copies when possible by reed · 8 years ago
  4. 29f9fe4 Rename GrDrawingManager::drawContext to makeDrawContext by robertphillips · 8 years ago
  5. 8e522e4 Roll GN by mtklein · 8 years ago
  6. 955e879 Making a sample for shadow maps for more intensive development by vjiaoblack · 8 years ago
  7. 9aff85a Minor clean up related to blur mask filters by robertphillips · 8 years ago
  8. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  9. 4c35a3f Fix vulkan resolve by egdaniel · 8 years ago
  10. 2c3112d [recipes] Increase test coverage by borenet · 8 years ago
  11. e2251ac [recipes] Separate builder_spec into compile/test/perf recipes by borenet · 8 years ago
  12. d460a3c [recipes] Remove build environment vars from default_env by borenet · 8 years ago
  13. ac09554 check zero-length text draws by reed · 8 years ago
  14. 3b88a03 Remove color-dodge/burn from NVIDIA blacklist on 355.00+ by csmartdalton · 8 years ago
  15. 52ad251 Implement Vulkan Resolve. by egdaniel · 8 years ago
  16. 401c196 Add new GM for occluded blurmask filter draws by robertphillips · 8 years ago
  17. 1ba1d37 Get Mac viewer working with SDL by jvanverth · 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. 3f5a475 [recipes] Fixes for Coverage bot by borenet · 8 years ago
  21. c7233ef [recipes] Stop pretending that buildbot_spec is a step, simplify by borenet · 8 years ago
  22. 538d5b6 Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes by borenet · 8 years ago
  23. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  24. 6fc699a Update skimage VERSION: attempt 3 by msarett · 8 years ago
  25. ee269f4 GN: make SkPMColor BGRA on Linux. All other platforms are auto-detected. by mtklein · 8 years ago
  26. 691b784 Slim the CQ down to the GN bots, where they exist. by mtklein · 8 years ago
  27. 276d328 Add new bench for occluded blurmaskfilter draws by robertphillips · 8 years ago
  28. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  29. b83cdbc Show SVG file name in SampleApp title by fmalita · 8 years ago
  30. 2825bad Revert of Update skimage VERSION: attempt 2 (patchset #1 id:1 of https://codereview.chromium.org/2213973002/ ) by msarett · 8 years ago
  31. d6dec3f Update skimage VERSION: attempt 2 by msarett · 8 years ago
  32. a48f0e3 Speculative fix for internal builds by fmalita · 8 years ago
  33. 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
  34. 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
  35. aa6a805 Revert of Update to new skimage VERSION (patchset #1 id:1 of https://codereview.chromium.org/2211633002/ ) by borenet · 8 years ago
  36. a2b9fdf Add an SVG DM source by fmalita · 8 years ago
  37. 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
  38. 52d1be5 Update to new skimage VERSION by msarett · 8 years ago
  39. a5c357f Fix compiler complaints about uninit vars by msarett · 8 years ago
  40. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  41. 19a9720 GN: build sfntly, icu, harfbuzz by halcanary · 8 years ago
  42. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  43. 4db3b79 Require gn format in presubmit by mtklein · 8 years ago
  44. 18e0cbc SkPDF: fewer GYP_DEFINES by halcanary · 8 years ago
  45. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  46. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  47. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
  48. e57b8c9 Add new benchmark for testing special hard stop gradient cases by fmenozzi · 8 years ago
  49. dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
  50. 62e1a1a Make SK_BUILD_FOR_WIN32 auto-detection work. by mtklein · 8 years ago
  51. 96206a9 Finish delete of SkNinePatch by msarett · 8 years ago
  52. 13cba49 SkShaper: optionally disable harfbuzz by halcanary · 8 years ago
  53. bc20a70 [Recipes] Move test and perf steps into test and perf recipes by borenet · 8 years ago
  54. bffc256 [SVGDom] Initial SVGLength support by fmalita · 8 years ago
  55. 9e3d3d8 Fix fake_specs.py, update recipe expectation by borenet · 8 years ago
  56. a746f78 Fix dtor bug in SkLights by robertphillips · 8 years ago
  57. 5259da5 GN: gpu support in tools by mtklein · 8 years ago
  58. b903017 SK_GAMMA_SRGB is the default. by mtklein · 8 years ago
  59. 1436a09 Re-organize Skia recipes by borenet · 8 years ago
  60. 7a9f376 Update hardstop_gradients GM to include more special cases by fmenozzi · 8 years ago
  61. bb75a95 Don't leave fResScale uninitialized when constructing an SkStroke. by deanm · 8 years ago
  62. 552bca9 Fix copy-paste bugs in SkCanvas Nine and Lattice by msarett · 8 years ago
  63. 2f3416d GN: add tests to DM by mtklein · 8 years ago
  64. 9d65bb4 Fixed ambient lighting calculations on SkLightingShader by dvonbeck · 8 years ago
  65. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  66. ada5a44 GN: get echo-headers sources via exec_script by mtklein · 8 years ago
  67. a25f470 Delete SkNinePatch by msarett · 8 years ago
  68. 372913f GN: re-run echo_headers if git state changes. by mtklein · 8 years ago
  69. 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
  70. 757a15f not much point to SK_SUPPORT_PDF by mtklein · 8 years ago
  71. 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
  72. b605f89 Remove now unused source files. by bungeman · 8 years ago
  73. 5dbd274 gn: fix fiddle by mtklein · 8 years ago
  74. b1dd067 Remove 'Ulta' width. by bungeman · 8 years ago
  75. 02aea1c Add Overstroke gm by hstern · 8 years ago
  76. 0b401ce Add code to lua paths to get the fill path and get lists of verbs and points by hstern · 8 years ago
  77. 86baf3d Fix build_command_buffer for Windows by borenet · 8 years ago
  78. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  79. 7d0e3bc Rename FontConfigInterface font manager files. by bungeman · 8 years ago
  80. b6aafe6 Fix Chrome build for RecreateSKPs and CommandBuffer bots for GYP->GN by borenet · 8 years ago
  81. ed69627 More fixes for SwarmBucket by borenet · 8 years ago
  82. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  83. d6dd441 Roll recipe DEPS by borenet · 8 years ago
  84. 7c1ae7a GN: add some missing SkCodec defines by mtklein · 8 years ago
  85. 6fd4c05 Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined by msarett · 8 years ago
  86. c213f0d Hide (mostly) unused SkColorSpace writeToICC() function by msarett · 8 years ago
  87. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  88. 7a34b1c GN: use the correct fontconfig font mugger. by mtklein · 8 years ago
  89. d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
  90. 35f3e59 Pick the right download tool for windows. by herb · 8 years ago
  91. 68f2f7d Added distance vector support for CircleGeometryProcessor by dvonbeck · 8 years ago
  92. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  93. da574d1 Replace old SkRecords RefBox with sk_sp. by mtklein · 8 years ago
  94. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  95. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  96. 6be452c GN: only include headers in echo_headers.py by mtklein · 8 years ago
  97. 53da5ba adding new GM to demostrate new shadows by vjiaoblack · 8 years ago
  98. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  99. 8d7f5c3 Default fake gamma to sRGB. by mtklein · 8 years ago
  100. 9be6866 GN: define fake-gamma configuration to match our bots. by mtklein · 8 years ago