1. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  2. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  3. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  4. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  5. e29ce64 Move 6p arm64 CPU tests to Pixel C by Kevin Lubick · 8 years ago
  6. b040320 Make command buffer sRGB mip-mapping more predictable by Brian Osman · 8 years ago
  7. 252b724 Revert "SkImageEncoder::* going away" by Herb Derby · 8 years ago
  8. feda468 Run bin/fetch-gn as a gclient hook. by Mike Klein · 8 years ago
  9. 291c62a clean up old Makefiles by Hal Canary · 8 years ago
  10. 87da4ef docs: Use the new floating ment on skpaint.md by Joe Gregorio · 8 years ago
  11. 3489b2b SkImageEncoder::* going away by Hal Canary · 8 years ago
  12. 7d52988 [SVGDom] Clipped clipPath support by Florin Malita · 8 years ago
  13. 67702f6 update Win/Android toolchain setup after rolling GN by Mike Klein · 8 years ago
  14. 923c082 Don't compile the Skia tools for PDK builds. by Derek Sollenberger · 8 years ago
  15. a2ca8ed Commit Queue: Add NoGPU build bot. by Hal Canary · 8 years ago
  16. 4993b95 Do not create SkGifCodec if true size is not known by Leon Scroggins III · 8 years ago
  17. 92a895e Revert "Revert "Add antialiasing to SkDropShadowImageFilter's shadow draw"" by Robert Phillips · 8 years ago
  18. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  19. 374e04a Roll GN by Mike Klein · 8 years ago
  20. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  21. 76073c1 Add the ability to use different mallocs. by Herb Derby · 8 years ago
  22. 59ed482 fix fuzzers by Cary Clark · 8 years ago
  23. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  24. 6a4cdb6 Remove documentation about emboss. by Joe Gregorio · 8 years ago
  25. 7eb01e0 simplify bug by Cary Clark · 8 years ago
  26. 9bbfb65 remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS flag by Mike Reed · 8 years ago
  27. df8599a remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag by Mike Reed · 8 years ago
  28. fc6d9e9 Removed non-Identity matrix in non-PCSXYZ Input check for ICC profiles by raftias · 8 years ago
  29. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  30. a92c383 libviewer.so on Android, delete hello_skia_app by Mike Klein · 8 years ago
  31. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  32. 978cceb On mips64el, use -B instead of linking .o manually. by Mike Klein · 8 years ago
  33. e8ea07a Added some named gamma recognition to lutnType ICC profile parsing by raftias · 8 years ago
  34. a9da22d Fix bitmap-image srgb gm by Matt Sarett · 8 years ago
  35. 2979b1a Added clamps in SkRasterPipeline's gamma stages. by raftias · 8 years ago
  36. ee6c368 Roll third_party/externals/freetype 4d3f7ca8cedb..ffd8f622360 by Ben Wagner · 8 years ago
  37. b4a24e5 Add .clang-format file to include/gpu src/gpu by Brian Salomon · 8 years ago
  38. ce8840e [SVGDom] ClipPath support by Florin Malita · 8 years ago
  39. c5a8366 Add fuzzing for decoding animated images by Leon Scroggins III · 8 years ago
  40. 64d8be0 Make sure all the convolve functions are defined. by Mike Klein · 8 years ago
  41. 019be7b add missing [] by Mike Klein · 8 years ago
  42. 4adac2e Add AVX2 version of ConvolveVertically by xiangze.zhang · 8 years ago
  43. 45aac57 Revert "Add antialiasing to SkDropShadowImageFilter's shadow draw" by Robert Phillips · 8 years ago
  44. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  45. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  46. 02b7349 no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymore by Mike Reed · 8 years ago
  47. 867812e remove SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT from android by Mike Reed · 8 years ago
  48. 58a7694 SkBitmap::ComputeIsOpaque -> SkPixmap::computeIsOpaque by Hal Canary · 8 years ago
  49. e1f29c7 Revert "Fix SDF generation for pixel-aligned paths" by Jim Van Verth · 8 years ago
  50. 02e65df fix build. tests/BitmapTest w/ nogpu by Hal Canary · 8 years ago
  51. b92520d remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS for android by Mike Reed · 8 years ago
  52. 4cba3fe SkBitmap::ComputeIsOpaque and SkBitmap::eraseColor support F16 by Hal Canary · 8 years ago
  53. 1e41f4a Rename batch->op in GrOpList and subclasses by Brian Salomon · 8 years ago
  54. 5b7b49f Rework GrRenderTargetOpList::setupDstReadIfNecessary. by Brian Salomon · 8 years ago
  55. fd87be8 hide emboss from everyone (except android for now) by Mike Reed · 8 years ago
  56. fc2e7e0 Add NarrowRGB gamut mode to SampleApp by Brian Osman · 8 years ago
  57. 851c238 Skip the sRGB mip-map testing on command buffer by brianosman · 8 years ago
  58. 27eb22b gn_to_bp.py fixes by Mike Klein · 8 years ago
  59. 78e8165 Add antialiasing to SkDropShadowImageFilter's shadow draw by Robert Phillips · 8 years ago
  60. b88ca7e Revert "SkImageEncoder::* going away" by Hal Canary · 8 years ago
  61. 9296412 Fix SDF generation for pixel-aligned paths by Jim Van Verth · 8 years ago
  62. d7e1666 SkImageEncoder::* going away by Hal Canary · 8 years ago
  63. bd72f5a Tighten up when a line requires aa in SkGpuDevice. by Brian Salomon · 8 years ago
  64. 308b5ac Add gn_to_bp.py. by Mike Klein · 8 years ago
  65. 75b5718 nanobench: Add per-run time reporting. by George Burgess IV · 8 years ago
  66. c57c7c9 Rewrite GrRenderTargetContext::drawRegion antialias logic. by Brian Salomon · 8 years ago
  67. 864f6bd Add comment explaining the derivation of our Mitchell coefficients by Brian Osman · 8 years ago
  68. 886cf53 Refactor bilerp a little. by Mike Klein · 8 years ago
  69. 0ce4f23 Apply linear gradient premul in 4f by fmalita · 8 years ago
  70. 8392634 Divide up CodecTest by Leon Scroggins III · 8 years ago
  71. 7a758eb Update SKP version by UpdateSKPs · 8 years ago
  72. c5875fb -pie applies only to executables by Mike Klein · 8 years ago
  73. 13bf622 Remove dest surface color mode from bitmap controller by Brian Osman · 8 years ago
  74. e932d4b [SVGDom] Add fill-rule support by Florin Malita · 8 years ago
  75. ebe79ff fStages.data() should always be defined, but UBSAN says NO by Mike Klein · 8 years ago
  76. cc63173 remove upper limit on number of pipeline stages by Mike Klein · 8 years ago
  77. e7d34b1 Do not checkout skia from chromium.googlesource.com in RecreateSKPs bot by Ravi Mistry · 8 years ago
  78. 2afffbd Remove redundant -GN bot suffixes. by Mike Klein · 8 years ago
  79. 52ab2f5 Use FT_LOAD_BITMAP_METRICS_ONLY flag by Seigo Nonaka · 8 years ago
  80. 11970e5 Add destination color space to shader ContextRec by Brian Osman · 8 years ago
  81. 45565b6 GIF: Internal cleanup - remove color map parameter by Leon Scroggins III · 8 years ago
  82. fe647b2 Make flag values in GrResourceProvider and GrTextureProvider consistent by Brian Salomon · 8 years ago
  83. 287f651 Add a context stack to Reporter, for better error messages by Brian Osman · 8 years ago
  84. 91db12d Color-correct Gray JPEG image decoding via ICC profiles. by raftias · 8 years ago
  85. aa2219c In DM, do quick test to reject context by type first by Brian Osman · 8 years ago
  86. 34755e2 Make ANGLE SampleApp work again by Brian Osman · 8 years ago
  87. d8c278a Add no-op draw overrides to SkNoDrawCanvas by Florin Malita · 8 years ago
  88. e2e2ae2 Manual byte -> float conversion. by Mike Klein · 8 years ago
  89. 55360b1 Revert "Remove use of makeDeferredRenderTargetContextWithFallback" by Robert Phillips · 8 years ago
  90. b048e81 Roll recipe DEPS by Eric Boren · 8 years ago
  91. 8b4b56a Fix max/min error by Matt Sarett · 8 years ago
  92. d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
  93. 51d77ff Second part of piecemeal revert by Robert Phillips · 8 years ago
  94. 3e05671 Tricky float -> byte conversion in store_8888. by Mike Klein · 8 years ago
  95. c2881e9 Refine constant sRGB and Adobe RGB to D50 matrices by Matt Sarett · 8 years ago
  96. 439ace9 Rebase non-drawing SkCanvas subclasses to SkNoDrawCanvas by Florin Malita · 8 years ago
  97. a83abcc Fix tasks.json by Eric Boren · 8 years ago
  98. f941280 Fix textblobrandomfont GM in F16 configs by Brian Osman · 8 years ago
  99. b91cf1c [nobuildbot] Replace presubmit bot with swarmbucket version by Eric Boren · 8 years ago
  100. 54ff2fc Make all tasks specify an OS version by Eric Boren · 8 years ago