1. 2a8275b [skotty] Improved shape & layer paint order by Florin Malita · 7 years ago
  2. 2e1d7e2 [skotty,sksg] Initial RRect support by Florin Malita · 7 years ago
  3. fc043dc [skotty] Add Json DM source by Florin Malita · 7 years ago
  4. dacc02b [skotty] Initial shape transform support by Florin Malita · 7 years ago
  5. e8750e1 [skotty] Fix path close handling by Florin Malita · 7 years ago
  6. 094ccde Initial Lottie loader impl (Skotty) by Florin Malita · 7 years ago
  7. 80746c2 [sksg] Fix inval rect mapping by Florin Malita · 7 years ago
  8. fa8d49a [sksg] Refactor stroke logic by Florin Malita · 7 years ago
  9. 2a2dfcb [sksg] Fix paint inval by Florin Malita · 7 years ago
  10. f91d57b [sksg] Initial stroke wrapper support by Florin Malita · 7 years ago
  11. 047ae27 [sksg] Initial Path support by Florin Malita · 7 years ago
  12. 4aa4441 Initial scene graph (SkSG) by Florin Malita · 7 years ago
  13. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  14. d2ded55 experimental/tools/gerrit-change-id-to-number by Hal Canary · 7 years ago
  15. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  16. 4f99e58 Remove a huge pile of views code by Brian Osman · 7 years ago
  17. eff04b5 Remove SampleApp and convert HelloWorld to sk_app by Brian Osman · 7 years ago
  18. 9e021d2 Remove SkV8Example by Brian Osman · 7 years ago
  19. 0860458 Remove expectations kruft from experimental by Brian Osman · 7 years ago
  20. a7dfe41 Remove more iOS sample code by Brian Osman · 7 years ago
  21. 11adf32 Remove clutter from experimental by Brian Osman · 7 years ago
  22. c60dea1 style nit: s/RIGHT SINGLE QUOTATION MARK/APOSTROPHE/g when apropriate by Hal Canary · 7 years ago
  23. ae99d29 [v8-platform] Store the platform in a unique_ptr by Andreas Haas · 7 years ago
  24. 7a3e989 experimental/documentation/gerrit: authentication by Hal Canary · 7 years ago
  25. e1dadd7 [SVGDom] Add 'stroke-dashoffset' support by Florin Malita · 7 years ago
  26. f543a60 [SVGDom] Add 'stroke-dasharray' support by Florin Malita · 7 years ago
  27. ffe6ae4 [SVGDom] Add 'visibility' support by Florin Malita · 7 years ago
  28. 1aa1bb6 [SVGDom] Initial <pattern> support by Florin Malita · 7 years ago
  29. b36be14 [SVGDom] Avoid some unneeded canvas save()s by Florin Malita · 7 years ago
  30. 6a69c05 [SVGDom] Initial <use> support by Florin Malita · 7 years ago
  31. 98395d0 [SVGDom] Fix SkSVGTransformableNode::mapToParent() by Florin Malita · 7 years ago
  32. 57a0edf [SVGDom] Add clip-rule support by Florin Malita · 7 years ago
  33. 4de426b [SVGDom] stroke-miterlimit support by Florin Malita · 7 years ago
  34. f6143ff [SVGDom] Add support for <a> elements by Florin Malita · 7 years ago
  35. 532a091 [SVGDom] Fix href handling for radial gradients by Florin Malita · 7 years ago
  36. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  37. cc6cc29 [SVGDom] Radial gradient support by Florin Malita · 7 years ago
  38. df007e1 [SVGDom] Factor out common gradient logic by Florin Malita · 7 years ago
  39. ebca0dd Fix SkSVGDOM length & presentation context scoping by Florin Malita · 7 years ago
  40. f43d000 Revert "Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."""" by Brian Salomon · 7 years ago
  41. 6df4d6b Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget.""" by Brian Salomon · 7 years ago
  42. 71554bc Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."" by Brian Salomon · 7 years ago
  43. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  44. 807371c Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget." by Brian Salomon · 7 years ago
  45. e2d37c2 Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget. by Brian Salomon · 7 years ago
  46. 54dac1f experimental/documentation/gerrit.md: fix error by Hal Canary · 7 years ago
  47. f642cb3 experimental/documentation/gerrit.md: check for error case by Hal Canary · 7 years ago
  48. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  49. f2ae2b2 move perlinenoise2 into effects by Mike Reed · 7 years ago
  50. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  51. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  52. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  53. 23e474c SkCanvas: Helpers for draw{Point,Line,Circle} by Hal Canary · 7 years ago
  54. cbd0f3b experimental/documentation/gerrit.md: more tricks by Hal Canary · 7 years ago
  55. efa48d5 Experimental Go bindings for Skia by Stephan Altmueller · 7 years ago
  56. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  57. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  58. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  59. bbd7a3b Make experimental Perlin noise shader take texture proxies by Robert Phillips · 7 years ago
  60. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  61. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  62. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  63. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  64. 6f9f7eb Expand use of GrMakeCachedBitmapProxy (take 2) by Robert Phillips · 8 years ago
  65. eae7524 Revert "Expand use of GrMakeCachedBitmapProxy" by Robert Phillips · 8 years ago
  66. 561d1f8 Expand use of GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  67. df85c38 stop using SkScalarMul by Mike Reed · 8 years ago
  68. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  69. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  70. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  71. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  72. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  73. 99d4721 WS: remove trailing WS. by Herb Derby · 8 years ago
  74. 2d0f452 delete project.pbxproj by Hal Canary · 8 years ago
  75. 96abfc3 experimental/documentation/gerrit.md: more detail by Hal Canary · 8 years ago
  76. 861bc3f experimental/documentation/gerrit.md: fix markdown by Hal Canary · 8 years ago
  77. c349f7f experimental/documentation/gerrit.md: improvements by Hal Canary · 8 years ago
  78. 2d0c238 experimental/documentation/gerrit.md by Hal Canary · 8 years ago
  79. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  80. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  81. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  82. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  83. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  84. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  85. 7d52988 [SVGDom] Clipped clipPath support by Florin Malita · 8 years ago
  86. ce8840e [SVGDom] ClipPath support by Florin Malita · 8 years ago
  87. e932d4b [SVGDom] Add fill-rule support by Florin Malita · 8 years ago
  88. 08c79b8 remove more old cmake files by Hal Canary · 8 years ago
  89. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  90. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  91. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  92. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  93. c6ca951 experimental/xps_to_png: pass in DPI as program argument by Hal Canary · 8 years ago
  94. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  95. 2db8361 bench, samples, etc: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  96. 6e437b7 more const SkOSMenus. by Mike Klein · 8 years ago
  97. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  98. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  99. c7a4665 experimental/xps_to_png: fix DPI, usage message by Hal Canary · 8 years ago
  100. 2eaef92 experimental: xps_to_png program (windows only) by Hal Canary · 8 years ago