1. ea236bf Move skcms.h to include/third_party/skcms by Brian Osman · 5 years ago
  2. bcbf963 Temporarily revert runtime decoder registration. by Mike Klein · 5 years ago
  3. 4e1b07e stage naming change in colorfilter by Mike Reed · 5 years ago
  4. ff7006f switch test to a legal, impossible enum value by Mike Klein · 5 years ago
  5. 05f45b2 runtime registration for decoders by Mike Klein · 5 years ago
  6. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 5 years ago
  7. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  8. c73666f Implement alternate method for determining recycle-ability of allocated GrSurfaces (take 2) by Robert Phillips · 5 years ago
  9. 24d377e Store tasks to execute before VK secondary command buffers generically. by Brian Salomon · 5 years ago
  10. 746035a added support for interpreting generic SkSL functions by Ethan Nicholas · 5 years ago
  11. 4941a22 switch some idiosyncratic <includes> to "" by Mike Klein · 5 years ago
  12. 29c1c80 Revert "Implement alternate method for determining recycle-ability of allocated GrSurfaces" by Robert Phillips · 5 years ago
  13. 7eec3cd6 Implement alternate method for determining recycle-ability of allocated GrSurfaces by Robert Phillips · 5 years ago
  14. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  15. c318630 Add skcms directory to public includes by Brian Osman · 5 years ago
  16. 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 5 years ago
  17. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  18. e0eeda5 add constexpr constructor to SkMatrix by Mike Klein · 5 years ago
  19. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 5 years ago
  20. 1c0b05a SkClipStack::isRRect succeeds if stack is an intersection of rects. by Brian Salomon · 5 years ago
  21. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 5 years ago
  22. cf4ec50 Convexity checker: Wait for significant x-product when walking edges by Brian Osman · 5 years ago
  23. cb0f409 added error detection for writing to a constant swizzle mask by Ethan Nicholas · 5 years ago
  24. 309de79 Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE by Brian Osman · 5 years ago
  25. 14ac42b Remove the axis-aligned vector special case to convexity checker by Brian Osman · 5 years ago
  26. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 5 years ago
  27. 3966738 Non-substantive changes by Robert Phillips · 5 years ago
  28. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  29. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  30. 105d7c2 Add flag to map buffer flags in GrCaps to indicate whether mapping a by Brian Salomon · 5 years ago
  31. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 5 years ago
  32. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 5 years ago
  33. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  34. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 5 years ago
  35. 9a885b2 pass SkVx::Vec arguments as const& by Mike Klein · 5 years ago
  36. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 5 years ago
  37. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  38. 6c431d5 Towards a simpler SkSL -> GLSL pipeline (and better shader reflection) by Brian Osman · 5 years ago
  39. 194cab0 use slope-guess for faster charToGlyph by Mike Reed · 5 years ago
  40. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  41. 831a293 Plumb sk_sp through the GrOpList class hierarchy by Robert Phillips · 5 years ago
  42. 0c60708 add utility for caching char2glyph by Mike Reed · 5 years ago
  43. bb85b8b remove dead code from old factories, enum by Mike Reed · 5 years ago
  44. f55fa0d Make SkPaintFilterCanvas paints no longer COW. by Ben Wagner · 6 years ago
  45. 1dcc55b rewrite new SkVx unit test by Mike Klein · 5 years ago
  46. 4b44a0d add SkVx helpers for working with unorm8 by Mike Klein · 5 years ago
  47. 25e371f Make SkFontMgr_fontconfig respect the sysroot. by Ben Wagner · 5 years ago
  48. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  49. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 5 years ago
  50. 9896a0d Add mipmap generation for Metal by Jim Van Verth · 5 years ago
  51. da7b053 tweak SkVx to play nicely with others by Mike Klein · 5 years ago
  52. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  53. a585fe9 Add Vulkan implementation of transfering from GrSurface to a GrGpuBuffer by Brian Salomon · 5 years ago
  54. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  55. 42cbedd Temporarily make TransferPixelsFromTest read BGRA as RGBA on ES. by Brian Salomon · 5 years ago
  56. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  57. bcd51e8 SkSL 'key' variables can now be controlled by 'when' expressions by Ethan Nicholas · 5 years ago
  58. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  59. e05ba5a Start on supporting transfer from GrSurface. by Brian Salomon · 5 years ago
  60. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 5 years ago
  61. add8cf9 remote fonts: Validate format on deserialized glyph. by Khushal · 5 years ago
  62. e4628b1 Make SkRRect work with axis aligned rotation transforms by Malay Keshav · 5 years ago
  63. d538d3d Handle promise texture image fulfill returning nullptr. by Brian Salomon · 5 years ago
  64. 8cefa3e Avoid flushing due to cache pressure when nothing will become purgeable. by Brian Salomon · 5 years ago
  65. 2c791fc Track the number of resources that would become purgeable after flush by Brian Salomon · 5 years ago
  66. 0f2f522 SkMD5 returns digest by Hal Canary · 5 years ago
  67. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  68. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  69. 01ceae9 Control access to adding ref to a GrGpuResource when it's ref count is zero. by Brian Salomon · 5 years ago
  70. e25b447 Move SkTileModes to top level by Mike Reed · 5 years ago
  71. 4428f2c Remove SkScalarSinCos by Brian Osman · 5 years ago
  72. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  73. b27667a Remove ToolUtils::write_pixels by Brian Osman · 5 years ago
  74. b6a3a3b Make lazy proxies have 2 modes for proxy/surface key management. by Brian Salomon · 5 years ago
  75. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 5 years ago
  76. 73cc4e8 Temporarily restore old behavior of read/writeSurfacePixels by Robert Phillips · 5 years ago
  77. 8dd5ea1 [skottie] Allow extra-normal Bezier interpolation by Florin Malita · 5 years ago
  78. 7eeb74f Add checks that the GrResourceAllocator is operating as expected by Robert Phillips · 5 years ago
  79. 3902628 Support WebGL 1.0 with caps by Kevin Lubick · 5 years ago
  80. 4f98dbe Improve color space logic in read/writeSurfacePixels by Brian Osman · 5 years ago
  81. c476e5d Fix bug in GrResourceAllocator's intermediate flushing (take 2) by Robert Phillips · 5 years ago
  82. 0eb1b1f Revert "Fix bug in GrResourceAllocator's intermediate flushing" by Robert Phillips · 5 years ago
  83. f891548 Fix bug in GrResourceAllocator's intermediate flushing by Robert Phillips · 5 years ago
  84. d2ca312 Convert GrPorterDuff test from NullGL to Mock context by Brian Osman · 5 years ago
  85. 7eae5d7 Run GrTextureMipMapInvalidationTest on rendering contexts by Brian Osman · 5 years ago
  86. 7c59774 Convert some unit tests from NullGL to Mock context by Brian Osman · 5 years ago
  87. 3f219cb Ensure we don't skip image memory barriers when queue change needed by Eric Karl · 5 years ago
  88. c6142d8 de-common the rest of the flags by Mike Klein · 5 years ago
  89. b1dbbc8 Fix fallback problems for emoji by Herb Derby · 5 years ago
  90. 629f5fc de-common another batch of flags by Mike Klein · 5 years ago
  91. d0f321b de-common --veryVerbose by Mike Klein · 5 years ago
  92. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 5 years ago
  93. 5b3f343 DEFINE_int32 + DEFINE_uint32 -> DEFINE_int by Mike Klein · 5 years ago
  94. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  95. 84836b7 moar static flags by Mike Klein · 5 years ago
  96. 0e9401d Initial checkin of new SkSL interpreter. by Ethan Nicholas · 5 years ago
  97. 27ba703 Add GN args for GL/GLES interface by Kevin Lubick · 5 years ago
  98. 8f4e224 de-Sk tools/debugger by Mike Klein · 5 years ago
  99. 0498857 fold sk_pixel_iter.h into ToolUtils by Mike Klein · 5 years ago
  100. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago