1. aabe15e Simple program for visualizing gamuts by msarett · 9 years ago
  2. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 9 years ago
  3. dd05e2a using_skia_and_harfbuzz: compile w/ Android NDK by halcanary · 9 years ago
  4. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 9 years ago
  5. 40d21de Use swipe gesture to switch between slides on Android by liyuqian · 9 years ago
  6. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 9 years ago
  7. 6296da7 Move SkTypeface to sk_sp. by bungeman · 9 years ago
  8. c869932 Nanobench running on Vulkan by bsalomon · 9 years ago
  9. 0fd3c81 Make unit tests use generic testcontext rather than glcontext by bsalomon · 9 years ago
  10. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 9 years ago
  11. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 9 years ago
  12. 622c8d5 Add flexible keybinding/command system to sk_app. by brianosman · 9 years ago
  13. 3622a17 Set level count for wrapped backbuffer by jvanverth · 9 years ago
  14. 00e9452 Run RAW images serially on Win8-MSVC-ShuttleB by scroggo · 9 years ago
  15. 796c5bb Initial commit of our new Android app to demo Skia. by liyuqian · 9 years ago
  16. 05de216 Add sRGB mode toggle to Viewer. by brianosman · 9 years ago
  17. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 9 years ago
  18. 31b8417 Disable skia_warnings_as_errors for Fast bot. by benjaminwagner · 9 years ago
  19. a8d0d6c More refactoring for Viewer by jvanverth · 9 years ago
  20. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 9 years ago
  21. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 9 years ago
  22. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 9 years ago
  23. 3452426 Rename VulkanViewer to Viewer, take 2. by jvanverth · 9 years ago
  24. 9b92ebd Remove executable bit from source code files. by benjaminwagner · 9 years ago
  25. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 9 years ago
  26. 85e38bc tools/using_skia_and_harfbuzz: minor cleanup by halcanary · 9 years ago
  27. 419ca64 Fix type conversion compile errors by brianosman · 9 years ago
  28. ae5c01d Add XSAN suppression files to infrabots.isolate. Only compile 'dm' and 'nanobench' for XSAN flavors. by benjaminwagner · 9 years ago
  29. 00d44e0 Start building HarfBuzz+Skia example by halcanary · 9 years ago
  30. 676ab68 documentation: SkDocument::MakePDF() by halcanary · 9 years ago
  31. 0265707 Clean up SkFontConfigInterface implementation. by bungeman · 9 years ago
  32. 43bf511 Delete ChromeOS code by borenet · 9 years ago
  33. b138fdc Fix Vulkan Build in Android by liyuqian · 9 years ago
  34. 69deca8 Add ColorCodecSrc for testing/comparison on color corrected decodes by msarett · 9 years ago
  35. affacce Require Android SDK copy of CMake to build Vulkan on Android. by djsollen · 9 years ago
  36. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 9 years ago
  37. 175dd9b Clean up test drawContext usage by robertphillips · 9 years ago
  38. dd97b85 Fix vulkan build on linux and android by egdaniel · 9 years ago
  39. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 9 years ago
  40. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 9 years ago
  41. a4b0fed Remove AttachmentInfo from VulkanViewer setup by jvanverth · 9 years ago
  42. d155607 tools/pdf-comparison.sh: stop relying on /usr/bin/timeout by halcanary · 9 years ago
  43. 6f47dba Treat kIncompleteInput as successes in get_images_from_skps by rmistry · 9 years ago
  44. 338eaea Disable ReadWriteAlpha on TSAN by stephana · 9 years ago
  45. dc09f13 pdf comparison tool by halcanary · 9 years ago
  46. cda08f8 Return error code when get_images_from_skps has failures. by rmistry · 9 years ago
  47. 9d5e47f Fix animation with stats in VulkanViewer by jvanverth · 9 years ago
  48. 7bedaf5 build_command_buffer: Don't 'git checkout' when --no-sync by borenet · 9 years ago
  49. 8d965a6 Test decoding and output failures to JSON in get_images_from_skps. by rmistry · 9 years ago
  50. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 9 years ago
  51. b0d4352 Revise WSI setup. by jvanverth · 9 years ago
  52. da2cd8b Hide SkCanvas::LayerIter by robertphillips · 9 years ago
  53. 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 9 years ago
  54. 12d62a7 VulkanViewer on Android by djsollen · 9 years ago
  55. a1f4fa7 Revert of Hide SkCanvas::LayerIter (patchset #2 id:20001 of https://codereview.chromium.org/1897863008/ ) by fmalita · 9 years ago
  56. a814000 Hide SkCanvas::LayerIter by robertphillips · 9 years ago
  57. 82996b8 Get skiaserve working on Windows. by brianosman · 9 years ago
  58. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 9 years ago
  59. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 9 years ago
  60. 5e3815b Rein in the use of SkDevice.h by robertphillips · 9 years ago
  61. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 9 years ago
  62. 312aa6a Adding support for controlling the global sRGB SkColor switch. by brianosman · 9 years ago
  63. 05db63b Remove static initializer for SkOpts::Init() by mtklein · 9 years ago
  64. 7831295 Adding support for playback to L32/S32/F16 canvas. by brianosman · 9 years ago
  65. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 9 years ago
  66. 4458312 Make skpinfo more human friendly by robertphillips · 9 years ago
  67. 3c579dc Move DM png code to picture_utils, for use by other tools. by brianosman · 9 years ago
  68. f0da138 experimental/fiddle -> tools/fiddle by halcanary · 9 years ago
  69. d9dd428 Modernize and trim down SkOnce. by mtklein · 9 years ago
  70. 5f80e8c Walk through files in parse_llvm_coverage.py instead of using 'git ls-files' by rmistry · 9 years ago
  71. 43e8f67 Do not do compile steps for Coverage by rmistry · 9 years ago
  72. 1c9f922 Fix skiaserve crash when displaying batch bounds by brianosman · 9 years ago
  73. 3f21a2e Only eglTerminate command buffer displays when no displays are in use by bsalomon · 9 years ago
  74. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  75. 09e127b Make build_shaderc.py blow away output dir and allow build_type arg to contain either Debug or Release by bsalomon · 9 years ago
  76. 903ec3c Fix CommandBuffer bot's DM config by borenet · 9 years ago
  77. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 9 years ago
  78. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 9 years ago
  79. 71e185c GYP_DEFINES and DM flags for Vulkan bot by borenet · 9 years ago
  80. dc0fcd4 Vulkan config in dm by bsalomon · 9 years ago
  81. ad6a190 nullptr -> "sans-serif" fixes bold in gm/colorwheel by mtklein · 9 years ago
  82. 48b88cc Fixes for CommandBuffer bot by borenet · 9 years ago
  83. 2a0bb0a Fix to zoom on Vulkan Viewer by egdaniel · 9 years ago
  84. c265a92 More cleanup in the Vulkan viewer by jvanverth · 9 years ago
  85. 0576aa9 Serialize invNormRotation in SkLightingShader. by mtklein · 9 years ago
  86. 2bb3b6d Add slides to VulkanViewer by jvanverth · 9 years ago
  87. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  88. 3d6ed3a Some more improvements/fixes to the VulkanViewer by jvanverth · 9 years ago
  89. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 9 years ago
  90. 11064df Fix lazy coding in ViaSingletonPictures. by mtklein · 9 years ago
  91. deacc97 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  92. 48156ed path_stroke_with_zero_length: turn off drawFat() by default. by mtklein · 9 years ago
  93. 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
  94. 9e65f93 alternate textblobgeometrychange fix... just make our own surface if needed by mtklein · 9 years ago
  95. 3d72c09 Remove conditional flavor text on blend GM. by mtklein · 9 years ago
  96. 083b869 Register SkLocalMatrixImageFilter for serialization. by mtklein · 9 years ago
  97. 9fab59d Clean up input handling in VulkanViewer by jvanverth · 9 years ago
  98. 3ddf967 Alter dm_flags.py logic flow for certain configs to be subtractive by bsalomon · 9 years ago
  99. 885b677 Add exclusion for keymobi_shop_mobileweb_ebay_com.skp on N5 by bsalomon · 9 years ago
  100. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 9 years ago