1. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  2. 1897631 Add an SkImageGeneratorCG by msarett · 9 years ago
  3. beba908 Add a bit more to the python test driver by joshualitt · 9 years ago
  4. f7a840a Remove uses SkImageDecoder in imgblur and imgslice by msarett · 9 years ago
  5. e0449cf Fix up picture clip bounds in SkiaServe by joshualitt · 9 years ago
  6. 51190df Add SkDrawPosTextHCommand JSON, fix skiaserve build. by bungeman · 9 years ago
  7. 790f99a Remove usage of SkImageDecoder in debugger by msarett · 9 years ago
  8. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  9. 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
  10. b82f088 Fix skiaserve in debug mode by joshualitt · 9 years ago
  11. 6b5c5cc nanobench: turn on f16 and sRGB on the bots by mtklein · 9 years ago
  12. 810f77f Create a small python driver for skiaserve by joshualitt · 9 years ago
  13. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 9 years ago
  14. 4675220 Archive SkRemote-related code. I want to start fresh. by mtklein · 9 years ago
  15. f9deeb6 Update android_make to support both --gcc and --clang options. by djsollen · 9 years ago
  16. e43f7e6 Fix SkiaServe gpu JSON to work with any reordering algorithm by joshualitt · 9 years ago
  17. de7bbab Pull and build shaderc rather than use checked in lib/header by bsalomon · 9 years ago
  18. bd72413 Remove dependency on SkJsonCanvas.h by joshualitt · 9 years ago
  19. 464d210 Remove unused tools and unused includes of SkImageDecoder by msarett · 9 years ago
  20. 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
  21. b5f0d40 Revert "Pull and build shaderc rather than use checked in lib/header" by Eric Boren · 9 years ago
  22. ed854fb Disable ignored / moot configs in DM. by mtklein · 9 years ago
  23. 7d4490e Pull and build shaderc rather than use checked in lib/header by bsalomon · 9 years ago
  24. 855bd44 debugger: Only bind to the localhost address by default. by jcgregorio · 9 years ago
  25. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 9 years ago
  26. bdc6b2b Change skiaserve color palette for drawing batch bounds by joshualitt · 9 years ago
  27. 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
  28. 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
  29. 7fe18a8 turn on f16 and sRGB by mtklein · 9 years ago
  30. 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 9 years ago
  31. 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
  32. 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
  33. 5d5207a fix minor bug drawing batch bounds by default by joshualitt · 9 years ago
  34. 3a9be69 Fixup some of the batch info in skiaserve by joshualitt · 9 years ago
  35. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 9 years ago
  36. 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
  37. 2d225e3 hack up get_images_from_skps by mtklein · 9 years ago
  38. 7b6d3a3 DM: disable ignored and very niche configs on bots. by mtklein · 9 years ago
  39. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  40. f236ee4 Enable RAW codec for Windows by yujieqin · 9 years ago
  41. 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
  42. 6bc9679 A bit more privacy for SkiaServe's Request by joshualitt · 9 years ago
  43. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
  44. afaf496 Add catapult to RecreateSKPs bot's PYTHONPATH by rmistry · 9 years ago
  45. ee5348b Get SkiaServe Request started off with a little privacy by joshualitt · 9 years ago
  46. 1e5884b Wire up /batches in skiaserve by joshualitt · 9 years ago
  47. 3854f11 Move urlhandlers out of skiaserve.cpp by joshualitt · 9 years ago
  48. 26cc3f5 Create Response namespace for skiaserve response functions by joshualitt · 9 years ago
  49. 3552ba1 Make skpinfo able to inspect SK_PICT_TYPEFACE_TAG blocks by robertphillips · 9 years ago
  50. 4dcbe43 Move some methods to SkiaServe's Request, this is still very leaky by joshualitt · 9 years ago
  51. 24dd687 Move Request to its own file in preparation for numerous cleanups by joshualitt · 9 years ago
  52. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  53. 50fe38e use the favicon on debugger.skia.org by jcgregorio · 9 years ago
  54. 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
  55. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  56. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  57. d9381ac Turn off DM --pre_log on the bots. Too spammy. by mtklein · 9 years ago
  58. 807dcab added 'visible' attribute to skiaserve JSON by ethannicholas · 9 years ago
  59. afe9fac Run no CPU benches in Debug trybots. by mtklein · 9 years ago
  60. 3ff5d8c added mode=cpu|gpu to skiaserve JSON by ethannicholas · 9 years ago
  61. 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
  62. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  63. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  64. cbf8978 DM: remove unnecessary use of std::function by mtklein · 9 years ago
  65. 09d0685 add back some basic configs to MSAN bot by mtklein · 9 years ago
  66. 85fca85 added /enableGPU command to skiaserve by ethannicholas · 9 years ago
  67. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 9 years ago
  68. 517558a MSAN: cut down to green by mtklein · 9 years ago
  69. 3afae70 fixed SkDrawCommand JSON generation by ethannicholas · 9 years ago
  70. 3ca1e1a added server-side breakpoint support to skiaserve by ethannicholas · 9 years ago
  71. 1526e0a Make build_command_buffer.py work on Windows by bsalomon · 9 years ago
  72. a7e9f05 Move SkTDArray to private. by bungeman · 9 years ago
  73. c969bfc Make build_command_buffer.py work on Mac and Windows. by bsalomon · 9 years ago
  74. bf521ff Move SkTArray to include/private. by bungeman · 9 years ago
  75. cecbbe2 converted skiaserve PNGs from RGBA to RGB by ethannicholas · 9 years ago
  76. 6b3cf73 Add batch information to json by joshualitt · 9 years ago
  77. c43f2af Add a script to build and copy the command buffer shared library. This script will be used by the bots to test skia on the command buffer. by bsalomon · 9 years ago
  78. 272af6e Revert of further skiaserve image performance improvements (patchset #1 id:1 of https://codereview.chromium.org/1707453003/ ) by ethannicholas · 9 years ago
  79. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 9 years ago
  80. 68c063b further skiaserve image performance improvements by ethannicholas · 9 years ago
  81. 0da8537 MSAN: build libc++ with MSAN, link to it. by mtklein · 9 years ago
  82. 546d665 tuned skiaserve's png output for better performance by ethannicholas · 9 years ago
  83. 3341d42 skiaserve: Change alpha setting from GET to POST. by jcgregorio · 9 years ago
  84. 6f65957 Setup for -Fast GCE bot. by mtklein · 9 years ago
  85. 3478f75 Adding a tool to get images from skps by msarett · 9 years ago
  86. 70e418b Make SkJpegCodec compatible with libjpeg by msarett · 9 years ago
  87. 013475a Put all XSAN bots on the same DEPS-sourced build of Clang. by mtklein · 9 years ago
  88. 0a0520a added clip visualization to skiaserve by ethannicholas · 9 years ago
  89. de8e54c skiaserve now retains the graphics context rather than creating a new one each request by ethannicholas · 9 years ago
  90. 891ad66 fixed SkDebugCanvas' handling of drawPicture by ethannicholas · 9 years ago
  91. f8289d9 fixed off-by-one error in skiaserve /cmd by ethannicholas · 9 years ago
  92. e1745a1 enable ThermalManager on Android by joshualitt · 9 years ago
  93. f62a8b7 integrated SkDebugCanvas JSON support with UrlDataManager by ethannicholas · 9 years ago
  94. db6a254 wire up new json code in skiaserve by joshualitt · 9 years ago
  95. 860fc69 fix for gpu valgrind bot by joshualitt · 9 years ago
  96. 12d47ce skiaserve: Fix /cmd/N and /cmd/N[0|1], the response was never queued. by jcgregorio · 9 years ago
  97. 1446a9a added JSON support for various lesser-used features by ethannicholas · 9 years ago
  98. 402cd91 added SkDebugCanvas::toJSON by ethannicholas · 9 years ago
  99. bd3dae8 added some missing static modifiers by ethannicholas · 9 years ago
  100. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago