1. c8c4b95 Revert of Revert back to SkPictureData pictures. Huge perf regression. (patchset #1 of https://codereview.chromium.org/496603002/) by mtklein · 10 years ago
  2. c846049 1.5x -> 2x text size for y pad. by mtklein · 10 years ago
  3. 2084050 Add --bbh (default true) to nanobench. by mtklein · 10 years ago
  4. c6765d6 Add some SkTextBlob builder tests. by fmalita · 10 years ago
  5. d13291a Ignore small text sizes in the text bounding assert. by mtklein · 10 years ago
  6. 892f31a Fix surface leak in multidraw GMs. by bsalomon · 10 years ago
  7. d92c4c5 fix android framework build for nanobench by djsollen · 10 years ago
  8. 5164a97 git-sync-deps handles recursive DEPS by halcanary · 10 years ago
  9. 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
  10. ed20c9b Fix root level Android.mk to now point to the correct nanobench makefile by djsollen · 10 years ago
  11. 64bf767 Split up monolithic EXPERIMENTAL_drawPicture method by robertphillips · 10 years ago
  12. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  13. 8ebdd99 Cleanup FDO options. by djsollen · 10 years ago
  14. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  15. 78fc1db update expectations for Nexus 10 Debug by caryclark · 10 years ago
  16. d5176a2 remember to init fOrigPos in legacy constructor by reed · 10 years ago
  17. 55de40b Does this fix things? by mtklein · 10 years ago
  18. 7daaaa4 use globals to register custom effects by reed · 10 years ago
  19. a6cac4c rename gradients private BitmapCache to GradientBitmapCache by reed · 10 years ago
  20. 0461713 expose generalized imagecache key by reed · 10 years ago
  21. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  22. c2d04e1 temporary rebaseline on arm64 by halcanary · 10 years ago
  23. 00d5c2c SkTextBlob by fmalita · 10 years ago
  24. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  25. 5d74806 update gm expectations for Nexus 10 by caryclark · 10 years ago
  26. a8d2c4a Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devices by djsollen · 10 years ago
  27. 6bf35c2 Update FDO options to match what is needed by the framework by djsollen · 10 years ago
  28. 729776c Remove unecessary check from android framework build by djsollen · 10 years ago
  29. ef24b7d Use medium filtering when downscaling bitmap glyphs in FreeType host by djsollen · 10 years ago
  30. 01a492f Fix == operator in GrTextureDomain so we don't compair uninitilized values by egdaniel · 10 years ago
  31. af28dc6 Make SkPMColorAssert a macro (all assert-like functions should be macros). by halcanary · 10 years ago
  32. 8cbf3d5 Remove State struct from GrDrawState by egdaniel · 10 years ago
  33. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  34. 1f31e76 Update SKP version to 79 by borenet · 10 years ago
  35. 4082d29 Revert back to SkPictureData pictures. Huge perf regression. by mtklein · 10 years ago
  36. 1b523ba Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  37. 39cd5b9 Turn off NEON SkBoxBlurGetPlatformProcs for ARM64 (for now) by halcanary · 10 years ago
  38. 7b705bb Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  39. 74206bc ignore flaky failure on android by caryclark · 10 years ago
  40. 4f987e9 make imagecache's Key more general purpose by reed · 10 years ago
  41. 260d237 rebaseline_server: force checksumValue to an integer to prevent spurious comparison failures by epoger · 10 years ago
  42. df2ec35 Directly compute glyphToUnicode array in DirectWrite. by bungeman · 10 years ago
  43. d9f18a3 add headers to experimental SKP expectations by epoger · 10 years ago
  44. 1915b62 Add --properties for things like gitHash that describe the current nanobench run. by mtklein · 10 years ago
  45. 1a17f7a rebaseline_server: if creating brand new expectations files, include the header by epoger · 10 years ago
  46. 5fc8edc update experimental SKP expectations using the new tool by epoger · 10 years ago
  47. 3144d37 rebaseline_server: add download link for SKP diff patchfile by epoger · 10 years ago
  48. 46bc621 Dump out more information if this assert fails. by mtklein · 10 years ago
  49. ec924b9 Dump out more information if this assert fails. by mtklein · 10 years ago
  50. a38acc7 add 2 missing SKP expectations files within experimental dir by epoger · 10 years ago
  51. bdbb242 copy points in array that may stretch by caryclark · 10 years ago
  52. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  53. f47dfed Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code. by bungeman · 10 years ago
  54. 2c4352b rebaseline_server: allow users to generate SKP diff patches on a shared instance by epoger · 10 years ago
  55. 802aa8c start maintaining some experimental SKP expectations by epoger · 10 years ago
  56. 753b870 Define NDEBUG instead of SK_DEBUG/SK_RELEASE. by mtklein · 10 years ago
  57. b888136 fix Image::isOpaque test to not leak by reed · 10 years ago
  58. 858a789 Revert to old autohinting behavior on Android. by djsollen · 10 years ago
  59. 367d03f ignore release as well by caryclark · 10 years ago
  60. 2500809 Rename Recipes bot expectations by borenet · 10 years ago
  61. 3a0f279 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  62. 5dfe779 Copy skimage expectations for Recipes bots by borenet · 10 years ago
  63. 9a657fa fix #if to #ifdef for SK_DEBUG by caryclark · 10 years ago
  64. 5b65357 Simplify GrGLPathRendering interface by kkinnunen · 10 years ago
  65. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  66. cecc91c Make GrGLConfigConversionEffect work for Imagination and some other GPUs. by changjun.yang · 10 years ago
  67. a19afb4 Cheat to go fast, but be careful in debug mode. by mtklein · 10 years ago
  68. afb4379 Print max RSS in GM and nanobench too. by mtklein · 10 years ago
  69. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  70. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  71. a34633f Trim down OSX GYP rules. Same effect, shorter. by mtklein · 10 years ago
  72. 31c4772 Treat embedded bitmaps as a hinting method. by bungeman · 10 years ago
  73. 94e5156 Add --options to nanobench, similar to --key but for non-identifying options. by mtklein · 10 years ago
  74. 8ab362e rebaseline_server: in Pending Approval tab, change expected/actual labels to old/new by epoger · 10 years ago
  75. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  76. 38dd9f2 remove unused SkIntToFloatCast_NoOverflowCheck by caryclark · 10 years ago
  77. 3ba54fa Roll jsoncpp, drop dependency on Chromium overrides. by mtklein · 10 years ago
  78. 6332f1d Record concat as setMatrix. by mtklein · 10 years ago
  79. 8a39a6b Quickfix for incorrect PICTURE_MATRIX_PAINT & PATCH optimization. by fmalita · 10 years ago
  80. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  81. de21804 add patch grid update for 64 bit arm by caryclark · 10 years ago
  82. 639663c Update SKP version to 78 by borenet · 10 years ago
  83. 27dc17c Revert "Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702." by Mike Klein · 10 years ago
  84. caa80b9 rebaseline_server: constrain setADir/setBDir to consistently refer to single directories, not lists by epoger · 10 years ago
  85. 60c2a79 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  86. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  87. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago
  88. 3b5c86c This adds renderMode and builder as columns to the front end when looking at SKPs. by stephana · 10 years ago
  89. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  90. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  91. 637e57e Fix srcAlpaWillBeOne() for coverage drawing by bsalomon · 10 years ago
  92. 62b67ae Start actually bounding some draw ops. by mtklein · 10 years ago
  93. ed26555 Fix copyright on SkTLS.h. by bungeman · 10 years ago
  94. 6617d50 Rename GPUAccelData to GrAccelData by robertphillips · 10 years ago
  95. 81d9265 Copy N10 GM expectations for recipe bot by borenet · 10 years ago
  96. 6f294af Refactor GrLayerCache for new API by robertphillips · 10 years ago
  97. 479601b Small tweaks and a bug fix. by mtklein · 10 years ago
  98. 0459cc7 Android.mk: bench_pictures -> nanobench by mtklein · 10 years ago
  99. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  100. 0ed4e86 Stop sorting the results of SkBBH::search(). by mtklein · 10 years ago