1. 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 7 years ago
  2. 73e21af Revert "Add color spin test for SkColorSpaceXformCanvas" by Eric Boren · 7 years ago
  3. cb01aec Add color spin test for SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  4. 841101d SkColorSpaceXformCanvas by Mike Klein · 7 years ago
  5. fd171ed Make GPU dm sink correctly advertise whether it is multisampled by Brian Salomon · 7 years ago
  6. bd7c551 Don't run image tests on msaa configs. by Brian Salomon · 7 years ago
  7. e812d49 Rename GrContextFactory::ContextOptions to ContextOverrides by csmartdalton · 7 years ago
  8. bae888e hide via-svg until I can fix g3 by Mike Reed · 7 years ago
  9. f67c459 add ViaSVG to dm by Mike Reed · 7 years ago
  10. acd2f5c Fix DM race in SVGSrc by fmalita · 8 years ago
  11. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  12. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  13. 85c7fe8 DM: JSON Debug Sink by Hal Canary · 8 years ago
  14. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  15. bdf3e5c [SVGDom] Improved DM sizing by fmalita · 8 years ago
  16. 54dc487 add pipecanvas by reed · 8 years ago
  17. 179d885 Only test SVG DM sources against direct raster/gpu sinks. by fmalita · 8 years ago
  18. 9c5052f SkLite* by mtklein · 8 years ago
  19. a2b9fdf Add an SVG DM source by fmalita · 8 years ago
  20. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 8 years ago
  21. babc3de deferred canvas by reed · 8 years ago
  22. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  23. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  24. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  25. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  26. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  27. 45420a9 SkMultiPictureDocument & SkMultiPictureDocumentReader by halcanary · 8 years ago
  28. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  29. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  30. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  31. 888dc16 Test color correction in DM by msarett · 8 years ago
  32. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago
  33. f8dc9df Drop AndroidCodecSrc::kDivisor_Mode by scroggo · 8 years ago
  34. 69deca8 Add ColorCodecSrc for testing/comparison on color corrected decodes by msarett · 8 years ago
  35. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  36. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 8 years ago
  37. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  38. 94b87bd DM/PDF: stop adding unused rasterizer keywords by halcanary · 8 years ago
  39. b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 8 years ago
  40. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  41. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  42. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  43. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  44. d93c120 Added (color=8888|f16|srgb) option to gpu configurations, along with gpuf16 and gpusrgb predefined configs. Runs the gpu backend in gamma-correct mode (with either FP16 linear or sRGB 8888 frambuffers). by brianosman · 8 years ago
  45. 1897631 Add an SkImageGeneratorCG by msarett · 8 years ago
  46. 4675220 Archive SkRemote-related code. I want to start fresh. by mtklein · 8 years ago
  47. 744898a Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #1 id:1 of https://codereview.chromium.org/1750383002/ ) by brianosman · 8 years ago
  48. a6f5819 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 8 years ago
  49. e9c8442 Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #3 id:40001 of https://codereview.chromium.org/1746253002/ ) by brianosman · 8 years ago
  50. eef9802 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 8 years ago
  51. 27c3fdd DM: support --config {f16,srgb} by mtklein · 8 years ago
  52. 91c22b2 Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes by msarett · 8 years ago
  53. 3ac66e9 Optionally run RAW images serially by scroggo · 8 years ago
  54. 21eaf3b dm: simplify parallel/serial decisions by mtklein · 8 years ago
  55. 7a76f9c SkMojo: test linking Skia against the Mojo SDK by halcanary · 9 years ago
  56. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  57. 0edf169 Stop testing SkImageDecoder in DM/nanobench by scroggo · 9 years ago
  58. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  59. bb25b53 Add CodecZeroInit test to DMSrcSink by msarett · 9 years ago
  60. 4a34ecb DM: more invariants by mtklein · 9 years ago
  61. 7c55422 remove SkGPipe by reed · 9 years ago
  62. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  63. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  64. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  65. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  66. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  67. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  68. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  69. 62d3b10 Revert of DM: fix `--config $VIA-pdf` to not crash (patchset #3 id:40001 of https://codereview.chromium.org/1513323002/ ) by msarett · 9 years ago
  70. 6bce417 DM: fix `--config $VIA-pdf` to not crash by halcanary · 9 years ago
  71. 5219fd9 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  72. 9d66696 Revert of Make NVPR a GL context option instead of a GL context (patchset #9 id:160001 of https://codereview.chromium.org/1448883002/ ) by borenet · 9 years ago
  73. 64492c4 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  74. a0a024e Revert of Make NVPR a GL context option instead of a GL context (patchset #2 id:20001 of https://codereview.chromium.org/1448883002/ ) by bsalomon · 9 years ago
  75. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  76. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  77. 164d302 Delete dead subset test code from dm by msarett · 9 years ago
  78. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago
  79. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  80. 2e2ea38 SkRemote by mtklein · 9 years ago
  81. c11c62f DM: PDFSink sets rasterizer keyword by halcanary · 9 years ago
  82. 7f69144 Add nanobench tests for BitmapRegionDecoder by msarett · 9 years ago
  83. a5783ae Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  84. 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
  85. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  86. 9e707a0 Various improvements to CodecSrc testing in dm by msarett · 9 years ago
  87. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  88. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  89. 99cab4e DM: track a direct/indirect bit for each Sink too. by mtklein · 9 years ago
  90. e0effd6 Allow Srcs to veto Sinks based on their broad type. by mtklein · 9 years ago
  91. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  92. 0a24297 DM testing for skipping and scaling by msarett · 9 years ago
  93. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  94. 9700206 New CodeSrc* draw mode kScanline_Subset_Mode by emmaleer · 9 years ago
  95. 6fbf4b3 Do we still need this DOUBLE_LOOP feature? by mtklein · 9 years ago
  96. 7882924 DM: add Via abstract class by mtklein · 9 years ago
  97. d31c13d DM: add a Via to simulate SP pictures. by mtklein · 9 years ago
  98. 06a22f6 add deferred config to DM by reed · 9 years ago
  99. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  100. b7e8d69 Add a Via to DM that records into two pictures and draws using the second. by mtklein · 9 years ago