1. f91b755 Reland "ccpr: Set atlas proxy size to draw bounds rather than backing size" by Chris Dalton · 5 years ago
  2. 3d47f37 Add skcms' LICENSE to include/third_party/skcms by Brian Osman · 5 years ago
  3. ea236bf Move skcms.h to include/third_party/skcms by Brian Osman · 5 years ago
  4. d425dee Enable opList sorting everywhere by Robert Phillips · 5 years ago
  5. 4732dd3 Fix C API example by Stan Iliev · 5 years ago
  6. bcbf963 Temporarily revert runtime decoder registration. by Mike Klein · 5 years ago
  7. 4e1b07e stage naming change in colorfilter by Mike Reed · 5 years ago
  8. 05f45b2 runtime registration for decoders by Mike Klein · 5 years ago
  9. 2185f39 Revert "ccpr: Set atlas proxy size to draw bounds rather than backing size" by Chris Dalton · 5 years ago
  10. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 5 years ago
  11. 46d0f9a ccpr: Set atlas proxy size to draw bounds rather than backing size by Chris Dalton · 5 years ago
  12. f0a5369 cut SK_SAMPLES_FOR_X, simplify SK_?32_SHIFT by Mike Klein · 5 years ago
  13. b45d862 flip static initializer default by Mike Klein · 5 years ago
  14. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  15. 0c22997 SkTInternalLList: remove SkPtrWrapper, SkNoncopyable by Hal Canary · 5 years ago
  16. c092f9e rm older api from colormatrix, change to normalized translate by Mike Reed · 5 years ago
  17. f07b61f (start to) explicitly use float for color values by Mike Reed · 5 years ago
  18. 24d377e Store tasks to execute before VK secondary command buffers generically. by Brian Salomon · 5 years ago
  19. 127e519 fix sk_colorspace include guard by Mike Klein · 5 years ago
  20. dbbefa8 inject SkUserConfig.h with -DSK_USER_CONFIG_HEADER by Mike Klein · 5 years ago
  21. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 5 years ago
  22. bd5e950 Make default SkUserConfig a noop by Hal Canary · 5 years ago
  23. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  24. c318630 Add skcms directory to public includes by Brian Osman · 5 years ago
  25. 06be079 Add wait function on GrContext to wait on semaphores. by Greg Daniel · 5 years ago
  26. 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 5 years ago
  27. 86e6199 Revert "simplify and centralize SK_API" by Mike Klein · 5 years ago
  28. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  29. 7f960d2 simplify and centralize SK_API by Mike Klein · 5 years ago
  30. 5816b3d Fully add back old GrContext flush api. by Greg Daniel · 5 years ago
  31. e0eeda5 add constexpr constructor to SkMatrix by Mike Klein · 5 years ago
  32. d10c901 Add back deprecated GrCotnext flush API till clients get fixed. by Greg Daniel · 5 years ago
  33. cbc33b8 Add SkSL viewing/editing to viewer by Brian Osman · 5 years ago
  34. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 5 years ago
  35. d567408 Add secret draw-behind method by Mike Reed · 5 years ago
  36. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 5 years ago
  37. 5000791 remove experimental from some APIs (that are no longer experiments) by Mike Reed · 5 years ago
  38. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 5 years ago
  39. a94670b Update Skia milestone to 76 by Heather Miller · 5 years ago
  40. 14c90c1 Reland "Remove includes from SkFontTypes.h" by Ben Wagner · 5 years ago
  41. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  42. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  43. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 5 years ago
  44. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 5 years ago
  45. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  46. 0b5e302 Revert "Remove includes from SkFontTypes.h" by Mike Reed · 5 years ago
  47. cdd5914 Remove includes from SkFontTypes.h by Ben Wagner · 5 years ago
  48. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 5 years ago
  49. 78e5577 IWYU for SkCanvas.h by Ben Wagner · 5 years ago
  50. db13d38 Move SkTLazy.h to src/ by Ben Wagner · 5 years ago
  51. 96e4e53 Reland "align skvx::Vec<N,T> to N*sizeof(T)" by Mike Klein · 5 years ago
  52. 9a885b2 pass SkVx::Vec arguments as const& by Mike Klein · 5 years ago
  53. 50303b9 Revert "align skvx::Vec<N,T> to N*sizeof(T)" by Mike Klein · 5 years ago
  54. e3b110d align skvx::Vec<N,T> to N*sizeof(T) by Mike Klein · 5 years ago
  55. 393981d Remove deprecated SkPaintFilterCanvas::onFilter. by Ben Wagner · 5 years ago
  56. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 5 years ago
  57. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  58. 930c295 always zero SkMallocPixelRefs by Mike Klein · 5 years ago
  59. e716414 removed localmatrix getter by Mike Reed · 5 years ago
  60. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  61. 831a293 Plumb sk_sp through the GrOpList class hierarchy by Robert Phillips · 5 years ago
  62. 1fe0b86 Remove some unused GrSurfaceProxy methods by Robert Phillips · 5 years ago
  63. 0c60708 add utility for caching char2glyph by Mike Reed · 5 years ago
  64. bb85b8b remove dead code from old factories, enum by Mike Reed · 5 years ago
  65. f55fa0d Make SkPaintFilterCanvas paints no longer COW. by Ben Wagner · 6 years ago
  66. 8ad84f2 Revert "simplify and centralize SK_API" by Mike Klein · 5 years ago
  67. 3bad19c use __builtin_shufflevector when available by Mike Klein · 5 years ago
  68. 90c9749 simplify and centralize SK_API by Mike Klein · 5 years ago
  69. 4b44a0d add SkVx helpers for working with unorm8 by Mike Klein · 5 years ago
  70. fb5bcca oops, remove the rest of SkMixer by Mike Reed · 5 years ago
  71. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  72. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 5 years ago
  73. 1c62426 make to_vec template parameters explicit by Mike Klein · 5 years ago
  74. da7b053 tweak SkVx to play nicely with others by Mike Klein · 5 years ago
  75. e8a9863 Define all ImageSetEntry members out of line by Brian Osman · 5 years ago
  76. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  77. b5c6859 remove shader factory guard define by Mike Reed · 5 years ago
  78. 4429738 remove def of colorfilter flag by Mike Reed · 5 years ago
  79. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  80. 8842799 add missing shared lib visibility macros by Martin Vejdarski · 5 years ago
  81. 9a7c7be Revert "Skip flush in GrDrawingManager if the specifed proxy doesn't have any work" by Robert Phillips · 5 years ago
  82. 187a91e undef guard for bitmap shader by Mike Reed · 5 years ago
  83. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  84. c67e006 extend guard to makeAsALocalMatrixShader for google3 by Mike Reed · 5 years ago
  85. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 5 years ago
  86. 4187ac5 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work by Robert Phillips · 5 years ago
  87. beb7cd2 Reland "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 5 years ago
  88. 7656b2c Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 5 years ago
  89. 7c18eb9 Reland "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 5 years ago
  90. 12b4902 Revert "Revert "Move localmatrix routines to shaderbase, no need to be public."" by Mike Reed · 5 years ago
  91. 8cef07e Added the ability to set the entire matrix at once by Mason Freed · 5 years ago
  92. 559d9ee Made the fTypeMask field non-lazily computed. by Mason Freed · 5 years ago
  93. 3c3b194 Revert "Support clip masks for SaveLayerRec and drawSpecial in Ganesh" by Michael Ludwig · 5 years ago
  94. 7340124 SkString: simplify impl by Hal Canary · 6 years ago
  95. 053b293 Support clip masks for SaveLayerRec and drawSpecial in Ganesh by Michael Ludwig · 5 years ago
  96. 6aaad1a update SkMallocPixelRef docs by Mike Klein · 5 years ago
  97. f88a0e1 Revert "Move localmatrix routines to shaderbase, no need to be public." by Mike Reed · 5 years ago
  98. f4a8d6f Move localmatrix routines to shaderbase, no need to be public. by Mike Reed · 5 years ago
  99. e4628b1 Make SkRRect work with axis aligned rotation transforms by Malay Keshav · 5 years ago
  100. e2aa08b Reland "rely on clients to opt in to legacy enums" by Mike Reed · 5 years ago