1. 49528b6 implemented GrMtlBuffer for Metal gpu backend by Timothy Liang · 6 years ago
  2. 20ee171 Revert "Update GrTextureStripAtlas for DDLs" by Robert Phillips · 6 years ago
  3. c042d41 Update GrTextureStripAtlas for DDLs by Robert Phillips · 6 years ago
  4. 3526cfa tests: Move SkUTF tests to their own file. by Hal Canary · 6 years ago
  5. 96d275a Move GrTextureStripAtlas to its own file by Robert Phillips · 6 years ago
  6. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  7. da16cce Use our own checked in Vulkan header to build skia source code. by Greg Daniel · 6 years ago
  8. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 6 years ago
  9. 77bf48a Generate Emoji rendering test using typeface created by different font files. by Bruce Wang · 6 years ago
  10. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  11. f107a2f SkUTF by Hal Canary · 6 years ago
  12. ae5f953 Remove unused GrGpuResourceRef and GrTGpuResourceRef by Brian Salomon · 6 years ago
  13. e30739a implemented copy surface as draw for metal gpu backend by Timothy Liang · 6 years ago
  14. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  15. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 6 years ago
  16. 227424b Remove SkTextBlobRunIterator.h from gni by Herb Derby · 6 years ago
  17. 48b6490 remove SkThreadedBMPDevice and friends by Mike Klein · 6 years ago
  18. b93af7e Revert "Revert "removed SkSLLayoutLexer"" by Ethan Nicholas · 6 years ago
  19. 734b2a8 Revert "removed SkSLLayoutLexer" by Ethan Nicholas · 6 years ago
  20. 804f817 removed SkSLLayoutLexer by Ethan Nicholas · 6 years ago
  21. 387eaff Vertex color xform bench by Brian Osman · 6 years ago
  22. e530e51 Stop using rsp files for compiling on Windows by Brian Osman · 6 years ago
  23. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  24. a8046af implemented onWritePixels and related tests for metal gpu backend by Timothy Liang · 6 years ago
  25. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  26. 297c3c8 Ignore NTDDI_VERSION with DirectWrite. by Ben Wagner · 6 years ago
  27. e70604e created stub for metal gpu command buffer by Timothy Liang · 6 years ago
  28. 0ef539a add new patheffects by Mike Reed · 6 years ago
  29. 760dbc4 Reland "implemented metal gpu backend texture upload testing" by Timothy Liang · 6 years ago
  30. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  31. eb1d900 build for gdb on linux by Cary Clark · 6 years ago
  32. a8cdbd7 Restore SkLightingShader and associated classes by Robert Phillips · 6 years ago
  33. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  34. f35a1c1 Remove SkRefDict. by Ben Wagner · 6 years ago
  35. a80a012 Revert "implemented metal gpu backend texture upload testing" by Timothy Liang · 6 years ago
  36. 36848f6 implemented metal gpu backend texture upload testing by Timothy Liang · 6 years ago
  37. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  38. e346b1e Add SkTypeface::getVariationDesignParameters by Ben Wagner · 6 years ago
  39. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  40. 28987a4 Revert "build debug on linux for gdb" by Robert Phillips · 6 years ago
  41. 3c3db72 build debug on linux for gdb by Cary Clark · 6 years ago
  42. 97c6a0e Remove interal use of SkRefCnt_SafeAssign. by Ben Wagner · 6 years ago
  43. 061cc21 Add more tests for PolyUtils by Jim Van Verth · 6 years ago
  44. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  45. 36fe60d Move SkRefSet / pipe code to smart pointer. by Ben Wagner · 6 years ago
  46. e4db80f Enable Skottie on Android framework builds. by Florin Malita · 6 years ago
  47. 6784ffa Add some new PolyUtils tests. by Jim Van Verth · 6 years ago
  48. 8664a1d Add ear-clipping code to triangulate simple polygons. by Jim Van Verth · 6 years ago
  49. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  50. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  51. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  52. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  53. 2df9b45 added TextureRenderTarget to Metal gpu backend by Timothy Liang · 6 years ago
  54. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  55. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  56. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 6 years ago
  57. 4f0a011 Improve CMakeLists.txt auto regeneration. by Ben Wagner · 6 years ago
  58. 538e1a1 move blurimagefilter.cpp back into effects by Mike Reed · 6 years ago
  59. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 6 years ago
  60. 7454cbd Add legacy flag for vulkan interface for flutter. by Greg Daniel · 6 years ago
  61. 37a06c0 Reland "Implement onMakeClone(const SkFontArguments& args) in class SkTypeface_fontconfig." by Ben Wagner · 6 years ago
  62. cce82d2 Revert "Implement onMakeClone(const SkFontArguments& args) in class SkTypeface_fontconfig." by Kevin Lubick · 6 years ago
  63. c5c3df6 renamed samplecode/Nima to samplecode/SampleNimaActor by Ruiqi Mao · 6 years ago
  64. 96b1ecc Implement onMakeClone(const SkFontArguments& args) in class SkTypeface_fontconfig. by Bruce Wang · 6 years ago
  65. e2098c4 SkFontMgr.h is a core header. by Hal Canary · 6 years ago
  66. 7d918fd Don't destroy VkPipelineLayouts until after command buffer recording. by Greg Daniel · 6 years ago
  67. 0560bd6 Move GrSwizzle.h from include/private to src/gpu. by Brian Salomon · 6 years ago
  68. 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 6 years ago
  69. c069a57 added NIMA sample to showcase animations by Brian Osman · 6 years ago
  70. 0917fad move imagefilters into separate dir and flag for build.gn by Mike Reed · 6 years ago
  71. 80452be Fold SkJSON into Skia/utils by Florin Malita · 6 years ago
  72. 96aa535 Remove .bat and .exe from commands where possible. by Ben Wagner · 6 years ago
  73. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  74. 74aa9ab add new source list in prep for separating imagefilters from other effects by Mike Reed · 6 years ago
  75. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  76. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  77. 0333854 clean up defines that do nothing by Mike Klein · 6 years ago
  78. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  79. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 6 years ago
  80. f018b7d SkColorSpaceXformSteps improvements and tests by Brian Osman · 6 years ago
  81. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  82. 46fbf8c Disable module deps in Android Framework builds by Florin Malita · 6 years ago
  83. 692e29e remove unused parts of SkTypes.h by Mike Klein · 6 years ago
  84. bfe4db5 remove unimportant bench by Mike Klein · 6 years ago
  85. 88a32ef Add a factory to any GrOp-derived class that lacked one by Robert Phillips · 6 years ago
  86. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  87. f454bd3 rm TestConfigParsing by Mike Klein · 6 years ago
  88. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  89. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  90. f105dc7 restore headers lost from skia.h by Mike Klein · 6 years ago
  91. 7258e97 C++14 by Brian Salomon · 6 years ago
  92. a083404 Revert "Added support for visual debugging on Android Studio" by Hal Canary · 6 years ago
  93. 804d0f2 turn on pointer-overflow on ASAN/UBSAN bots by Mike Klein · 6 years ago
  94. bc9f3b0 Decorate project names with their relative path in the meta SLN by Brian Osman · 6 years ago
  95. 7027691 Set bounds correctly for color emoji that need post-cache transfoms by Jim Van Verth · 6 years ago
  96. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  97. 222c9cf Added support for visual debugging on Android Studio by ziadb · 6 years ago
  98. 22f673d Move SkColorTable to src/codec by Leon Scroggins III · 6 years ago
  99. 82cecb6 Make CMakeLists.txt less relative. by Ben Wagner · 6 years ago
  100. 81df041 Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago