1. a84d660 remove experimental treat-skcolor-as-srgb flag by reed · 8 years ago
  2. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  3. 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
  4. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  5. 2ec06c9 skiaserve no longer crashes when no X server is present by ethannicholas · 8 years ago
  6. 3460404 skiaserve: Add a flag to control hosted mode, i.e. when running on debugger.skia.org. by jcgregorio · 8 years ago
  7. ce8ea4c skiaserve: Add /quitquitquit handler. Will be used in the hosted debugger. by jcgregorio · 8 years ago
  8. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  9. 82996b8 Get skiaserve working on Windows. by brianosman · 8 years ago
  10. 312aa6a Adding support for controlling the global sRGB SkColor switch. by brianosman · 8 years ago
  11. 05db63b Remove static initializer for SkOpts::Init() by mtklein · 8 years ago
  12. 7831295 Adding support for playback to L32/S32/F16 canvas. by brianosman · 8 years ago
  13. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  14. 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
  15. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  16. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  17. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 8 years ago
  18. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  19. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  20. 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
  21. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  22. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  23. e8f3062 switch surface to sk_sp by reed · 8 years ago
  24. f67531f unified PNG encoding between SkDrawCommand and skiaserve by ethannicholas · 8 years ago
  25. ca2622b return pictures as sk_sp by reed · 8 years ago
  26. 98bd5b1 Flush the pipe in skiaserve when we switch to GPU by joshualitt · 8 years ago
  27. 4083610 Fix up no gpu build by joshualitt · 8 years ago
  28. ae47aee Fix some bugs and performance issues with skiaserve by joshualitt · 8 years ago
  29. beba908 Add a bit more to the python test driver by joshualitt · 8 years ago
  30. e0449cf Fix up picture clip bounds in SkiaServe by joshualitt · 8 years ago
  31. b82f088 Fix skiaserve in debug mode by joshualitt · 8 years ago
  32. 810f77f Create a small python driver for skiaserve by joshualitt · 8 years ago
  33. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 8 years ago
  34. e43f7e6 Fix SkiaServe gpu JSON to work with any reordering algorithm by joshualitt · 8 years ago
  35. bd72413 Remove dependency on SkJsonCanvas.h by joshualitt · 8 years ago
  36. 464d210 Remove unused tools and unused includes of SkImageDecoder by msarett · 8 years ago
  37. 855bd44 debugger: Only bind to the localhost address by default. by jcgregorio · 8 years ago
  38. 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 8 years ago
  39. 5d5207a fix minor bug drawing batch bounds by default by joshualitt · 8 years ago
  40. 3a9be69 Fixup some of the batch info in skiaserve by joshualitt · 8 years ago
  41. 10d8fc2 Render batch bounds as stroke rects by joshualitt · 8 years ago
  42. b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  43. 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 · 8 years ago
  44. 6bc9679 A bit more privacy for SkiaServe's Request by joshualitt · 8 years ago
  45. 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 8 years ago
  46. ee5348b Get SkiaServe Request started off with a little privacy by joshualitt · 8 years ago
  47. 1e5884b Wire up /batches in skiaserve by joshualitt · 8 years ago
  48. 3854f11 Move urlhandlers out of skiaserve.cpp by joshualitt · 8 years ago
  49. 26cc3f5 Create Response namespace for skiaserve response functions by joshualitt · 8 years ago
  50. 4dcbe43 Move some methods to SkiaServe's Request, this is still very leaky by joshualitt · 8 years ago
  51. 24dd687 Move Request to its own file in preparation for numerous cleanups by joshualitt · 8 years ago
  52. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  53. 50fe38e use the favicon on debugger.skia.org by jcgregorio · 8 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 · 8 years ago
  55. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  56. 3ff5d8c added mode=cpu|gpu to skiaserve JSON by ethannicholas · 8 years ago
  57. 85fca85 added /enableGPU command to skiaserve by ethannicholas · 8 years ago
  58. 3ca1e1a added server-side breakpoint support to skiaserve by ethannicholas · 8 years ago
  59. cecbbe2 converted skiaserve PNGs from RGBA to RGB by ethannicholas · 8 years ago
  60. 6b3cf73 Add batch information to json by joshualitt · 8 years ago
  61. 272af6e Revert of further skiaserve image performance improvements (patchset #1 id:1 of https://codereview.chromium.org/1707453003/ ) by ethannicholas · 8 years ago
  62. 68c063b further skiaserve image performance improvements by ethannicholas · 8 years ago
  63. 546d665 tuned skiaserve's png output for better performance by ethannicholas · 9 years ago
  64. 3341d42 skiaserve: Change alpha setting from GET to POST. by jcgregorio · 9 years ago
  65. 0a0520a added clip visualization to skiaserve by ethannicholas · 9 years ago
  66. de8e54c skiaserve now retains the graphics context rather than creating a new one each request by ethannicholas · 9 years ago
  67. f8289d9 fixed off-by-one error in skiaserve /cmd by ethannicholas · 9 years ago
  68. db6a254 wire up new json code in skiaserve by joshualitt · 9 years ago
  69. 12d47ce skiaserve: Fix /cmd/N and /cmd/N[0|1], the response was never queued. by jcgregorio · 9 years ago
  70. 873d624 Skia serve now supports favicon correctly by joshualitt · 9 years ago
  71. cdad12f Create image cache for use by json canvas by joshualitt · 9 years ago
  72. 29e5a89 Modify skia serve to return clip rect and view matrix by joshualitt · 9 years ago
  73. 792345f Modify skiaserve to support downloads by joshualitt · 9 years ago
  74. 136f517 Modify skiaserve to support drawTo by joshualitt · 9 years ago
  75. a341b90 fix skiaserve crash by joshualitt · 9 years ago
  76. 483b901 cleanup of skia serve url handling by joshualitt · 9 years ago
  77. 21ab120 skiaserve: Clean up flags. by jcgregorio · 9 years ago
  78. 6a2046e skiaserve: Add CORS header, and debugger code is served over HTTPS. by jcgregorio · 9 years ago
  79. 9ce4110 skiaserve: Enable /cmd endpoint. by jcgregorio · 9 years ago
  80. 6f17bc5 skiaserve: Set 303 status code on redirect. by jcgregorio · 9 years ago
  81. 609d979 Wire up JsonCanvas in skiaserve by joshualitt · 9 years ago
  82. ccfdaa5 Add primitive url handling system to skiaserve by joshualitt · 9 years ago
  83. 9a4e188 Allow clients to upload skps to skiaserve by joshualitt · 9 years ago
  84. 7f6a1e0 First rough draft of skiaserve by joshualitt · 9 years ago