1. a5c2824 Change default generators on windows to include msvs-ninja rather than msvs by bsalomon · 10 years ago
  2. 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 10 years ago
  3. 4962140 On Windows, fail if there are missing files specified in the project. by jvanverth · 10 years ago
  4. df1640d Remove SK_IGNORE_DWRITE_BITMAP_FIX. by bungeman · 10 years ago
  5. 77f68b6 Revert "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 10 years ago
  6. 30bcaa0 Update expectations for gyp change. by bungeman · 10 years ago
  7. 1a0a86f Remove Android flag for legacy SkCanvas::drawPicture API by robertphillips · 10 years ago
  8. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 10 years ago
  9. c3f100b Update gyp for msvs-ninja. by bungeman · 10 years ago
  10. ea902d9 Add utils gypi file by egdaniel · 10 years ago
  11. fe68617 Relocate SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE by fmalita · 10 years ago
  12. f466604 rebaseline_server: download actual-results.json files from GCS instead of SVN by epoger · 10 years ago
  13. 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 10 years ago
  14. 2dc337c Add non power of two gm for ETC1 bitmap by krajcevski · 10 years ago
  15. 0ba5a4a Use tests tag for Skia tools on Android. by scroggo · 10 years ago
  16. ca76c55 Use Identity matrix for SkTransparentShader. by scroggo · 10 years ago
  17. 2583b62 Is this SkDebug important? It drives me nuts. by mtklein · 10 years ago
  18. aca1216 Whitespace change to test bugdroid by Ravi Mistry · 10 years ago
  19. 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  20. 05bb6f1 Add bench to measure drawing a dashed grid by egdaniel · 10 years ago
  21. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  22. 232f725 Whitespace change to test bugdroid by Ravi Mistry · 10 years ago
  23. e2d543a Update SKP version to 17 by borenet · 10 years ago
  24. abc0733 readd SK_SUPPORT_LEGACY_SETCONFIG_INFO -- missed a place in a blink test by reed · 10 years ago
  25. e696a59 Disable PDF in dm for tonight. It's crashy. by mtklein · 10 years ago
  26. 06fdc69 Added grid data to logging output by kelvinly · 10 years ago
  27. 9307073 remove unneeded flags SK_SUPPORT_LEGACY_SETCONFIG_INFO and SK_SUPPORT_LEGACY_DEVICE_CONFIG by reed · 10 years ago
  28. bec3634 Android: remove -lcutils dependency by mtklein · 10 years ago
  29. 30bf3e2 DM: add pdf by mtklein · 10 years ago
  30. 9c4ff80 DM: go back to memcmp for BitmapsEqual by mtklein · 10 years ago
  31. 182a631 Whitespace change to test the new cron.chrome bugdroid. by Ravi Mistry · 10 years ago
  32. 795883e Fix neglected cleanup of SkTileGridPicture.h by robertphillips · 10 years ago
  33. 65044bf Return NULL when building empty LayerRasterizer. by scroggo · 10 years ago
  34. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  35. 8a35140 Add LICENSE & README.google files to third_party/etc1 by robertphillips · 10 years ago
  36. 3a2682a SK_CPU_ARM --> SK_CPU_ARM32 by mtklein · 10 years ago
  37. 1800b1f manual bench rebase after 55ada06 by jvanverth · 10 years ago
  38. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  39. 55ada06 download_actuals.py: download JSON files from Google Storage instead of skia-autogen by epoger · 10 years ago
  40. 2db11d1 a few rebaseline stragglers from image scaling change by humper · 10 years ago
  41. 866b95d ARM Skia NEON patches - 38 - arm64 8888 blitters by kevin.petit · 10 years ago
  42. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  43. 66aa609 Update SKP version to 16 by borenet · 10 years ago
  44. 92bfb09 Fix etc1 support for SkFiddle. by jcgregorio · 10 years ago
  45. 04cd368 Fix memory leak in etc1bitmap GM. by mtklein · 10 years ago
  46. 14052a0 Allow chrome to use old version of installPixels. by scroggo · 10 years ago
  47. d0f18b1 Update link to Doxygen. by jcgregorio · 10 years ago
  48. c7671be Rebase a few GMs and remove some tests from ignored-tests.txt by Brian Salomon · 10 years ago
  49. ef470f1 Remove brackets from gm names. by scroggo · 10 years ago
  50. 8af0523 Fall back to using clip effect for outer rect in drawdrrect by bsalomon · 10 years ago
  51. 5fb3392 Whitespace change to test multiple master support in CQ by rmistry · 10 years ago
  52. 9b4353c remove unneeded flags by reed · 10 years ago
  53. da23e58 Whitespace change to test new CQ trybot by rmistry · 10 years ago
  54. 59ef770 Revert of Try TSAN blacklist for SkGLContextHelper::init. (https://codereview.chromium.org/309823004/) by mtklein · 10 years ago
  55. ab2ec19 Try TSAN blacklist for SkGLContextHelper::init. by mtklein · 10 years ago
  56. cf44feb Clean up another silly race in benches when run concurrently. by mtklein · 10 years ago
  57. a78ef79 Tweak TSAN suppressions. by mtklein · 10 years ago
  58. 73be51e remove unneeded inval by reed · 10 years ago
  59. 5c404c5 add makeOffset and makeInset to SkRect by reed · 10 years ago
  60. 8ff38cc use most innocuous characters possible within skimage output filenames by epoger · 10 years ago
  61. 8c111f7 Change #def to be opt-out by krajcevski · 10 years ago
  62. fc435a0 Revert of stop using brackets within skimage output filenames (https://codereview.chromium.org/303263012/) by epoger · 10 years ago
  63. 832cb66 Update TSAN suppressions. by mtklein · 10 years ago
  64. f078924 stop using brackets within skimage output filenames by epoger · 10 years ago
  65. 12ba2cb Update expectations to fix self tests. by scroggo · 10 years ago
  66. be7de4f Update TSAN suppressions. by mtklein · 10 years ago
  67. c77392e use colortype instead of config by reed · 10 years ago
  68. 80f709a TSAN caught us racing in ScalarBench.cpp by mtklein · 10 years ago
  69. 1940df9 Allow access to device config for Moz2d. by jvanverth · 10 years ago
  70. 421734e Revert of Update SKP version to 13 (https://codereview.chromium.org/309753004/) by borenet · 10 years ago
  71. 9d14b6d Adding resource files by Robert Phillips · 10 years ago
  72. 7574153 Update SKP version to 13 by borenet · 10 years ago
  73. a2551ff Remove legacy Picture-recording flags from Android build by robertphillips · 10 years ago
  74. f9f1547 Remove unitmappers header. by scroggo · 10 years ago
  75. 1b81877 Clean up SkOnce: by mtklein · 10 years ago
  76. 173a5c5 invert comparison sense for reason return by humper · 10 years ago
  77. ada3635 Compile-time initialize special SkMatrices. by mtklein · 10 years ago
  78. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  79. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
  80. 309e869 Fix bracket outside of ifdef by krajcevski · 10 years ago
  81. 0d03db7 Clean up SkLazyPtrs only in SK_DEVELOPER mode. by mtklein · 10 years ago
  82. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  83. b30aa62 Update comments about debugging on master. by scroggo · 10 years ago
  84. 901e96d Add Sample slide for Rectanizers by robertphillips · 10 years ago
  85. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  86. 14751db Whitespace change to test the Git Skia CQ by rmistry · 10 years ago
  87. 5787c6f Use googlesource VIEW_VC in codereview.settings by rmistry · 10 years ago
  88. eb7cd46 Whitespace change to test the Git Skia CQ by rmistry · 10 years ago
  89. ae64976 Whitespace by Eric Boren · 10 years ago
  90. ed4dc2a remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 10 years ago
  91. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  92. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  93. 22a1d96 New file for simpler updating of Android defines. by commit-bot@chromium.org · 10 years ago
  94. a1ff26a Add a way for the gpu veto to report back the reason why it said no by commit-bot@chromium.org · 10 years ago
  95. 92a8916 fix casting issue with or operator by commit-bot@chromium.org · 10 years ago
  96. b458795 Revert of remove SK_SUPPORT_LEGACY_ASIMAGEINFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS (https://codereview.chromium.org/308083010/) by commit-bot@chromium.org · 10 years ago
  97. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  98. 97f5fc6 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 10 years ago
  99. 1fd263e remove SK_SUPPORT_LEGACY_ASIMAGEINFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS by commit-bot@chromium.org · 10 years ago
  100. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago