1. 6459352 Replace SkFunction with std::function by mtklein · 9 years ago
  2. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago
  3. 5c9e34a Delete dead BitmapRegionDecoder code in tools by msarett · 9 years ago
  4. 164d302 Delete dead subset test code from dm by msarett · 9 years ago
  5. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  6. 1aaaba5 Fix the build on Android devices by Matt Sarett · 9 years ago
  7. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago
  8. 6bd9c21 Fix an error message by scroggo · 9 years ago
  9. 501b734 Combine native sampling with sampling by scroggo · 9 years ago
  10. f27f08b DM+VB: WallTimer -> SkTime::GetNSecs(). by mtklein · 9 years ago
  11. 27a5834 Add missing include for sleep(). by scroggo · 9 years ago
  12. c377992 Make DMSrcSink fail fatally when decodeRegion() fails for BRDSrcs by msarett · 9 years ago
  13. 35e5d1b Refactor SkBitmapRegionDecoderInterface for Android by msarett · 9 years ago
  14. 9097814 Fix DMSrcSink bug by msarett · 9 years ago
  15. 3c8ceb7 Simplify linkages to Android framework internals by tomhudson · 9 years ago
  16. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  17. 26ad17b Implementation of SkBitmapRegionDecoder using SkAndroidCodec by msarett · 9 years ago
  18. fa23a9e Fix uninitialized memory on kIndex8 divisor tests in Gold by msarett · 9 years ago
  19. 479fe77 SkRemote: more refactoring by mtklein · 9 years ago
  20. b6b8f27 SkRemote: refactoring by mtklein · 9 years ago
  21. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  22. 2e2ea38 SkRemote by mtklein · 9 years ago
  23. c8d1dd4 SkTHash: hash from fnptr to functor type by mtklein · 9 years ago
  24. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  25. 04965c6 SkBitmapRegionDecoder clean-up by msarett · 9 years ago
  26. 14bbe1d Enable more testing for scaled webps by msarett · 9 years ago
  27. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  28. f174e92 Update libwebp and resume testing scaled webp by scroggo · 9 years ago
  29. 7a14b31 SkPDF: Implement drawImage*() properly by halcanary · 9 years ago
  30. 6634cbb Small DM cleanup by scroggo · 9 years ago
  31. 7fac5af Fix bug testing SkCodec for ICO by scroggo · 9 years ago
  32. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  33. c11c62f DM: PDFSink sets rasterizer keyword by halcanary · 9 years ago
  34. 449d9b7 simplify code in SkRecords.h by mtklein · 9 years ago
  35. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  36. f12a167 SkPDF: add basic metadata support by halcanary · 9 years ago
  37. 7f69144 Add nanobench tests for BitmapRegionDecoder by msarett · 9 years ago
  38. cc334b3 fix DM? by mtklein · 9 years ago
  39. 6c50a8f Use rounding when converting desiredScale to a sampleSize by msarett · 9 years ago
  40. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  41. 6efbe05 Remove jpegs with uninitialized memory from Gold by msarett · 9 years ago
  42. d69ece6 DM: add --key and --properties to PNG description field. by mtklein · 9 years ago
  43. a5783ae Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  44. 90e8ab7 Re-enable nvpr text rendering in DM. by bsalomon · 9 years ago
  45. 8fd97ea Revert of Provides multiple implementations of Android's SkBitmapRegionDecoder (patchset #16 id:360001 of https://codereview.chromium.org/1288963002/ ) by msarett · 9 years ago
  46. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  47. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  48. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  49. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  50. 36c3796 Remove unwanted images in Gold by msarett · 9 years ago
  51. 9e707a0 Various improvements to CodecSrc testing in dm by msarett · 9 years ago
  52. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  53. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  54. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  55. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  56. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  57. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  58. c64137c DM: "wb" (binary mode) may matter on Windows by mtklein · 9 years ago
  59. fccb77d DM: use SkBitmap::reset() by mtklein · 9 years ago
  60. a5114d7 Have DM manually encode its .png outputs. by mtklein · 9 years ago
  61. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  62. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  63. 8c9a67a Revert of Have DM manually encode its .png outputs. (patchset #2 id:20001 of https://codereview.chromium.org/1304443002/ ) by mtklein · 9 years ago
  64. 3cc0dff Have DM manually encode its .png outputs. by mtklein · 9 years ago
  65. b32758a Test scaling for small images by msarett · 9 years ago
  66. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  67. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  68. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  69. b157917 SkScaledCodec class by emmaleer · 9 years ago
  70. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  71. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  72. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  73. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  74. 0df0e43 Revert of Update libwebp and resume testing scaled webp (patchset #2 id:20001 of https://codereview.chromium.org/1280073002/ ) by scroggo · 9 years ago
  75. 0575d3e Update libwebp and resume testing scaled webp by scroggo · 9 years ago
  76. c0e1af1 Revert of Intentionally crash DM to make sure all bots are up-to-date. (patchset #1 id:1 of https://codereview.chromium.org/1274693002/ ) by mtklein · 9 years ago
  77. 3749b96 Intentionally crash DM to make sure all bots are up-to-date. by Mike Klein · 9 years ago
  78. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  79. f231900 Missing overrides for Sinks in HWUI. by mtklein · 9 years ago
  80. 99cab4e DM: track a direct/indirect bit for each Sink too. by mtklein · 9 years ago
  81. 4358f13 Call notifyPixelsChanged after modifying bitmap by scroggo · 9 years ago
  82. e0effd6 Allow Srcs to veto Sinks based on their broad type. by mtklein · 9 years ago
  83. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  84. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  85. 6f818b3 Do not attempt to scale webp. by scroggo · 9 years ago
  86. 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 9 years ago
  87. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  88. 711a245 DM runs more than 100k tests now. by mtklein · 9 years ago
  89. 3840846 DM: swizzle BGRA to RGBA before calculating pixel MD5. by mtklein · 9 years ago
  90. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  91. d2baa90 Make sp- via support SkDrawables; add a GM to test it. by mtklein · 9 years ago
  92. 1c8a587 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  93. 94a2fbc Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https://codereview.chromium.org/1180983002/) by jvanverth · 9 years ago
  94. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  95. 40141b5 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  96. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  97. aa2a7de Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  98. e9e3ee3 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  99. f657b10 Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  100. f8bf918 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago