1. f21cd16 Cleanup use of legacy SkSurface creation methods a bit by robertphillips · 8 years ago
  2. 8c1a4f8 update picture recording benchmarks to allow comparison with SkLiteRecorder by mtklein · 8 years ago
  3. 1413d52 Speculative fix for SKP partner-dir upload by borenet · 8 years ago
  4. af06420 Test sk_linear_to_srgb() less exhaustively in Debug mode. by mtklein · 8 years ago
  5. 4a8fc9a whitespace change by Hal Canary · 8 years ago
  6. dfa55f2 [recipes] Smush the rest of builder_spec into appropriate places, other cleanup by borenet · 8 years ago
  7. 03591a7 finish SkLiteDL by mtklein · 8 years ago
  8. 29de8d9 SkLiteDL, very nearly the rest by mtklein · 8 years ago
  9. dad1aef Update SKP version by update-skps · 8 years ago
  10. ec55959 SkLiteDL: closing in by mtklein · 8 years ago
  11. 6f8411d flesh out more of SkLiteDL: by mtklein · 8 years ago
  12. 9c5052f SkLite* by mtklein · 8 years ago
  13. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  14. 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
  15. 462d014 SkPDF: Stop using kHAdvance_PerGlyphInfo by halcanary · 8 years ago
  16. ae29644 update Image_MakeFromRasterBitmap to check uniqueIDs by reed · 8 years ago
  17. 300405a Enable SK_DEBUG/SK_RELEASE to be defined in the user config. by djsollen · 8 years ago
  18. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  19. 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
  20. f77c47b use SkMakeBitmapShader to not force copies when possible by reed · 8 years ago
  21. 29f9fe4 Rename GrDrawingManager::drawContext to makeDrawContext by robertphillips · 8 years ago
  22. 8e522e4 Roll GN by mtklein · 8 years ago
  23. 955e879 Making a sample for shadow maps for more intensive development by vjiaoblack · 8 years ago
  24. 9aff85a Minor clean up related to blur mask filters by robertphillips · 8 years ago
  25. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  26. 4c35a3f Fix vulkan resolve by egdaniel · 8 years ago
  27. 2c3112d [recipes] Increase test coverage by borenet · 8 years ago
  28. e2251ac [recipes] Separate builder_spec into compile/test/perf recipes by borenet · 8 years ago
  29. d460a3c [recipes] Remove build environment vars from default_env by borenet · 8 years ago
  30. ac09554 check zero-length text draws by reed · 8 years ago
  31. 3b88a03 Remove color-dodge/burn from NVIDIA blacklist on 355.00+ by csmartdalton · 8 years ago
  32. 52ad251 Implement Vulkan Resolve. by egdaniel · 8 years ago
  33. 401c196 Add new GM for occluded blurmask filter draws by robertphillips · 8 years ago
  34. 1ba1d37 Get Mac viewer working with SDL by jvanverth · 8 years ago
  35. 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
  36. b8d1aac Create a separate src for colorspace tests by msarett · 8 years ago
  37. 3f5a475 [recipes] Fixes for Coverage bot by borenet · 8 years ago
  38. c7233ef [recipes] Stop pretending that buildbot_spec is a step, simplify by borenet · 8 years ago
  39. 538d5b6 Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes by borenet · 8 years ago
  40. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  41. 6fc699a Update skimage VERSION: attempt 3 by msarett · 8 years ago
  42. ee269f4 GN: make SkPMColor BGRA on Linux. All other platforms are auto-detected. by mtklein · 8 years ago
  43. 691b784 Slim the CQ down to the GN bots, where they exist. by mtklein · 8 years ago
  44. 276d328 Add new bench for occluded blurmaskfilter draws by robertphillips · 8 years ago
  45. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  46. b83cdbc Show SVG file name in SampleApp title by fmalita · 8 years ago
  47. 2825bad Revert of Update skimage VERSION: attempt 2 (patchset #1 id:1 of https://codereview.chromium.org/2213973002/ ) by msarett · 8 years ago
  48. d6dec3f Update skimage VERSION: attempt 2 by msarett · 8 years ago
  49. a48f0e3 Speculative fix for internal builds by fmalita · 8 years ago
  50. 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
  51. 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
  52. aa6a805 Revert of Update to new skimage VERSION (patchset #1 id:1 of https://codereview.chromium.org/2211633002/ ) by borenet · 8 years ago
  53. a2b9fdf Add an SVG DM source by fmalita · 8 years ago
  54. 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
  55. 52d1be5 Update to new skimage VERSION by msarett · 8 years ago
  56. a5c357f Fix compiler complaints about uninit vars by msarett · 8 years ago
  57. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  58. 19a9720 GN: build sfntly, icu, harfbuzz by halcanary · 8 years ago
  59. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  60. 4db3b79 Require gn format in presubmit by mtklein · 8 years ago
  61. 18e0cbc SkPDF: fewer GYP_DEFINES by halcanary · 8 years ago
  62. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  63. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  64. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
  65. e57b8c9 Add new benchmark for testing special hard stop gradient cases by fmenozzi · 8 years ago
  66. dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
  67. 62e1a1a Make SK_BUILD_FOR_WIN32 auto-detection work. by mtklein · 8 years ago
  68. 96206a9 Finish delete of SkNinePatch by msarett · 8 years ago
  69. 13cba49 SkShaper: optionally disable harfbuzz by halcanary · 8 years ago
  70. bc20a70 [Recipes] Move test and perf steps into test and perf recipes by borenet · 8 years ago
  71. bffc256 [SVGDom] Initial SVGLength support by fmalita · 8 years ago
  72. 9e3d3d8 Fix fake_specs.py, update recipe expectation by borenet · 8 years ago
  73. a746f78 Fix dtor bug in SkLights by robertphillips · 8 years ago
  74. 5259da5 GN: gpu support in tools by mtklein · 8 years ago
  75. b903017 SK_GAMMA_SRGB is the default. by mtklein · 8 years ago
  76. 1436a09 Re-organize Skia recipes by borenet · 8 years ago
  77. 7a9f376 Update hardstop_gradients GM to include more special cases by fmenozzi · 8 years ago
  78. bb75a95 Don't leave fResScale uninitialized when constructing an SkStroke. by deanm · 8 years ago
  79. 552bca9 Fix copy-paste bugs in SkCanvas Nine and Lattice by msarett · 8 years ago
  80. 2f3416d GN: add tests to DM by mtklein · 8 years ago
  81. 9d65bb4 Fixed ambient lighting calculations on SkLightingShader by dvonbeck · 8 years ago
  82. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  83. ada5a44 GN: get echo-headers sources via exec_script by mtklein · 8 years ago
  84. a25f470 Delete SkNinePatch by msarett · 8 years ago
  85. 372913f GN: re-run echo_headers if git state changes. by mtklein · 8 years ago
  86. 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
  87. 757a15f not much point to SK_SUPPORT_PDF by mtklein · 8 years ago
  88. 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
  89. b605f89 Remove now unused source files. by bungeman · 8 years ago
  90. 5dbd274 gn: fix fiddle by mtklein · 8 years ago
  91. b1dd067 Remove 'Ulta' width. by bungeman · 8 years ago
  92. 02aea1c Add Overstroke gm by hstern · 8 years ago
  93. 0b401ce Add code to lua paths to get the fill path and get lists of verbs and points by hstern · 8 years ago
  94. 86baf3d Fix build_command_buffer for Windows by borenet · 8 years ago
  95. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  96. 7d0e3bc Rename FontConfigInterface font manager files. by bungeman · 8 years ago
  97. b6aafe6 Fix Chrome build for RecreateSKPs and CommandBuffer bots for GYP->GN by borenet · 8 years ago
  98. ed69627 More fixes for SwarmBucket by borenet · 8 years ago
  99. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  100. d6dd441 Roll recipe DEPS by borenet · 8 years ago