1. 23e474c SkCanvas: Helpers for draw{Point,Line,Circle} by Hal Canary · 7 years ago
  2. cbd0f3b experimental/documentation/gerrit.md: more tricks by Hal Canary · 7 years ago
  3. efa48d5 Experimental Go bindings for Skia by Stephan Altmueller · 7 years ago
  4. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  5. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  6. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  7. bbd7a3b Make experimental Perlin noise shader take texture proxies by Robert Phillips · 7 years ago
  8. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  9. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  10. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  11. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  12. 6f9f7eb Expand use of GrMakeCachedBitmapProxy (take 2) by Robert Phillips · 8 years ago
  13. eae7524 Revert "Expand use of GrMakeCachedBitmapProxy" by Robert Phillips · 8 years ago
  14. 561d1f8 Expand use of GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  15. df85c38 stop using SkScalarMul by Mike Reed · 8 years ago
  16. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  17. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  18. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  19. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  20. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  21. 99d4721 WS: remove trailing WS. by Herb Derby · 8 years ago
  22. 2d0f452 delete project.pbxproj by Hal Canary · 8 years ago
  23. 96abfc3 experimental/documentation/gerrit.md: more detail by Hal Canary · 8 years ago
  24. 861bc3f experimental/documentation/gerrit.md: fix markdown by Hal Canary · 8 years ago
  25. c349f7f experimental/documentation/gerrit.md: improvements by Hal Canary · 8 years ago
  26. 2d0c238 experimental/documentation/gerrit.md by Hal Canary · 8 years ago
  27. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  28. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  29. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  30. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  31. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  32. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  33. 7d52988 [SVGDom] Clipped clipPath support by Florin Malita · 8 years ago
  34. ce8840e [SVGDom] ClipPath support by Florin Malita · 8 years ago
  35. e932d4b [SVGDom] Add fill-rule support by Florin Malita · 8 years ago
  36. 08c79b8 remove more old cmake files by Hal Canary · 8 years ago
  37. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  38. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  39. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  40. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  41. c6ca951 experimental/xps_to_png: pass in DPI as program argument by Hal Canary · 8 years ago
  42. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  43. 2db8361 bench, samples, etc: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  44. 6e437b7 more const SkOSMenus. by Mike Klein · 8 years ago
  45. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  46. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  47. c7a4665 experimental/xps_to_png: fix DPI, usage message by Hal Canary · 8 years ago
  48. 2eaef92 experimental: xps_to_png program (windows only) by Hal Canary · 8 years ago
  49. 38c7215 Fix iOS surface creation for SampleApp by jvanverth · 8 years ago
  50. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  51. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 8 years ago
  52. bef51c2 [SVGDom] Opacity optimization by fmalita · 8 years ago
  53. a5344ee Revert of [SVGDom] Opacity optimization (patchset #4 id:60001 of https://codereview.chromium.org/2353503005/ ) by borenet · 8 years ago
  54. 3dbb7b9 [SVGDom] Opacity optimization by fmalita · 8 years ago
  55. 7cf4ae7 [SVGDom] Only apply opacity when needed by fmalita · 8 years ago
  56. e1baa7c [SVGDom] Expose intrinsic size info by fmalita · 8 years ago
  57. ceb93ab [SVGDom] Linear gradient 'gradientTransform' support by fmalita · 8 years ago
  58. cecd617 [SVGDom] Linear gradient 'spreadMethod' support by fmalita · 8 years ago
  59. 28d5b72 [SVGDom] Initial linear gradient support by fmalita · 8 years ago
  60. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  61. ef6a9b7 android_skp_capture.sh by halcanary · 8 years ago
  62. a26cab0 [SVGDom] Don't truncate opacity scalars by fmalita · 8 years ago
  63. cdc8942 cleanup dead nanomsg and build_overrides by mtklein · 8 years ago
  64. 6cf896d Reland: Experimental parsing expression grammar (PEG) template library by fmalita · 8 years ago
  65. 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
  66. 9d08cbc Experimental parsing expression grammar (PEG) template library by fmalita · 8 years ago
  67. 5eb8bff experimental/tools/mskp_parser.py by halcanary · 8 years ago
  68. 5eca3e1 Cleanup use of legacy SkSurface creation methods a bit by robertphillips · 8 years ago
  69. be49378 [SVGDom] Fix <ellipse> positioning by fmalita · 8 years ago
  70. 280e282 [SVGDom] Add support for assorted absolute units by fmalita · 8 years ago
  71. d24ee14 [SVGDom] Add <line> support by fmalita · 8 years ago
  72. dc4c2a9 [SVGDom] Add <circle>, <ellipse> support by fmalita · 8 years ago
  73. 6fb0648 [SVGDom] Add opacity support by fmalita · 8 years ago
  74. ca39d71 [SVGDom] SVGPong sample app by fmalita · 8 years ago
  75. 5b31f32 [SVGDom] <polygon> & <polyline> support by fmalita · 8 years ago
  76. 2d961e0 [SVGDom] Add more presentation attributes. by fmalita · 8 years ago
  77. 286a865 [SVGDom] Add rx/ry support for <rect> by fmalita · 8 years ago
  78. fea704e [SVGDom] Disable verbose parsing messages be default by fmalita · 8 years ago
  79. 61f36b3 [SVGDom] Improve whitespace handling in style parsing by fmalita · 8 years ago
  80. c97796b [SVGDom] Improved transform parsing by fmalita · 8 years ago
  81. 397a517 [SVGDom] Add viewBox support by fmalita · 8 years ago
  82. 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
  83. f21cd16 Cleanup use of legacy SkSurface creation methods a bit by robertphillips · 8 years ago
  84. bffc256 [SVGDom] Initial SVGLength support by fmalita · 8 years ago
  85. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  86. 12e9662 Remove some ancillary users of SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  87. 58649cc [SVGDom] Parse style attributes by fmalita · 8 years ago
  88. 6ceef3d Initial SVG model by fmalita · 8 years ago
  89. 141a14e Update iOS to new SkSurface interface by jvanverth · 8 years ago
  90. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  91. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  92. f119796 tools/SkShaper: SkStream->blob by halcanary · 8 years ago
  93. 627ad6d using_skia_and_harfbuzz: use default typeface by halcanary · 8 years ago
  94. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  95. 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
  96. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  97. de8af07 Remove custom bundle ID for iOS by stephana · 8 years ago
  98. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  99. c343235 experimental/tools/coreGraphicsPdf2png: remove skia dependency by halcanary · 8 years ago
  100. f5bf578 experimental/tools/coreGraphicsPdf2png: fix by halcanary · 8 years ago