1. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  2. 94b87bd DM/PDF: stop adding unused rasterizer keywords by halcanary · 8 years ago
  3. 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
  4. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  5. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  6. 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
  7. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  8. 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
  9. 1897631 Add an SkImageGeneratorCG by msarett · 8 years ago
  10. 4675220 Archive SkRemote-related code. I want to start fresh. by mtklein · 8 years ago
  11. 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
  12. 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
  13. 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
  14. 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
  15. 27c3fdd DM: support --config {f16,srgb} by mtklein · 8 years ago
  16. 91c22b2 Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes by msarett · 8 years ago
  17. 3ac66e9 Optionally run RAW images serially by scroggo · 8 years ago
  18. 21eaf3b dm: simplify parallel/serial decisions by mtklein · 8 years ago
  19. 7a76f9c SkMojo: test linking Skia against the Mojo SDK by halcanary · 8 years ago
  20. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  21. 0edf169 Stop testing SkImageDecoder in DM/nanobench by scroggo · 9 years ago
  22. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  23. bb25b53 Add CodecZeroInit test to DMSrcSink by msarett · 9 years ago
  24. 4a34ecb DM: more invariants by mtklein · 9 years ago
  25. 7c55422 remove SkGPipe by reed · 9 years ago
  26. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  27. 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
  28. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  29. 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
  30. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  31. 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
  32. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  33. 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
  34. 6bce417 DM: fix `--config $VIA-pdf` to not crash by halcanary · 9 years ago
  35. 5219fd9 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  36. 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
  37. 64492c4 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  38. 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
  39. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  40. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  41. 164d302 Delete dead subset test code from dm by msarett · 9 years ago
  42. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago
  43. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  44. 2e2ea38 SkRemote by mtklein · 9 years ago
  45. c11c62f DM: PDFSink sets rasterizer keyword by halcanary · 9 years ago
  46. 7f69144 Add nanobench tests for BitmapRegionDecoder by msarett · 9 years ago
  47. a5783ae Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  48. 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
  49. 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  50. 9e707a0 Various improvements to CodecSrc testing in dm by msarett · 9 years ago
  51. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  52. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  53. 99cab4e DM: track a direct/indirect bit for each Sink too. by mtklein · 9 years ago
  54. e0effd6 Allow Srcs to veto Sinks based on their broad type. by mtklein · 9 years ago
  55. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  56. 0a24297 DM testing for skipping and scaling by msarett · 9 years ago
  57. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  58. 9700206 New CodeSrc* draw mode kScanline_Subset_Mode by emmaleer · 9 years ago
  59. 6fbf4b3 Do we still need this DOUBLE_LOOP feature? by mtklein · 9 years ago
  60. 7882924 DM: add Via abstract class by mtklein · 9 years ago
  61. d31c13d DM: add a Via to simulate SP pictures. by mtklein · 9 years ago
  62. 06a22f6 add deferred config to DM by reed · 9 years ago
  63. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  64. b7e8d69 Add a Via to DM that records into two pictures and draws using the second. by mtklein · 9 years ago
  65. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  66. 9c59ebc Test scanline decoding in DM. by scroggo · 9 years ago
  67. 478652e Add copyright headers DM. by scroggo · 9 years ago
  68. 9b77ddd Run CodecSrc DM. by scroggo · 9 years ago
  69. 4089ef7 DM: support non-fatal errors by mtklein · 9 years ago
  70. 47ef4d5 XPS, DM: add SkDocument::CreateXPS by halcanary · 9 years ago
  71. c2574f3 Revert of XPS, DM: add SkDocument::CreateXPS (patchset #8 id:310001 of https://codereview.chromium.org/963953002/) by halcanary · 9 years ago
  72. 00d39bc XPS, DM: add SkDocument::CreateXPS by halcanary · 9 years ago
  73. 792c80f PDF: Now threadsafe! by halcanary · 9 years ago
  74. d603b22 Suggested version with 'undo'. by mtklein · 9 years ago
  75. ad66f9b DM: don't leak the null canvas in NullSink. by mtklein · 9 years ago
  76. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  77. 8a4527e SVG backend in DM by mtklein · 10 years ago
  78. edc93bc Suggestions and merge in the other CL. by mtklein · 10 years ago
  79. 8d17a13 DM: paths as implict strings too. by mtklein · 10 years ago
  80. 022afb8 DM::NullSink by halcanary · 10 years ago
  81. 9c3f17d Fold gmtoskp into DM, as --src gm --config skp. by mtklein · 10 years ago
  82. 55e88b2 More natural way to serialize GPU tasks and tests. by mtklein · 10 years ago
  83. 7edca21 Don't test pipe modes nobody uses. by mtklein · 10 years ago
  84. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  85. 75d98fd DM: Don't hold onto data longer than needed. by mtklein · 10 years ago
  86. 82d2843 turn back on gpu tests by mtklein · 10 years ago
  87. 748ca3b Sketch DM refactor. by mtklein · 10 years ago
  88. 114c3cd Revert of Sketch DM refactor. (patchset #45 id:850001 of https://codereview.chromium.org/788243008/) by mtklein · 10 years ago
  89. 709d2c3 Sketch DM refactor. by mtklein · 10 years ago