1. 61d3b08 Enable gpusrgb config on bots. by brianosman · 8 years ago
  2. 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
  3. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  4. 2e77ddb Blacklist shapes benchmarks on Mali400 bot. by brianosman · 8 years ago
  5. c28afdb Add test configs for nvpr with atlas text by cdalton · 8 years ago
  6. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  7. ffe5400 SkPDF: milestone in metadata, also SkMilestone.h by halcanary · 8 years ago
  8. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  9. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  10. 8c7d7ad Blacklist giant (4k) wbmp from GPU bots. by brianosman · 8 years ago
  11. e8f3062 switch surface to sk_sp by reed · 8 years ago
  12. 0b8321e Google3 Android no longer has undefok. by benjaminwagner · 8 years ago
  13. bee39c5 fix --threads 4, blacklist interlaced1,2,3 on GPU by mtklein · 8 years ago
  14. 343a63d SkRecord: infer return type for visit() and mutate(). by mtklein · 8 years ago
  15. d33fe1f Try throttling x86 desktop bots down with fewer threads. by mtklein · 8 years ago
  16. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  17. 6c962f5 Blacklist RAW images on x86 Ubuntu by msarett · 8 years ago
  18. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  19. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  20. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  21. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  22. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  23. f67531f unified PNG encoding between SkDrawCommand and skiaserve by ethannicholas · 8 years ago
  24. 4ab57e0 Don't convert DWORD to int. by bungeman · 8 years ago
  25. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  26. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  27. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  28. ca2622b return pictures as sk_sp by reed · 8 years ago
  29. fc0b6d1 Add SkImageGeneratorWIC by msarett · 8 years ago
  30. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  31. 5a60982 Disable bad gif decode on CG by msarett · 8 years ago
  32. 667433f Remove uses of SkImageDecoder from skdiff by msarett · 8 years ago
  33. 18300a3 detach -> release by mtklein · 8 years ago
  34. 98bd5b1 Flush the pipe in skiaserve when we switch to GPU by joshualitt · 9 years ago
  35. 4083610 Fix up no gpu build by joshualitt · 9 years ago
  36. 7a307df Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format by yujieqin · 9 years ago
  37. ae47aee Fix some bugs and performance issues with skiaserve by joshualitt · 9 years ago
  38. 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 · 9 years ago
  39. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  40. 1897631 Add an SkImageGeneratorCG by msarett · 9 years ago
  41. beba908 Add a bit more to the python test driver by joshualitt · 9 years ago
  42. f7a840a Remove uses SkImageDecoder in imgblur and imgslice by msarett · 9 years ago
  43. e0449cf Fix up picture clip bounds in SkiaServe by joshualitt · 9 years ago
  44. 51190df Add SkDrawPosTextHCommand JSON, fix skiaserve build. by bungeman · 9 years ago
  45. 790f99a Remove usage of SkImageDecoder in debugger by msarett · 9 years ago
  46. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  47. c48fc9b Revert of nanobench: turn on f16 and sRGB on the bots (patchset #1 id:1 of https://codereview.chromium.org/1769163006/ ) by mtklein · 9 years ago
  48. b82f088 Fix skiaserve in debug mode by joshualitt · 9 years ago
  49. 6b5c5cc nanobench: turn on f16 and sRGB on the bots by mtklein · 9 years ago
  50. 810f77f Create a small python driver for skiaserve by joshualitt · 9 years ago
  51. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 9 years ago
  52. 4675220 Archive SkRemote-related code. I want to start fresh. by mtklein · 9 years ago
  53. f9deeb6 Update android_make to support both --gcc and --clang options. by djsollen · 9 years ago
  54. e43f7e6 Fix SkiaServe gpu JSON to work with any reordering algorithm by joshualitt · 9 years ago
  55. de7bbab Pull and build shaderc rather than use checked in lib/header by bsalomon · 9 years ago
  56. bd72413 Remove dependency on SkJsonCanvas.h by joshualitt · 9 years ago
  57. 464d210 Remove unused tools and unused includes of SkImageDecoder by msarett · 9 years ago
  58. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 9 years ago
  59. b5f0d40 Revert "Pull and build shaderc rather than use checked in lib/header" by Eric Boren · 9 years ago
  60. ed854fb Disable ignored / moot configs in DM. by mtklein · 9 years ago
  61. 7d4490e Pull and build shaderc rather than use checked in lib/header by bsalomon · 9 years ago
  62. 855bd44 debugger: Only bind to the localhost address by default. by jcgregorio · 9 years ago
  63. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 9 years ago
  64. bdc6b2b Change skiaserve color palette for drawing batch bounds by joshualitt · 9 years ago
  65. 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 · 9 years ago
  66. 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 · 9 years ago
  67. 7fe18a8 turn on f16 and sRGB by mtklein · 9 years ago
  68. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 9 years ago
  69. 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 · 9 years ago
  70. 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 · 9 years ago
  71. 5d5207a fix minor bug drawing batch bounds by default by joshualitt · 9 years ago
  72. 3a9be69 Fixup some of the batch info in skiaserve by joshualitt · 9 years ago
  73. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 9 years ago
  74. dd54e5d Revert of DM: disable ignored and very niche configs on bots. (patchset #1 id:1 of https://codereview.chromium.org/1745073002/ ) by mtklein · 9 years ago
  75. 2d225e3 hack up get_images_from_skps by mtklein · 9 years ago
  76. 7b6d3a3 DM: disable ignored and very niche configs on bots. by mtklein · 9 years ago
  77. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  78. f236ee4 Enable RAW codec for Windows by yujieqin · 9 years ago
  79. 08fc807 Revert of Add abilitly to query audit trail for batches by draw op (patchset #4 id:60001 of https://codereview.chromium.org/1745513002/ ) by joshualitt · 9 years ago
  80. 6bc9679 A bit more privacy for SkiaServe's Request by joshualitt · 9 years ago
  81. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  82. afaf496 Add catapult to RecreateSKPs bot's PYTHONPATH by rmistry · 9 years ago
  83. ee5348b Get SkiaServe Request started off with a little privacy by joshualitt · 9 years ago
  84. 1e5884b Wire up /batches in skiaserve by joshualitt · 9 years ago
  85. 3854f11 Move urlhandlers out of skiaserve.cpp by joshualitt · 9 years ago
  86. 26cc3f5 Create Response namespace for skiaserve response functions by joshualitt · 9 years ago
  87. 3552ba1 Make skpinfo able to inspect SK_PICT_TYPEFACE_TAG blocks by robertphillips · 9 years ago
  88. 4dcbe43 Move some methods to SkiaServe's Request, this is still very leaky by joshualitt · 9 years ago
  89. 24dd687 Move Request to its own file in preparation for numerous cleanups by joshualitt · 9 years ago
  90. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  91. 50fe38e use the favicon on debugger.skia.org by jcgregorio · 9 years ago
  92. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  93. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  94. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  95. d9381ac Turn off DM --pre_log on the bots. Too spammy. by mtklein · 9 years ago
  96. 807dcab added 'visible' attribute to skiaserve JSON by ethannicholas · 9 years ago
  97. afe9fac Run no CPU benches in Debug trybots. by mtklein · 9 years ago
  98. 3ff5d8c added mode=cpu|gpu to skiaserve JSON by ethannicholas · 9 years ago
  99. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  100. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago