1. 98cb96c Add unit test to check if we can create a VkDevice using global priority extension. by Greg Daniel · 5 years ago
  2. 0d84e80 move experimental header out of public includes by Mike Reed · 5 years ago
  3. d5c6e16 Revert "Revert "make third_party() static libraries"" by Kevin Lubick · 5 years ago
  4. ec7278e remove unneeded friends/includes in SkPaint.h by Mike Reed · 5 years ago
  5. 9a2bb09 CMake: distinguish between file and dir copies by presence of '.' in src path by Kevin Lubick · 5 years ago
  6. fdb876d remove breakText, and all utf cache accessors by Mike Reed · 5 years ago
  7. 8ea367c Make cmake copy_directory instead of just files by Kevin Lubick · 5 years ago
  8. 24d861d Add hardware buffer unit test from old skqp to skia. by Greg Daniel · 5 years ago
  9. d20cf33 Add new thin anti-aliasing demo by Michael Ludwig · 5 years ago
  10. ac262a0 remove Sk4x4f.h -- dead code by Mike Klein · 5 years ago
  11. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 5 years ago
  12. a0bc39d Split GrContextThreadSafeProxy into its own files (take 2) by Robert Phillips · 5 years ago
  13. ea8b4fc Revert "Split GrContextThreadSafeProxy into its own files" by Robert Phillips · 5 years ago
  14. f8397f2 Split GrContextThreadSafeProxy into its own files by Robert Phillips · 5 years ago
  15. 5f528e5 Revert "Reland "Revert "remove legacy code for text attributes on paint""" by Mike Reed · 5 years ago
  16. 3c03c85 Reland "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 5 years ago
  17. fd0bba8 Revert "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 5 years ago
  18. fb0e2aa Revert "remove legacy code for text attributes on paint" by Mike Reed · 5 years ago
  19. 80f4adf remove legacy code for text attributes on paint by Mike Reed · 5 years ago
  20. 842d31b fixed Metal matrix constructors by Ethan Nicholas · 5 years ago
  21. 945ee65 Enforce non-overlap constraint from GrRenderTargetOpList by Chris Dalton · 5 years ago
  22. c0747bb remove empty skia_for_chromium_defines by Mike Reed · 5 years ago
  23. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 5 years ago
  24. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 5 years ago
  25. c3061a3 remove SK_SUPPORT_LEGACY_PAINT_FONT_FIELDS for flutter by Mike Reed · 5 years ago
  26. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 5 years ago
  27. 98dea7b remove superfluous skia_vulkan_sdk by Mike Klein · 5 years ago
  28. 4edd420 Bugfix for Nexus 5 mipmap+scissor generation failure by Michael Ludwig · 5 years ago
  29. 4ca9fa3 SkPDF: unify Canon and Document by Hal Canary · 5 years ago
  30. e7d28f4 add flag for flutter by Mike Reed · 5 years ago
  31. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 5 years ago
  32. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 5 years ago
  33. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 5 years ago
  34. 8cb7376 SkPDF: rasterize for color-filter+layer by Hal Canary · 5 years ago
  35. 3c88857 Update BUILDCONFIG.gn to support Visual Studio 2017 Enterprise by Dawson Coleman · 5 years ago
  36. 3de7684 Use ICU in libandroidicu by Derek Sollenberger · 5 years ago
  37. c96fc37 Reland "Use specialized quad lists in rectangle ops" by Michael Ludwig · 5 years ago
  38. 023403b hide setTextEncoding by Mike Reed · 5 years ago
  39. dde2a37 Update SkDescriptor by Herbert Derby · 5 years ago
  40. 23d8943 Revert "Use specialized quad lists in rectangle ops" by Michael Ludwig · 5 years ago
  41. 5820b0c Use specialized quad lists in rectangle ops by Michael Ludwig · 5 years ago
  42. 89126e4 use drawSimpleText by Mike Reed · 5 years ago
  43. bc84adc Move GrVkSecondaryCBDrawContext header into src to hide it. by Greg Daniel · 5 years ago
  44. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 5 years ago
  45. 9191913 use font instead of paint for text by Mike Reed · 5 years ago
  46. acc763e Fix gn file for moved vulkan file. by Greg Daniel · 5 years ago
  47. cae020a use ghash linking on Windows by Mike Klein · 5 years ago
  48. 212e906 don't use drawPosText by Mike Reed · 5 years ago
  49. b4ba826 Move GrResourceKey.h to include/private. by Brian Salomon · 5 years ago
  50. 753403c Add new GM to verify Plots marked correctly during regenerate. by Jim Van Verth · 5 years ago
  51. 0ba5b18 fold _utils.h into _matrixProcs.cpp by Mike Klein · 5 years ago
  52. 5ceda55 Fix stroked round capped circular arc batched with filled circle. by Brian Salomon · 5 years ago
  53. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 5 years ago
  54. 8e265a7 Re-land "Perform Vulkan resets in a background thread" by Ethan Nicholas · 5 years ago
  55. 7142ae5 Generate debug information during link with Windows-Clang by Brian Osman · 5 years ago
  56. bff4e07 Revert "Perform Vulkan resets in a background thread" by Ethan Nicholas · 5 years ago
  57. 0aa0508 convert bug fiddle into a GM by Mike Klein · 5 years ago
  58. 30e6343 Perform Vulkan resets in a background thread by Ethan Nicholas · 5 years ago
  59. 9f7d9a2 Revert "Move some Gr headers from include/gpu to include/private and src/gpu." by Brian Salomon · 5 years ago
  60. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 5 years ago
  61. 3bdc3f5 Move some Gr headers from include/gpu to include/private and src/gpu. by Brian Salomon · 5 years ago
  62. dbfd766 templatize SkBitmapProcState_matrixProcs by Mike Klein · 5 years ago
  63. b2a0025 Fix PATH and EXE quoting for Windows ARM64 builds by Brian Osman · 5 years ago
  64. a6e0c2b use lld-link any time we have it by Mike Klein · 5 years ago
  65. 42ec7d7 Link using lld-link when target_os="win" and host_os != "win" by Brian Salomon · 5 years ago
  66. a098265 Fix PATH when running MSVC for ARM64 target by Brian Osman · 5 years ago
  67. d207345 Add cap to number of oplists we execute before flushing to the gpu. by Greg Daniel · 5 years ago
  68. 967df20 Deuninstantiate by Brian Salomon · 5 years ago
  69. 0ec1c57 remove sk_atomic_inc by Mike Klein · 5 years ago
  70. a55445e Simplify gn_args in gn_to_bp.py by Leon Scroggins III · 6 years ago
  71. f8dfe4c clean up SkBitmapProcState::platformProcs() by Mike Klein · 6 years ago
  72. c32aeb3 Fix two GPU image filters handling of subset inputs by Brian Osman · 5 years ago
  73. 7e00022 Reland "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 5 years ago
  74. f4bf973 Revert "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 5 years ago
  75. 6cd7490 Add support for Ycbcr Conversion Samplers in vulkan. by Greg Daniel · 6 years ago
  76. 06602e7 Remove FontScalerTest sample. by Ben Wagner · 6 years ago
  77. 50ff7a5 gn format gn/opts.gni by Kevin Lubick · 6 years ago
  78. 6985853 Reland "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  79. c33ec9f remove legacy hinting-enum guards by Mike Reed · 6 years ago
  80. 1a2476d Revert "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  81. 85e22fc Build Android Framework host library on Mac by Leon Scroggins III · 6 years ago
  82. d3c92d9 Initial definition of fill rect op by Michael Ludwig · 6 years ago
  83. fc614f1 rm SK_SUPPORT_LEGACY_TEXTBLOBBUILD_WITH_PAINT from fluter by Mike Reed · 6 years ago
  84. 46c774a rm SK_SUPPORT_LEGACY_NESTED_HINTINGENUM from flutter by Mike Reed · 6 years ago
  85. 017aa53 Remove tonalshadows GMs by Brian Osman · 6 years ago
  86. 368895b Remove gamut GM by Brian Osman · 6 years ago
  87. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  88. e5b08df move NEON matrixProcs into matrixProcs.cpp by Mike Klein · 6 years ago
  89. 45f8266 add flag to flutter by Mike Reed · 6 years ago
  90. 20e2fb2 SkBitmapProcState_matrixProcs.cpp refactoring by Mike Klein · 6 years ago
  91. 133944a Add a dedicated Op for analytic round rects by Chris Dalton · 6 years ago
  92. c41a5f5 Generate Android Framework host-side Skia (linux) by Leon Scroggins III · 6 years ago
  93. f2a7a20 clean up SkBitmapProcState a bit by Mike Klein · 6 years ago
  94. 908bb23 When outsetting for rect blur fast path use abs of scale factors. by Brian Salomon · 6 years ago
  95. a2187bf port S32_alpha_D32_filter_DX to SkOpts by Mike Klein · 6 years ago
  96. 09181ef Fix dst copy bounds for aa draw contained within clip. by Brian Salomon · 6 years ago
  97. 9c14ea1 Revert "remove SK_SUPPORT_LEGACY_NESTED_HINTINGENUM from flutter" by Mike Reed · 6 years ago
  98. 449cb53 remove SK_SUPPORT_LEGACY_NESTED_HINTINGENUM from flutter by Mike Reed · 6 years ago
  99. 8012a2f remove SK_SUPPORT_LEGACY_FONT_FLAGS from flutter by Mike Reed · 6 years ago
  100. b3162ef add flag to guard font apis by Mike Reed · 6 years ago