1. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  2. d63f60a change all factories to return their base-class by reed · 9 years ago
  3. 03ef4b1 remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code by reed · 9 years ago
  4. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  5. 1e810b3 Revert of Fix UB function problems for shaders and mask. (patchset #3 id:40001 of https://codereview.chromium.org/1530743002/ ) by herb · 9 years ago
  6. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  7. f97aa74 fix large dashed paths by caryclark · 9 years ago
  8. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  9. e848ff5 Revert of Create a hash table from id<-->key in SkImageFilter::CacheImpl (patchset #7 id:120001 of https://codereview.chromium.org/1514893003/ ) by reed · 9 years ago
  10. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  11. ef2c7c7 Make SkMatrix::get*Scale[s]() fail on NaN by bsalomon · 9 years ago
  12. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  13. f5d1f8d Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  14. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  15. f0795ab Fix thread-unsafe construction of GrUniqueKey in GR_DEFINE_STATIC_UNIQUE_KEY by bsalomon · 9 years ago
  16. 96205dd remove obsolete ondrawsprite base virtual by reed · 9 years ago
  17. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  18. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  19. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  20. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  21. f46a124 Set GL_PACK_ALIGNMENT before calling glReadPixels by bsalomon · 9 years ago
  22. 6695794 Make draw* lines responsible for cache management by joshualitt · 9 years ago
  23. 19b0420 SkPreConfig.h: Allow defined(__unix__) to imply SK_BUILD_FOR_UNIX by mseaborn · 9 years ago
  24. 489147c Add option to control maximum GrBatch lookback by bsalomon · 9 years ago
  25. 023bda0 SkBitmap move by halcanary · 9 years ago
  26. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  27. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  28. a1bb8e0 In SkPixmap.cpp, change SkAlphaMul to SkMulDiv255. by benjaminwagner · 9 years ago
  29. 9a0e346 Make BitmapRegionDecoder succeed on invalid requests by msarett · 9 years ago
  30. 2eb1009 Add check for highp support in Conic effect by robertphillips · 9 years ago
  31. cff15aa yet another memcpy -> sk_careful_memcpy by mtklein · 9 years ago
  32. 70ee31b try adding flag to allow lcd text even in a layer by reed · 9 years ago
  33. 0a42e68 Create GrTextUtils by joshualitt · 9 years ago
  34. 90c4d5f Add reallyHasAlpha() to SkAndroidCodec by msarett · 9 years ago
  35. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  36. 467ddc0 SkBlurImageFilter returns input when sigma = 0 by xidachen · 9 years ago
  37. 2e2202e Move flush logic into GrAtlasTextBlob by joshualitt · 9 years ago
  38. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  39. 9907371 SkPixelSerializer: remove deprecated virtual by halcanary · 9 years ago
  40. 712fdf7 SkDocument::setDCTEncoder() for old versions of webkit by halcanary · 9 years ago
  41. e0021c0 another memcpy -> sk_careful_memcpy by mtklein · 9 years ago
  42. 2028d7f add support for capped hairlines by caryclark · 9 years ago
  43. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  44. e36ec87 SkBitmap::installPixels(const SkPixmap&); by halcanary · 9 years ago
  45. 4a4f14b Split big rrect aa effect up into separate images by bsalomon · 9 years ago
  46. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  47. 02046c5 fix a couple flaky nonnull attribute ubsan warnings by mtklein · 9 years ago
  48. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  49. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  50. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  51. 0671b96 Move texture drawing utility method to SkGpuDevice by jvanverth · 9 years ago
  52. f01610e Remove staging for SkImageDecoder::Peeker by scroggo · 9 years ago
  53. cc881da Add sk_careful_memcpy to catch undefined behavior in memcpy. by mtklein · 9 years ago
  54. 290f00c Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ ) by reed · 9 years ago
  55. b0bd151 default SkPixelSerializer by halcanary · 9 years ago
  56. 8ff8d24 Remove drawPathsFromRange from GrDrawContext by cdalton · 9 years ago
  57. 97466ab fix funky formatting in SkNVRefCnt by mtklein · 9 years ago
  58. 6b28017 SkPixelSerializer: support indexed pixels by halcanary · 9 years ago
  59. d61c384 Allow SkStream::peek() to partially succeed by scroggo · 9 years ago
  60. 573ce20 clang/win: Let SK_TRACEHR not produce -Wunused-value warnings in release builds. by thakis · 9 years ago
  61. 0745653 SkAlphaThresholdFilter.h allow flattening by halcanary · 9 years ago
  62. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  63. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  64. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  65. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  66. 91d0620 fix mozilla bug by joshualitt · 9 years ago
  67. be8216a Make SkAndroidCodec support ico by msarett · 9 years ago
  68. 97ff7f5 Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ ) by scroggo · 9 years ago
  69. 433625e Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed by robertphillips · 9 years ago
  70. 1603e93 Make SkAndroidCodec support ico by msarett · 9 years ago
  71. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  72. cb0d5c9 Add currScanline() getter to SkCodec API by msarett · 9 years ago
  73. 2b1516f Update documentation for SkFontMgr methods. by erikchen · 9 years ago
  74. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 9 years ago
  75. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  76. 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
  77. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  78. f16f88b Create a define for nanobench builds to dump stats by joshualitt · 9 years ago
  79. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  80. dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
  81. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  82. 7d5105c Allow SkAndroidCodec to use SkPngChunkReader by msarett · 9 years ago
  83. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  84. aa0df4e Add an SkPath conic conversion utility. by fmalita · 9 years ago
  85. 0cbe7ee CMake, include/: changes to make fiddle 2.0 better by halcanary · 9 years ago
  86. c19247f check that SSE2 is available before using __vectorcall by lsalzman · 9 years ago
  87. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  88. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  89. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  90. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  91. 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
  92. 11a7f7f Remove SkDrawProcs by herb · 9 years ago
  93. b68ce74 Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE. by mtklein · 9 years ago
  94. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  95. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  96. 0955303 scaling API on SkPixmap by reed · 9 years ago
  97. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  98. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  99. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  100. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago