1. f1344ac Remove SK_ALLOW_STATIC_GLOBAL_INITIALIZERS from tests. by Ben Wagner · 5 years ago
  2. 4167215 Fix stack indexing bug in vectorized unsigned -> float conversion by Brian Osman · 5 years ago
  3. 0221e8b Revert "Remove some uses of GrBytesPerPixel" by Robert Phillips · 5 years ago
  4. 13f02be2 Remove some uses of GrBytesPerPixel by Robert Phillips · 5 years ago
  5. 44d4476 Interpreter: Fix bool literals by Brian Osman · 5 years ago
  6. 9b86955 Add thread safety annotations for SkMutex by Herb Derby · 5 years ago
  7. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  8. a6fcb76 ccpr: Clip path octo bounds by the scissor by Chris Dalton · 5 years ago
  9. cd734f6 Add color space and type conversion support to asyncReadPixels by Brian Salomon · 5 years ago
  10. ab32f65 Add SkSurface::asyncReadPixels() by Brian Salomon · 5 years ago
  11. ad8efda Reland "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 5 years ago
  12. 4687bdd Fix DDL tests when MIP map support not available by Brian Salomon · 5 years ago
  13. 8fbca48 Revert "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 5 years ago
  14. 622b6f5 Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Brian Salomon · 5 years ago
  15. bc0c460 Revert "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Robert Phillips · 5 years ago
  16. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  17. a15f355 Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA. by Brian Salomon · 5 years ago
  18. d369a5e Add setInputs to SkSL::Interpreter by Brian Osman · 5 years ago
  19. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  20. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  21. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  22. 9ff5acb Separate GrCaps for semaphores and fence syncs. by Brian Salomon · 5 years ago
  23. 3b41baf Add support for float remainder to interpreter by Brian Osman · 5 years ago
  24. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 5 years ago
  25. 15c9142 Repro Chrome bug and add Skia-side fix by Robert Phillips · 5 years ago
  26. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  27. 354ecf3 fixed SkSL interpreter negate op by Ethan Nicholas · 5 years ago
  28. 8e49a69 Loosen up checks in DDLSkSurfaceFlush by Robert Phillips · 5 years ago
  29. 444aa12 fixed SkSL interpreter test by Ethan Nicholas · 5 years ago
  30. ee5fd13 Add test for DDLs and SkSurface::flush by Robert Phillips · 5 years ago
  31. dfcad06 more SkSL interpreter performance work by Ethan Nicholas · 5 years ago
  32. 9707a7e IWYU for tests A-D. by Ben Wagner · 5 years ago
  33. b0d8b76 Make finish flush procs work with GL. by Brian Salomon · 5 years ago
  34. 5f2807b Clean up CanvasTest.cpp some more by Hal Canary · 5 years ago
  35. cbf6d30 Clean up CanvasTest.cpp macros. by Ben Wagner · 5 years ago
  36. ac55784 Tests: re-sort gni, file name convention by Hal Canary · 5 years ago
  37. 70aab82 Shaper Tests: fix g3 build by Hal Canary · 5 years ago
  38. 56947a7 Shaper Tests: make a macro, rename test resources. by Hal Canary · 5 years ago
  39. 09db9d2 Reland "SkShaper JSON output with cluster visualization" by Herb Derby · 5 years ago
  40. fd24b1f Shaper : new unit test by Hal Canary · 5 years ago
  41. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  42. 670c6ec Revert "SkShaper JSON output with cluster visualization" by Mike Reed · 5 years ago
  43. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  44. 5361083 SkShaper JSON output with cluster visualization by Herb Derby · 5 years ago
  45. 68eb8c2 remove deprecated postTranslate255 by Mike Reed · 5 years ago
  46. a5ef397 More polyutils fixes by Jim Van Verth · 5 years ago
  47. e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 5 years ago
  48. ea236bf Move skcms.h to include/third_party/skcms by Brian Osman · 5 years ago
  49. bcbf963 Temporarily revert runtime decoder registration. by Mike Klein · 5 years ago
  50. 4e1b07e stage naming change in colorfilter by Mike Reed · 5 years ago
  51. ff7006f switch test to a legal, impossible enum value by Mike Klein · 5 years ago
  52. 05f45b2 runtime registration for decoders by Mike Klein · 5 years ago
  53. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 5 years ago
  54. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  55. c73666f Implement alternate method for determining recycle-ability of allocated GrSurfaces (take 2) by Robert Phillips · 5 years ago
  56. 24d377e Store tasks to execute before VK secondary command buffers generically. by Brian Salomon · 5 years ago
  57. 746035a added support for interpreting generic SkSL functions by Ethan Nicholas · 5 years ago
  58. 4941a22 switch some idiosyncratic <includes> to "" by Mike Klein · 5 years ago
  59. 29c1c80 Revert "Implement alternate method for determining recycle-ability of allocated GrSurfaces" by Robert Phillips · 5 years ago
  60. 7eec3cd6 Implement alternate method for determining recycle-ability of allocated GrSurfaces by Robert Phillips · 5 years ago
  61. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  62. c318630 Add skcms directory to public includes by Brian Osman · 5 years ago
  63. 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 5 years ago
  64. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  65. e0eeda5 add constexpr constructor to SkMatrix by Mike Klein · 5 years ago
  66. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 5 years ago
  67. 1c0b05a SkClipStack::isRRect succeeds if stack is an intersection of rects. by Brian Salomon · 5 years ago
  68. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 5 years ago
  69. cf4ec50 Convexity checker: Wait for significant x-product when walking edges by Brian Osman · 5 years ago
  70. cb0f409 added error detection for writing to a constant swizzle mask by Ethan Nicholas · 5 years ago
  71. 309de79 Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE by Brian Osman · 5 years ago
  72. 14ac42b Remove the axis-aligned vector special case to convexity checker by Brian Osman · 5 years ago
  73. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 5 years ago
  74. 3966738 Non-substantive changes by Robert Phillips · 5 years ago
  75. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  76. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  77. 105d7c2 Add flag to map buffer flags in GrCaps to indicate whether mapping a by Brian Salomon · 5 years ago
  78. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 5 years ago
  79. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 5 years ago
  80. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  81. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 5 years ago
  82. 9a885b2 pass SkVx::Vec arguments as const& by Mike Klein · 5 years ago
  83. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 5 years ago
  84. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  85. 6c431d5 Towards a simpler SkSL -> GLSL pipeline (and better shader reflection) by Brian Osman · 5 years ago
  86. 194cab0 use slope-guess for faster charToGlyph by Mike Reed · 5 years ago
  87. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  88. 831a293 Plumb sk_sp through the GrOpList class hierarchy by Robert Phillips · 5 years ago
  89. 0c60708 add utility for caching char2glyph by Mike Reed · 5 years ago
  90. bb85b8b remove dead code from old factories, enum by Mike Reed · 5 years ago
  91. f55fa0d Make SkPaintFilterCanvas paints no longer COW. by Ben Wagner · 6 years ago
  92. 1dcc55b rewrite new SkVx unit test by Mike Klein · 5 years ago
  93. 4b44a0d add SkVx helpers for working with unorm8 by Mike Klein · 5 years ago
  94. 25e371f Make SkFontMgr_fontconfig respect the sysroot. by Ben Wagner · 5 years ago
  95. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  96. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 5 years ago
  97. 9896a0d Add mipmap generation for Metal by Jim Van Verth · 5 years ago
  98. da7b053 tweak SkVx to play nicely with others by Mike Klein · 5 years ago
  99. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  100. a585fe9 Add Vulkan implementation of transfering from GrSurface to a GrGpuBuffer by Brian Salomon · 5 years ago