1. 90ccfba Fix Lua bugs, nit name change by fmenozzi · 8 years ago
  2. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  3. 2052f31 Enable SkTaskGroup threading in monobench. by mtklein · 8 years ago
  4. f119796 tools/SkShaper: SkStream->blob by halcanary · 8 years ago
  5. 7f2c85e Add hard stop count by fmenozzi · 8 years ago
  6. e1d2007 Respect --match for samples and jpgs in viewer by brianosman · 8 years ago
  7. 8792e52 tools/fiddle: remove unused fiddler.go by halcanary · 8 years ago
  8. 8a74f13 tools/SkShaper: factor shaping out of using_skia_and_harfbuzz by halcanary · 8 years ago
  9. 7e602c2 hacking on a single-benchmark tool by mtklein · 8 years ago
  10. babc3de deferred canvas by reed · 8 years ago
  11. 63f30d9 fix typos and capitalization on drawTextRSXform CL by reed · 8 years ago
  12. 6d2c3e7 add bounds to textblob by reed · 8 years ago
  13. 45561a0 drawTextRSXform by reed · 8 years ago
  14. 2edb0f4 More accurate render time and continuous fresh by liyuqian · 8 years ago
  15. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  16. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  17. c3ea34b Blacklist fontscalerdistortable on Win8. by benjaminwagner · 8 years ago
  18. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  19. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  20. 627ad6d using_skia_and_harfbuzz: use default typeface by halcanary · 8 years ago
  21. a5cf4f4 Fix png encoding in skia debugger by msarett · 8 years ago
  22. ee0c555 skiaserve: Use snakeCase for JSON identifiers. by jcgregorio · 8 years ago
  23. 9a7acdc debugger: Allow for larger images. by jcgregorio · 8 years ago
  24. 67f62fa add short-desc by reed · 8 years ago
  25. fb40923 Add Annotations to old debugger by robertphillips · 8 years ago
  26. 97660cc add annotations to debugger by reed · 8 years ago
  27. b4f254e Changes to Lua gradient scraping by fmenozzi · 8 years ago
  28. a84d660 remove experimental treat-skcolor-as-srgb flag by reed · 8 years ago
  29. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  30. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  31. b593a76 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  32. c04ff47 GN by mtklein · 8 years ago
  33. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  34. 37feccb Revert of Support GL_SAMPLES queries in null contexts (patchset #4 id:60001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  35. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  36. 3917cf4 Revert of GN (patchset #12 id:220001 of https://codereview.chromium.org/2087593002/ ) by mtklein · 8 years ago
  37. 1d8de59 GN by mtklein · 8 years ago
  38. e6865a0 Revert of Support GL_SAMPLES queries in null contexts (patchset #2 id:20001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  39. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  40. db197a5 Fix Mac clang linker by msarett · 8 years ago
  41. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 8 years ago
  42. 70ba047 Buildbot spec: Add device_type for Android One by borenet · 8 years ago
  43. ddbc6e5 Exempt GrShape test from running on Android by bsalomon · 8 years ago
  44. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  45. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  46. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  47. 063ece7 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  48. ed330c8 Quickly fix the Compile Problem of Unused kkImageColorXformMetaData by liyuqian · 8 years ago
  49. 74959a1 Use Offscreen Surface for Split Screen by liyuqian · 8 years ago
  50. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  51. 344c983 Fix Vulkan build after API change by msarett · 8 years ago
  52. 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
  53. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  54. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  55. 963632f Revert of Enable viewer in non-Vulkan builds (patchset #2 id:20001 of https://codereview.chromium.org/2067023002/ ) by egdaniel · 8 years ago
  56. 746b792 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  57. d76fcda If we fail to create a window surface with sRGB, try again without. by brianosman · 8 years ago
  58. 401cf48 Quickly fix 0f to 0.0f TBR=egdaniel@google.com by liyuqian · 8 years ago
  59. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  60. d06693d Quickly fix the double to SkScalar issue by liyuqian · 8 years ago
  61. 6f163d2 Display JPGs in Viewer with Split Screen and ColorSpaceXform by liyuqian · 8 years ago
  62. f533f11 Revert of Add samples to Viewer. (patchset #4 id:60001 of https://codereview.chromium.org/2056343004/ ) by egdaniel · 8 years ago
  63. 2ec06c9 skiaserve no longer crashes when no X server is present by ethannicholas · 8 years ago
  64. 76963e7 Add samples to Viewer. by jvanverth · 8 years ago
  65. 25d57db Request an sRGB FBO0 on Android. Fixes sRGB GL mode. by brianosman · 8 years ago
  66. a233620 Remove shaderc cmake compiling by kjlubick · 8 years ago
  67. 9207cae Cleanup VulkanWindowContext for use on Android by djsollen · 8 years ago
  68. ea406dd Add blurcircles to blacklist for macmini4.1 by bsalomon · 8 years ago
  69. 5dfe7bb Define LEAN_AND_MEAN and NOMINMAX for all windows builds by egdaniel · 8 years ago
  70. c9b4ccd Skip verylargebitmap serialization on Android too by mtklein · 8 years ago
  71. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 8 years ago
  72. 71491dc Support resize in Android Viewer App by liyuqian · 8 years ago
  73. 96e4e1c Add raw pixel serialization fallback for SkImages that cannot be encoded. by mtklein · 8 years ago
  74. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  75. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  76. 2a437e6 Provide filter when there are many options by liyuqian · 8 years ago
  77. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  78. d94ad58 Implement Raster Backend on Android Viewer App by liyuqian · 8 years ago
  79. 1f508fd Show FPS in UI state by liyuqian · 8 years ago
  80. 814e38d Use intptr_t for onTouch argument. by jvanverth · 8 years ago
  81. 38d1adf Allow animation in Android viewer by liyuqian · 8 years ago
  82. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  83. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  84. b73c24b Add Softkey UIState to Viewer by liyuqian · 8 years ago
  85. 3460404 skiaserve: Add a flag to control hosted mode, i.e. when running on debugger.skia.org. by jcgregorio · 8 years ago
  86. 9d19cc6 Add Android device type for NVIDIA Shield by borenet · 8 years ago
  87. 6cb7025 Implement OpenGL backend in Android viewer app by liyuqian · 8 years ago
  88. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  89. c4b0915 Implement support for rendering color emoji on Windows by kulshin · 8 years ago
  90. ce8ea4c skiaserve: Add /quitquitquit handler. Will be used in the hosted debugger. by jcgregorio · 8 years ago
  91. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  92. 99eb6e2 Add missing files for GL unix viewer. by jvanverth · 8 years ago
  93. 97205a4 Add interesting features to visualize_color_gamut by msarett · 8 years ago
  94. ca1ec03 Move forceSRGB to SkCommonFlags. by herb · 8 years ago
  95. e5a6cd9 Now we can use drawer to view the state information of the native app, and set its state using the spinner. by liyuqian · 8 years ago
  96. 85f758c Add OpenGL support to Linux viewer by jvanverth · 8 years ago
  97. 9ad0949 Revert of Add drawer with state information (patchset #8 id:140001 of https://codereview.chromium.org/2004633002/ ) by kjlubick · 8 years ago
  98. 0248bfd Revert of Add OpenGL support to Linux viewer (patchset #5 id:80001 of https://codereview.chromium.org/2011473003/ ) by kjlubick · 8 years ago
  99. 10b3815 Add OpenGL support to Linux viewer by jvanverth · 8 years ago
  100. 4145792 Remove VisualBench and its Android implementation. by djsollen · 8 years ago