1. 55d318d Refactor various gradient effect classes by fmenozzi · 8 years ago
  2. 0c753e5 Purge the SkLiteDL freelist when PurgeAllCaches() is called. by mtklein · 8 years ago
  3. 8369e32 SkLiteRecorder: don't tell SkCanvas about clips by mtklein · 8 years ago
  4. d5b9173 add flaky test option by caryclark · 8 years ago
  5. fc3ea41 Check more GLES versions when creating context by martina.kollarova · 8 years ago
  6. 643ede6 template intersection fuzz fixes by caryclark · 8 years ago
  7. 61f36b3 [SVGDom] Improve whitespace handling in style parsing by fmalita · 8 years ago
  8. 0adbd3e make SpecialLineRec::addSegment assert more permissive to accomodate rounding error by lsalzman · 8 years ago
  9. c97796b [SVGDom] Improved transform parsing by fmalita · 8 years ago
  10. 9dcdc35 add missing include by mtklein · 8 years ago
  11. 0446a3c Add initial CurveMeasure code by hstern · 8 years ago
  12. 765b6e6 SkLiteDL: control reuse by a single parameter by mtklein · 8 years ago
  13. 84bca78 Split distance vector into direction and magnitude components by dvonbeck · 8 years ago
  14. 397a517 [SVGDom] Add viewBox support by fmalita · 8 years ago
  15. f621ff4 Fixed comment about SkLightingShader::Context memory handling by dvonbeck · 8 years ago
  16. eba373e SkTypeface_win_dw.cpp remove unused fn by halcanary · 8 years ago
  17. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  18. 0652baa Revert of Cleanup use of legacy SkSurface creation methods a bit (patchset #2 id:20001 of https://codereview.chromium.org/2223023002/ ) by robertphillips · 8 years ago
  19. 8b1d32c SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over by halcanary · 8 years ago
  20. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  21. 9a5a201 use onPeekBitmap instead of asLegacyBitmap by reed · 8 years ago
  22. b9a10d8 Fix alpha bug in SkColorXform by msarett · 8 years ago
  23. f95388d Remove SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  24. 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
  25. 5d2befe Avoid caching resources for volatile bitmap shaders by fmalita · 8 years ago
  26. f21cd16 Cleanup use of legacy SkSurface creation methods a bit by robertphillips · 8 years ago
  27. 8c1a4f8 update picture recording benchmarks to allow comparison with SkLiteRecorder by mtklein · 8 years ago
  28. 1413d52 Speculative fix for SKP partner-dir upload by borenet · 8 years ago
  29. af06420 Test sk_linear_to_srgb() less exhaustively in Debug mode. by mtklein · 8 years ago
  30. 4a8fc9a whitespace change by Hal Canary · 8 years ago
  31. dfa55f2 [recipes] Smush the rest of builder_spec into appropriate places, other cleanup by borenet · 8 years ago
  32. 03591a7 finish SkLiteDL by mtklein · 8 years ago
  33. 29de8d9 SkLiteDL, very nearly the rest by mtklein · 8 years ago
  34. dad1aef Update SKP version by update-skps · 8 years ago
  35. ec55959 SkLiteDL: closing in by mtklein · 8 years ago
  36. 6f8411d flesh out more of SkLiteDL: by mtklein · 8 years ago
  37. 9c5052f SkLite* by mtklein · 8 years ago
  38. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  39. 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
  40. 462d014 SkPDF: Stop using kHAdvance_PerGlyphInfo by halcanary · 8 years ago
  41. ae29644 update Image_MakeFromRasterBitmap to check uniqueIDs by reed · 8 years ago
  42. 300405a Enable SK_DEBUG/SK_RELEASE to be defined in the user config. by djsollen · 8 years ago
  43. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  44. 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
  45. f77c47b use SkMakeBitmapShader to not force copies when possible by reed · 8 years ago
  46. 29f9fe4 Rename GrDrawingManager::drawContext to makeDrawContext by robertphillips · 8 years ago
  47. 8e522e4 Roll GN by mtklein · 8 years ago
  48. 955e879 Making a sample for shadow maps for more intensive development by vjiaoblack · 8 years ago
  49. 9aff85a Minor clean up related to blur mask filters by robertphillips · 8 years ago
  50. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  51. 4c35a3f Fix vulkan resolve by egdaniel · 8 years ago
  52. 2c3112d [recipes] Increase test coverage by borenet · 8 years ago
  53. e2251ac [recipes] Separate builder_spec into compile/test/perf recipes by borenet · 8 years ago
  54. d460a3c [recipes] Remove build environment vars from default_env by borenet · 8 years ago
  55. ac09554 check zero-length text draws by reed · 8 years ago
  56. 3b88a03 Remove color-dodge/burn from NVIDIA blacklist on 355.00+ by csmartdalton · 8 years ago
  57. 52ad251 Implement Vulkan Resolve. by egdaniel · 8 years ago
  58. 401c196 Add new GM for occluded blurmask filter draws by robertphillips · 8 years ago
  59. 1ba1d37 Get Mac viewer working with SDL by jvanverth · 8 years ago
  60. 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
  61. b8d1aac Create a separate src for colorspace tests by msarett · 8 years ago
  62. 3f5a475 [recipes] Fixes for Coverage bot by borenet · 8 years ago
  63. c7233ef [recipes] Stop pretending that buildbot_spec is a step, simplify by borenet · 8 years ago
  64. 538d5b6 Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes by borenet · 8 years ago
  65. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  66. 6fc699a Update skimage VERSION: attempt 3 by msarett · 8 years ago
  67. ee269f4 GN: make SkPMColor BGRA on Linux. All other platforms are auto-detected. by mtklein · 8 years ago
  68. 691b784 Slim the CQ down to the GN bots, where they exist. by mtklein · 8 years ago
  69. 276d328 Add new bench for occluded blurmaskfilter draws by robertphillips · 8 years ago
  70. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  71. b83cdbc Show SVG file name in SampleApp title by fmalita · 8 years ago
  72. 2825bad Revert of Update skimage VERSION: attempt 2 (patchset #1 id:1 of https://codereview.chromium.org/2213973002/ ) by msarett · 8 years ago
  73. d6dec3f Update skimage VERSION: attempt 2 by msarett · 8 years ago
  74. a48f0e3 Speculative fix for internal builds by fmalita · 8 years ago
  75. 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
  76. 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
  77. aa6a805 Revert of Update to new skimage VERSION (patchset #1 id:1 of https://codereview.chromium.org/2211633002/ ) by borenet · 8 years ago
  78. a2b9fdf Add an SVG DM source by fmalita · 8 years ago
  79. 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
  80. 52d1be5 Update to new skimage VERSION by msarett · 8 years ago
  81. a5c357f Fix compiler complaints about uninit vars by msarett · 8 years ago
  82. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  83. 19a9720 GN: build sfntly, icu, harfbuzz by halcanary · 8 years ago
  84. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  85. 4db3b79 Require gn format in presubmit by mtklein · 8 years ago
  86. 18e0cbc SkPDF: fewer GYP_DEFINES by halcanary · 8 years ago
  87. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  88. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  89. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
  90. e57b8c9 Add new benchmark for testing special hard stop gradient cases by fmenozzi · 8 years ago
  91. dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
  92. 62e1a1a Make SK_BUILD_FOR_WIN32 auto-detection work. by mtklein · 8 years ago
  93. 96206a9 Finish delete of SkNinePatch by msarett · 8 years ago
  94. 13cba49 SkShaper: optionally disable harfbuzz by halcanary · 8 years ago
  95. bc20a70 [Recipes] Move test and perf steps into test and perf recipes by borenet · 8 years ago
  96. bffc256 [SVGDom] Initial SVGLength support by fmalita · 8 years ago
  97. 9e3d3d8 Fix fake_specs.py, update recipe expectation by borenet · 8 years ago
  98. a746f78 Fix dtor bug in SkLights by robertphillips · 8 years ago
  99. 5259da5 GN: gpu support in tools by mtklein · 8 years ago
  100. b903017 SK_GAMMA_SRGB is the default. by mtklein · 8 years ago