1. 7cf4ae7 [SVGDom] Only apply opacity when needed by fmalita · 8 years ago
  2. e1baa7c [SVGDom] Expose intrinsic size info by fmalita · 8 years ago
  3. ceb93ab [SVGDom] Linear gradient 'gradientTransform' support by fmalita · 8 years ago
  4. cecd617 [SVGDom] Linear gradient 'spreadMethod' support by fmalita · 8 years ago
  5. 28d5b72 [SVGDom] Initial linear gradient support by fmalita · 8 years ago
  6. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  7. ef6a9b7 android_skp_capture.sh by halcanary · 8 years ago
  8. a26cab0 [SVGDom] Don't truncate opacity scalars by fmalita · 8 years ago
  9. cdc8942 cleanup dead nanomsg and build_overrides by mtklein · 8 years ago
  10. 6cf896d Reland: Experimental parsing expression grammar (PEG) template library by fmalita · 8 years ago
  11. 0172e77 Revert of Experimental parsing expression grammar (PEG) template library (patchset #8 id:140001 of https://codereview.chromium.org/2271743002/ ) by fmalita · 8 years ago
  12. 9d08cbc Experimental parsing expression grammar (PEG) template library by fmalita · 8 years ago
  13. 5eb8bff experimental/tools/mskp_parser.py by halcanary · 8 years ago
  14. 5eca3e1 Cleanup use of legacy SkSurface creation methods a bit by robertphillips · 8 years ago
  15. be49378 [SVGDom] Fix <ellipse> positioning by fmalita · 8 years ago
  16. 280e282 [SVGDom] Add support for assorted absolute units by fmalita · 8 years ago
  17. d24ee14 [SVGDom] Add <line> support by fmalita · 8 years ago
  18. dc4c2a9 [SVGDom] Add <circle>, <ellipse> support by fmalita · 8 years ago
  19. 6fb0648 [SVGDom] Add opacity support by fmalita · 8 years ago
  20. ca39d71 [SVGDom] SVGPong sample app by fmalita · 8 years ago
  21. 5b31f32 [SVGDom] <polygon> & <polyline> support by fmalita · 8 years ago
  22. 2d961e0 [SVGDom] Add more presentation attributes. by fmalita · 8 years ago
  23. 286a865 [SVGDom] Add rx/ry support for <rect> by fmalita · 8 years ago
  24. fea704e [SVGDom] Disable verbose parsing messages be default by fmalita · 8 years ago
  25. 61f36b3 [SVGDom] Improve whitespace handling in style parsing by fmalita · 8 years ago
  26. c97796b [SVGDom] Improved transform parsing by fmalita · 8 years ago
  27. 397a517 [SVGDom] Add viewBox support by fmalita · 8 years ago
  28. 0652baa Revert of Cleanup use of legacy SkSurface creation methods a bit (patchset #2 id:20001 of https://codereview.chromium.org/2223023002/ ) by robertphillips · 8 years ago
  29. f21cd16 Cleanup use of legacy SkSurface creation methods a bit by robertphillips · 8 years ago
  30. bffc256 [SVGDom] Initial SVGLength support by fmalita · 8 years ago
  31. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  32. 12e9662 Remove some ancillary users of SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  33. 58649cc [SVGDom] Parse style attributes by fmalita · 8 years ago
  34. 6ceef3d Initial SVG model by fmalita · 8 years ago
  35. 141a14e Update iOS to new SkSurface interface by jvanverth · 8 years ago
  36. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  37. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  38. f119796 tools/SkShaper: SkStream->blob by halcanary · 8 years ago
  39. 627ad6d using_skia_and_harfbuzz: use default typeface by halcanary · 8 years ago
  40. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  41. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  42. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  43. de8af07 Remove custom bundle ID for iOS by stephana · 8 years ago
  44. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  45. c343235 experimental/tools/coreGraphicsPdf2png: remove skia dependency by halcanary · 8 years ago
  46. f5bf578 experimental/tools/coreGraphicsPdf2png: fix by halcanary · 8 years ago
  47. f0da138 experimental/fiddle -> tools/fiddle by halcanary · 8 years ago
  48. 7b8b237 experimental/fiddle: update to new SkImage API by halcanary · 8 years ago
  49. fbcfd6d mojo -> nojo by mtklein · 8 years ago
  50. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  51. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  52. a5598a4 Fiddle: update to new GrGLAssembleInterface API by halcanary · 8 years ago
  53. 9b2ef62 fiddle: Only output errors to stderr. by jcgregorio · 8 years ago
  54. d096459 experimental/fiddle: update to work again by halcanary · 8 years ago
  55. 41c4096 Relocate SK_SUPPORT_LEGACY_PICTURE_PTR by fmalita · 8 years ago
  56. 18300a3 detach -> release by mtklein · 8 years ago
  57. 7d825f8 experimental: coreGraphicsPdf2png by halcanary · 8 years ago
  58. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  59. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  60. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  61. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  62. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  63. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  64. 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
  65. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  66. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  67. 5e58cee Add GrShaderFlags enum by cdalton · 8 years ago
  68. d3b32bf Last bit of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 8 years ago
  69. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 8 years ago
  70. 72002f2 SkMojo: generate on Darwin/x86_64 by halcanary · 8 years ago
  71. 7a76f9c SkMojo: test linking Skia against the Mojo SDK by halcanary · 8 years ago
  72. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 8 years ago
  73. 8686a5e SampleApp: remove Picture_DeviceType by kkinnunen · 9 years ago
  74. 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
  75. 671c06f Remove unused CallStacker by scroggo · 9 years ago
  76. decb21e experiment/fiddle by halcanary · 9 years ago
  77. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  78. c60b310 Modify iOSShell-gyp to generate unique bundle identifier by stephana · 9 years ago
  79. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  80. 3257c12 runs some sample animations side by side in canvas and svg by caryclark · 9 years ago
  81. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  82. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  83. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  84. 478c04e Update sample to use new perlin noise shader, and make cloud like by egdaniel · 9 years ago
  85. 417011c added experimental improved Perlin noise shader by ethannicholas · 9 years ago
  86. cda8ec2 Add test with GLFW framework by jvanverth · 9 years ago
  87. 44dcb8a Some iOS fixes to make SampleApp work better. by jvanverth · 9 years ago
  88. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  89. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  90. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  91. 5a9a5b3 CMAKE + install command by halcanary · 9 years ago
  92. f29a0c7 Experimental: fix document by halcanary · 9 years ago
  93. e212789 Experimental: document that cmake + c api example now works in Ubuntu. by halcanary · 9 years ago
  94. 0e050c6 Remove an extra newline in documentation. by halcanary · 9 years ago
  95. 219f18f C API: Add SK_API, also documentation of an example. by halcanary · 9 years ago
  96. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  97. b4fd893 add old fix for iOS SampleApp by caryclark · 9 years ago
  98. 9f8754f Remove experimental/PdfViewer by halcanary · 9 years ago
  99. 1d58773 Update NulCanvas so everything builds. by bungeman · 9 years ago
  100. 4524813 experimental: remove old PDF benchmarking tools by halcanary · 9 years ago