1. 5926b86 hide SkImageDecoder::Chooser by reed · 10 years ago
  2. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  3. 9b79066 Use new SkBaseMutex::assertHeld() in DiscardableMemoryPool by halcanary · 10 years ago
  4. 1c99ea8 Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename(). by tfarina · 10 years ago
  5. 1acb8df Narrowed expectation margins noticeably by kelvinly · 10 years ago
  6. b0b1aa0 Revert of second try at landing improved blur rect (https://codereview.chromium.org/325703002/) by reed · 10 years ago
  7. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  8. b8cd7c2 Code reviews -> reviews@skia.org. by mtklein · 10 years ago
  9. 632a454 MIPS: added optimization for functions from SkBlitRow. by djordje.pesut · 10 years ago
  10. a22ea18 Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  11. 35fcd15 Support for larger than "signed 32b limit" sized bitmaps in BGRAConvolve2D. by sugoi · 10 years ago
  12. e4538f5 switch to colortype for deepcopy by reed · 10 years ago
  13. bae584a Whitespace change to test trybot triggering by rmistry · 10 years ago
  14. b621a05 Update SKP version to 20 by borenet · 10 years ago
  15. 5c2fca0 Add an LATC compressor to the A8 masks, and hide it behind an ifdef. by krajcevski · 10 years ago
  16. 5a220a1 Fix what I just broke by kelvinly · 10 years ago
  17. 10dc56c Fix broken rebaseline code by kelvinly · 10 years ago
  18. ad1dc58 Split caching from allocation in GrClipMaskManager by krajcevski · 10 years ago
  19. b6f4316 Try 1 at rebaseline by kelvinly · 10 years ago
  20. e50da8f fix when DEVICE_CONFIG is still defined by reed · 10 years ago
  21. ae61440 Add texture compression utility by krajcevski · 10 years ago
  22. 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
  23. ce06c48 Add Daniel and Pavel to committers list by krajcevski · 10 years ago
  24. 8122027 Silence TSAN warnings about is_lcd_supported for now. by mtklein · 10 years ago
  25. 9058d60 Fix error revealed by Android unit test by robertphillips · 10 years ago
  26. 77ec7a6 Clean up SkScaledImageCache at exit only in SK_DEVELOPER mode. by mtklein · 10 years ago
  27. 6de2712 Remove unused 'deepCopy' parameter by robertphillips · 10 years ago
  28. f74f55a Remove SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE by fmalita · 10 years ago
  29. 3b570c6 Do a better job of enforcing the semantics of the setRequireUnpremultipliedColors flag by krajcevski · 10 years ago
  30. 074fe9d Remove legacy drawPicture entry point by robertphillips · 10 years ago
  31. 2d2a68c Gamma correction for distance field text. by jvanverth · 10 years ago
  32. 323c1f9 Update SKP version to 19 by borenet · 10 years ago
  33. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  34. 8766330 teach Nacl to not call setConfig by reed · 10 years ago
  35. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  36. 7c5c9da GM/bench for text draws with various parameters and clip rects. by bsalomon · 10 years ago
  37. e9ea0d6 second try at landing improved blur rect by humper · 10 years ago
  38. 407d7c9 Add sampler options to SkScaledBitmapSampler by krajcevski · 10 years ago
  39. b83f6c3 Add assertHeld() to SkMutex. by mtklein · 10 years ago
  40. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 10 years ago
  41. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 10 years ago
  42. 4d517fd Gamma correction for distance field text. by jvanverth · 10 years ago
  43. 8405ef9 Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 10 years ago
  44. 5119234 Generate path names on the client side by cdalton · 10 years ago
  45. 9193e77 New etcbitmap baselines by krajcevski · 10 years ago
  46. 3217c4a Make sure to copy the LATC alias when copying the GrGLCaps by krajcevski · 10 years ago
  47. 748e9d3 Add LATC to alpha only pixel config by krajcevski · 10 years ago
  48. 00dfb9e bench_record: No need for --flags if there are no RecordingFlags anymore. by mtklein · 10 years ago
  49. 4cbf8e3 Add some comments to GrRectanizer_skyline by robertphillips · 10 years ago
  50. b6b0252 Add dump() to SkClipStack to help with debugging. by bsalomon · 10 years ago
  51. e2b78a7 Fix Chrome build after 9f1c241e (https://codereview.chromium.org/316143003/) by robertphillips · 10 years ago
  52. 89e8842 remove GM result-grooming tools that use skia-autogen by epoger · 10 years ago
  53. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  54. 5713352 Chromium should no longer need the legacy SkCanvas::drawPicture interface by robertphillips · 10 years ago
  55. e2f2b98 No longer limit SkPictureRecorder::partialReplay to Android by robertphillips · 10 years ago
  56. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 10 years ago
  57. 643b8bd First pass at splitting out SkPictureRecord from SkPicture by robertphillips · 10 years ago
  58. 52e4f41 Clean up resourcePath code. by tfarina · 10 years ago
  59. 3d06b48 whitespace to trigger builds by mtklein · 10 years ago
  60. 5037fce whitespace to trigger builds by mtklein · 10 years ago
  61. b77c7ef Clean up Skia for Clang's -Wtautological-undefined-compare by Mike Klein · 10 years ago
  62. 19cae4f use __atomics in SkBarriers_tsan.h by mtklein · 10 years ago
  63. aaf1df6 MIPS: modified gypi files to support build by djordje.pesut · 10 years ago
  64. d78a2fa Rollback of fe689c46 and all subsequent changes by jvanverth · 10 years ago
  65. 9ab6c00 remove extra debug prints by humper · 10 years ago
  66. 39dd491 fix 10.6 shader tests by humper · 10 years ago
  67. e10a4ff repair math error introduced by windows build fix by humper · 10 years ago
  68. a07213a Disable bigblurs GM (for fe689c46a76) by jvanverth · 10 years ago
  69. 1afc04d one channel texture fix for blur shader by humper · 10 years ago
  70. da1c009 disable GPU/CPU blur match test (possibly temporary) by humper · 10 years ago
  71. 7bf666a fix blur test by humper · 10 years ago
  72. ede6cfc Revert of Revert of another GM to ignore for blur rebaseline (https://codereview.chromium.org/319943004/) by humper · 10 years ago
  73. f255de0 Revert of another GM to ignore for blur rebaseline (https://codereview.chromium.org/319203002/) by jvanverth · 10 years ago
  74. f131055 another GM to ignore for blur rebaseline by humper · 10 years ago
  75. fe689c4 Faster GPU rect blur that doesn't require computing vertical and horizontal by humper · 10 years ago
  76. e4d3e60 DM: SKP source / PDF backend by mtklein · 10 years ago
  77. d71be5d remove SK_SUPPORT_LEGACY_SETCONFIG_INFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS from chrome by reed · 10 years ago
  78. ea6b46b ARM Skia NEON patches - 39 - arm64 565 blitters by kevin.petit · 10 years ago
  79. 2e44b51 Effectively unlimited linking. by mtklein · 10 years ago
  80. 97724ed Revert of Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. (https://codereview.chromium.org/311373003/) by egdaniel · 10 years ago
  81. 1a50651 Pull in GYP_LINK_CONCURRENCY=N support. by mtklein · 10 years ago
  82. be4fd4f Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 10 years ago
  83. 0951fe1 Fixing another clusterfuzz issue by sugoi · 10 years ago
  84. 5102345 Fix android_run_skia script running with command line options by qiankun.miao · 10 years ago
  85. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 10 years ago
  86. 6599881 Add metrics reporting to SkFiddle. by jcgregorio · 10 years ago
  87. a494a91 Whitespace change to test new CQ trybots by rmistry · 10 years ago
  88. 56d135c Adding kernel offset validation by sugoi · 10 years ago
  89. a8928b7 Add SkBarriers_tsan.h. by mtklein · 10 years ago
  90. 594069f Use vertex attribute for text color in GrBitmapTextContext by bsalomon · 10 years ago
  91. c250d2e Initial KTX encoder by krajcevski · 10 years ago
  92. b0b0feb Fix SK_API for DirectWrite port. by Ben Wagner · 10 years ago
  93. 98875e1 Rename SkFontHost_win_dw.cpp SkScalerContext. by Ben Wagner · 10 years ago
  94. 51daa25 Split SkFontHost_win_dw. by bungeman · 10 years ago
  95. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  96. 5d3f9c7 Update gyp for msvs-ninja clean. by bungeman · 10 years ago
  97. 0187dc2 Fixes for SkAlphaTypes. by scroggo · 10 years ago
  98. b144271 reland "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 10 years ago
  99. 9de2fb6 Add mips64 to the makefile. by scroggo · 10 years ago
  100. 6dd061f add SK_SUPPORT_LEGACY_COMPUTE_CONFIG_SIZE by reed · 10 years ago