1. 5b5d84c Cache the command buffer objects by Robert Phillips · 6 years ago
  2. 141d408 remove SkColorSpaceXform fast path by Mike Klein · 6 years ago
  3. 015c899 port most SkAtomic<T> to std::atomic<T> by Mike Klein · 6 years ago
  4. bc6f9c9 Remove GrTextUtil::Paint by Herb Derby · 6 years ago
  5. 2eb8e02 Reland "implemented GrMtlSampler for metal gpu backend" by Timothy Liang · 6 years ago
  6. 87785d5 Add max_fragment_uniform_vectors_32 workaround by Adrienne Walker · 6 years ago
  7. 475c5e9 turn on alignment sanitizer by Mike Klein · 6 years ago
  8. f1b1464 fixed early return breaking things in .fp files by Ethan Nicholas · 6 years ago
  9. 11e6d95 Allow any color space when making a picture backed image by Brian Osman · 6 years ago
  10. 9f49148 Remove RunPaint by Herb Derby · 6 years ago
  11. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 6 years ago
  12. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  13. 35f9637 Revert "implemented GrMtlSampler for metal gpu backend" by Timothy Liang · 6 years ago
  14. 05271ae Stop treating 2.2 gamma as sRGB by Brian Osman · 6 years ago
  15. e12a090 make some textblob builders private for now by Cary Clark · 6 years ago
  16. 919a784 Remove use of RunPaint from regenerateGlyphRunList by Herb Derby · 6 years ago
  17. 9faf9fd clean up SK_LEGACY_COLORSPACE_XFORMER_IMPL by Mike Klein · 6 years ago
  18. eb7e529 Remove CachedFormat remnants by Brian Osman · 6 years ago
  19. 93fa10f implemented GrMtlSampler for metal gpu backend by Timothy Liang · 6 years ago
  20. 97879cb Performance: Move GPU code to GlyphRun and inline - v3 by Herb Derby · 6 years ago
  21. 0d5d065 Remove ContextRect::DstType by Brian Osman · 6 years ago
  22. b547579 switch SkTDArray from push to push_back by Mike Reed · 6 years ago
  23. 4e67984 made GrMtlBuffer compatible with iOS by Timothy Liang · 6 years ago
  24. 44636e9 created GrMtlPipelineStateDataManager for metal gpu backend by Timothy Liang · 6 years ago
  25. a44436f Allow SkChopCubicAt to have the same src and dst by Chris Dalton · 6 years ago
  26. 44a017e Revert "Performance: Move GPU code to GlyphRun and inline - v2" by Herb Derby · 6 years ago
  27. d1b8a16 Add ability to specify different GP textures for each mesh in a draw. by Brian Salomon · 6 years ago
  28. c7ef517 Performance: Move GPU code to GlyphRun and inline - v2 by Herb Derby · 6 years ago
  29. df25e3a Add fast path for tail insertion in GrResourceAllocator::IntervalList by Robert Phillips · 6 years ago
  30. d25f5bc Allow GrOps to chain themselves together instead of merging. by Brian Salomon · 6 years ago
  31. c296068 Revert "Performance: Move GPU code to GlyphRun and inline" by Robert Phillips · 6 years ago
  32. 057c390 attached uniform and varying handlers to GrMtlPipelineStateBuilder by Timothy Liang · 6 years ago
  33. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  34. 0c5b0b1 Performance: Move GPU code to GlyphRun and inline by Herb Derby · 6 years ago
  35. ba4847c Reland "Intersection calc cleanup." by Jim Van Verth · 6 years ago
  36. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  37. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  38. 313c695 Add support for Advanced blend extension to vulkan. by Greg Daniel · 6 years ago
  39. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  40. f2889f1 Revert "Update ShouldUseAAA with our better complexity estimation" by Derek Sollenberger · 6 years ago
  41. 0f40756 Remove unused TextPathIter by Herb Derby · 6 years ago
  42. e847af7 Update ShouldUseAAA with our better complexity estimation by Yuqian Li · 6 years ago
  43. c857956 transform colors with steps + raster pipeline in SkColorSpaceXformer by Mike Klein · 6 years ago
  44. 47d9ee4 Revert "Intersection calc cleanup." by Jim Van Verth · 6 years ago
  45. 234e5a2 Improve touch support for iOS viewer by Jim Van Verth · 6 years ago
  46. 1b016d5 Intersection calc cleanup. by Jim Van Verth · 6 years ago
  47. ae64e49 Simplify blob's appendGlyph interface by Herb Derby · 6 years ago
  48. e504efa Remove drawTextBlob from SkBaseDevice by Herb Derby · 6 years ago
  49. 4ed73e0 Add a bench for various single color xforms by Mike Klein · 6 years ago
  50. 929a681 SkSL coordTransform argument is now optional by Ethan Nicholas · 6 years ago
  51. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  52. e6d0618 Add list of dependents to GrOpList class by Robert Phillips · 6 years ago
  53. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  54. cadc506 fix pathops stitching bug by Cary Clark · 6 years ago
  55. 82c11e0 Remove posText system from GrTextContext by Herb Derby · 6 years ago
  56. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  57. 986f64c Remove multitexturing support from GrTextureOp. by Brian Salomon · 6 years ago
  58. 66c5dc5 Fix missing offsets in simple-polygon-offset-v by Jim Van Verth · 6 years ago
  59. 512875a changed SkASSERT -> SkAssertResult in GrMtlPipelineStateBuilder.mm by Timothy Liang · 6 years ago
  60. 4a82396 Remove fPath and fTooLargeForAtlas from GrGlyph by Herb Derby · 6 years ago
  61. 9a52a39 Move path fallback logic into drawer by Herb Derby · 6 years ago
  62. 7ac582e implemented the pipeline state builder for metal gpu backend by Timothy Liang · 6 years ago
  63. 97d0970 Fix SkColor4Shader by Brian Osman · 6 years ago
  64. 6943689 clean up includes by Cary Clark · 6 years ago
  65. 98d3375 More SkOffsetSimplePolygon optimizations. by Jim Van Verth · 6 years ago
  66. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  67. c0b03d8 Start adding support for some base extensions which others build on. by Greg Daniel · 6 years ago
  68. 12fb9cf added SkSL saturate() function by Ethan Nicholas · 6 years ago
  69. 71fe8ba Remove SkAutoDescriptor move ctor by Herb Derby · 6 years ago
  70. e42dc2d Hoist path check into regenerateGlyphRunList. by Herb Derby · 6 years ago
  71. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  72. c7735f1 improved SkSL lexer performance by Ethan Nicholas · 6 years ago
  73. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  74. 057ad70 Update GrTextureStripAtlas for DDLs (take 2) by Robert Phillips · 6 years ago
  75. 02f2acb Make ColorTableEffect no longer use the texture strip atlas by Robert Phillips · 6 years ago
  76. 9047c06 validate GrMtlBuffer after forcing it to be static by Timothy Liang · 6 years ago
  77. 9a24fee Avoid coverage bleed for AA arcs with tiny sweep angles by Brian Osman · 6 years ago
  78. 1400d38 Revert "Hoist path check" by Jim Van Verth · 6 years ago
  79. f513682 Make fixed dynamic states be conditionally allocated by Brian Salomon · 6 years ago
  80. 84dd183 Implement Color Filters for SKIA SVG backend by Anas AlJabri · 6 years ago
  81. 6de0fca Hoist path check by Herb Derby · 6 years ago
  82. 270239d For filled arcs, merge coverage by simply adding by Brian Osman · 6 years ago
  83. 49528b6 implemented GrMtlBuffer for Metal gpu backend by Timothy Liang · 6 years ago
  84. ee04df4 switched SkSL from std::map to std::unordered_map by Ethan Nicholas · 6 years ago
  85. 92aef4b Support using vulkan 1.1. by Greg Daniel · 6 years ago
  86. 3644360 Have GrVkBackendContext take a VkPhysicalDeviceFeatures struct. by Greg Daniel · 6 years ago
  87. 20ee171 Revert "Update GrTextureStripAtlas for DDLs" by Robert Phillips · 6 years ago
  88. c042d41 Update GrTextureStripAtlas for DDLs by Robert Phillips · 6 years ago
  89. eddb3d9 Fix minimization function for offset code by Jim Van Verth · 6 years ago
  90. dfec99f Move mip map regen from GrGLProgram to GrGLGpu by Brian Salomon · 6 years ago
  91. a31f4e5 Make sure we check the version number of Vulkan Extensions. by Greg Daniel · 6 years ago
  92. 049b5d9 Combine the append glyphs by Herb Derby · 6 years ago
  93. 04ae8ee Add color space to SkColorFilter::filterColor4f by Brian Osman · 6 years ago
  94. 96d275a Move GrTextureStripAtlas to its own file by Robert Phillips · 6 years ago
  95. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  96. def5546 Include windows.h in debug windows vulkan to fix build. by Greg Daniel · 6 years ago
  97. b91c466 Don't change the front face direction in Vulkan by Chris Dalton · 6 years ago
  98. e632dfc Use GrTextureType to determine highest supported filter by Brian Salomon · 6 years ago
  99. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 6 years ago
  100. 77bf48a Generate Emoji rendering test using typeface created by different font files. by Bruce Wang · 6 years ago