1. 3b570c6 Do a better job of enforcing the semantics of the setRequireUnpremultipliedColors flag by krajcevski · 11 years ago
  2. 074fe9d Remove legacy drawPicture entry point by robertphillips · 11 years ago
  3. 2d2a68c Gamma correction for distance field text. by jvanverth · 11 years ago
  4. 323c1f9 Update SKP version to 19 by borenet · 11 years ago
  5. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 11 years ago
  6. 8766330 teach Nacl to not call setConfig by reed · 11 years ago
  7. 6c22573 hide SkBitmap::setConfig by reed · 11 years ago
  8. 7c5c9da GM/bench for text draws with various parameters and clip rects. by bsalomon · 11 years ago
  9. e9ea0d6 second try at landing improved blur rect by humper · 11 years ago
  10. 407d7c9 Add sampler options to SkScaledBitmapSampler by krajcevski · 11 years ago
  11. b83f6c3 Add assertHeld() to SkMutex. by mtklein · 11 years ago
  12. 919ed4c Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/) by scroggo · 11 years ago
  13. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 11 years ago
  14. 4d517fd Gamma correction for distance field text. by jvanverth · 11 years ago
  15. 8405ef9 Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 11 years ago
  16. 5119234 Generate path names on the client side by cdalton · 11 years ago
  17. 9193e77 New etcbitmap baselines by krajcevski · 11 years ago
  18. 3217c4a Make sure to copy the LATC alias when copying the GrGLCaps by krajcevski · 11 years ago
  19. 748e9d3 Add LATC to alpha only pixel config by krajcevski · 11 years ago
  20. 00dfb9e bench_record: No need for --flags if there are no RecordingFlags anymore. by mtklein · 11 years ago
  21. 4cbf8e3 Add some comments to GrRectanizer_skyline by robertphillips · 11 years ago
  22. b6b0252 Add dump() to SkClipStack to help with debugging. by bsalomon · 11 years ago
  23. e2b78a7 Fix Chrome build after 9f1c241e (https://codereview.chromium.org/316143003/) by robertphillips · 11 years ago
  24. 89e8842 remove GM result-grooming tools that use skia-autogen by epoger · 11 years ago
  25. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 11 years ago
  26. 5713352 Chromium should no longer need the legacy SkCanvas::drawPicture interface by robertphillips · 11 years ago
  27. e2f2b98 No longer limit SkPictureRecorder::partialReplay to Android by robertphillips · 11 years ago
  28. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 11 years ago
  29. 643b8bd First pass at splitting out SkPictureRecord from SkPicture by robertphillips · 11 years ago
  30. 52e4f41 Clean up resourcePath code. by tfarina · 11 years ago
  31. 3d06b48 whitespace to trigger builds by mtklein · 11 years ago
  32. 5037fce whitespace to trigger builds by mtklein · 11 years ago
  33. b77c7ef Clean up Skia for Clang's -Wtautological-undefined-compare by Mike Klein · 11 years ago
  34. 19cae4f use __atomics in SkBarriers_tsan.h by mtklein · 11 years ago
  35. aaf1df6 MIPS: modified gypi files to support build by djordje.pesut · 11 years ago
  36. d78a2fa Rollback of fe689c46 and all subsequent changes by jvanverth · 11 years ago
  37. 9ab6c00 remove extra debug prints by humper · 11 years ago
  38. 39dd491 fix 10.6 shader tests by humper · 11 years ago
  39. e10a4ff repair math error introduced by windows build fix by humper · 11 years ago
  40. a07213a Disable bigblurs GM (for fe689c46a76) by jvanverth · 11 years ago
  41. 1afc04d one channel texture fix for blur shader by humper · 11 years ago
  42. da1c009 disable GPU/CPU blur match test (possibly temporary) by humper · 11 years ago
  43. 7bf666a fix blur test by humper · 11 years ago
  44. ede6cfc Revert of Revert of another GM to ignore for blur rebaseline (https://codereview.chromium.org/319943004/) by humper · 11 years ago
  45. f255de0 Revert of another GM to ignore for blur rebaseline (https://codereview.chromium.org/319203002/) by jvanverth · 11 years ago
  46. f131055 another GM to ignore for blur rebaseline by humper · 11 years ago
  47. fe689c4 Faster GPU rect blur that doesn't require computing vertical and horizontal by humper · 11 years ago
  48. e4d3e60 DM: SKP source / PDF backend by mtklein · 11 years ago
  49. d71be5d remove SK_SUPPORT_LEGACY_SETCONFIG_INFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS from chrome by reed · 11 years ago
  50. ea6b46b ARM Skia NEON patches - 39 - arm64 565 blitters by kevin.petit · 11 years ago
  51. 2e44b51 Effectively unlimited linking. by mtklein · 11 years ago
  52. 97724ed Revert of Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. (https://codereview.chromium.org/311373003/) by egdaniel · 11 years ago
  53. 1a50651 Pull in GYP_LINK_CONCURRENCY=N support. by mtklein · 11 years ago
  54. be4fd4f Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds. by egdaniel · 11 years ago
  55. 0951fe1 Fixing another clusterfuzz issue by sugoi · 11 years ago
  56. 5102345 Fix android_run_skia script running with command line options by qiankun.miao · 11 years ago
  57. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 11 years ago
  58. 6599881 Add metrics reporting to SkFiddle. by jcgregorio · 11 years ago
  59. a494a91 Whitespace change to test new CQ trybots by rmistry · 11 years ago
  60. 56d135c Adding kernel offset validation by sugoi · 11 years ago
  61. a8928b7 Add SkBarriers_tsan.h. by mtklein · 11 years ago
  62. 594069f Use vertex attribute for text color in GrBitmapTextContext by bsalomon · 11 years ago
  63. c250d2e Initial KTX encoder by krajcevski · 11 years ago
  64. b0b0feb Fix SK_API for DirectWrite port. by Ben Wagner · 11 years ago
  65. 98875e1 Rename SkFontHost_win_dw.cpp SkScalerContext. by Ben Wagner · 11 years ago
  66. 51daa25 Split SkFontHost_win_dw. by bungeman · 11 years ago
  67. c3b589a SkClipStack::Element tweaks. by fmalita · 11 years ago
  68. 5d3f9c7 Update gyp for msvs-ninja clean. by bungeman · 11 years ago
  69. 0187dc2 Fixes for SkAlphaTypes. by scroggo · 11 years ago
  70. b144271 reland "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 11 years ago
  71. 9de2fb6 Add mips64 to the makefile. by scroggo · 11 years ago
  72. 6dd061f add SK_SUPPORT_LEGACY_COMPUTE_CONFIG_SIZE by reed · 11 years ago
  73. 1b918af Rename skimage expectations for ASAN bot to match bot renaming. by mtklein · 11 years ago
  74. ddd014e remove SkBitmap::allocConfigPixels and update dox by reed · 11 years ago
  75. 71804cc Revert of Add SSE4 optimization of S32A_Opaque_Blitrow (https://codereview.chromium.org/289473009/) by jvanverth · 11 years ago
  76. 5ec3d21 remove ashmem from skia by halcanary · 11 years ago
  77. 93c2fb0 Rebaselines for drrect GM on GPU TBR= by bsalomon · 11 years ago
  78. e2527b1 Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 11 years ago
  79. 58edea8 Use the correct homophone of 'there'. by scroggo · 11 years ago
  80. 2e81e51 Fix submit_try by borenet · 11 years ago
  81. c2fce56 Add bench for rectanizers by robertphillips · 11 years ago
  82. a5c2824 Change default generators on windows to include msvs-ninja rather than msvs by bsalomon · 11 years ago
  83. 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 11 years ago
  84. 4962140 On Windows, fail if there are missing files specified in the project. by jvanverth · 11 years ago
  85. df1640d Remove SK_IGNORE_DWRITE_BITMAP_FIX. by bungeman · 11 years ago
  86. 77f68b6 Revert "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 11 years ago
  87. 30bcaa0 Update expectations for gyp change. by bungeman · 11 years ago
  88. 1a0a86f Remove Android flag for legacy SkCanvas::drawPicture API by robertphillips · 11 years ago
  89. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 11 years ago
  90. c3f100b Update gyp for msvs-ninja. by bungeman · 11 years ago
  91. ea902d9 Add utils gypi file by egdaniel · 11 years ago
  92. fe68617 Relocate SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE by fmalita · 11 years ago
  93. f466604 rebaseline_server: download actual-results.json files from GCS instead of SVN by epoger · 11 years ago
  94. 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 11 years ago
  95. 2dc337c Add non power of two gm for ETC1 bitmap by krajcevski · 11 years ago
  96. 0ba5a4a Use tests tag for Skia tools on Android. by scroggo · 11 years ago
  97. ca76c55 Use Identity matrix for SkTransparentShader. by scroggo · 11 years ago
  98. 2583b62 Is this SkDebug important? It drives me nuts. by mtklein · 11 years ago
  99. aca1216 Whitespace change to test bugdroid by Ravi Mistry · 11 years ago
  100. 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 11 years ago