1. ab6eefe Move SkLeanWindows.h to src. by Ben Wagner · 5 years ago
  2. fe0aeb3 update SkUserConfig.h a bit by Mike Klein · 5 years ago
  3. dc2b98f simplify setColor, without needing the 4f or the colorspace by Mike Reed · 5 years ago
  4. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  5. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  6. a8ceb77 Revert "remove SkMiniPicture and co." by Mike Klein · 5 years ago
  7. 201700f Initial version of rescaling async readback API by Brian Salomon · 5 years ago
  8. 08b260c Refactor complex CTM management for image filters by Michael Ludwig · 5 years ago
  9. 4bf6fd6 Revert "add runtime registration for encoders" by Mike Klein · 5 years ago
  10. fc1dddb Reland "Get EGLimage functions out of GrGLInterface." by Brian Salomon · 5 years ago
  11. 940c3f1 add runtime registration for encoders by Mike Klein · 5 years ago
  12. 753836f Revert "Get EGLimage functions out of GrGLInterface." by Michael Ludwig · 5 years ago
  13. bc23313 Get EGLimage functions out of GrGLInterface. by Brian Salomon · 5 years ago
  14. 945d1e5 simplify rtree loops in Skia too by Mike Klein · 5 years ago
  15. 21bca28 Move SkMessageBus.h into src/core by Ben Wagner · 5 years ago
  16. 6e17f1d Revert "Clear and discard stencil buffers on tilers" by Michael Ludwig · 5 years ago
  17. 8bd6e8f Move SkTSearch.h into src. by Ben Wagner · 5 years ago
  18. ad44dd5 preserve comments past the #include "" by Mike Klein · 5 years ago
  19. 046ecb1 remove SkMiniPicture and co. by Mike Klein · 5 years ago
  20. 7b2c855 Clear and discard stencil buffers on tilers by Chris Dalton · 5 years ago
  21. 8fae51b Introduce SkStrikeSpecStorage. by Herb Derby · 5 years ago
  22. 9b86955 Add thread safety annotations for SkMutex by Herb Derby · 5 years ago
  23. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  24. 617d801 Reland "Reland "remove legacy 255-biased colormatrix"" by Mike Reed · 5 years ago
  25. ab32f65 Add SkSurface::asyncReadPixels() by Brian Salomon · 5 years ago
  26. a1b7be6 Add thread safety annotations. by Herb Derby · 5 years ago
  27. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  28. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  29. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  30. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  31. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  32. 07dad1b Fix some documentation for SkFont. by Ben Wagner · 5 years ago
  33. b0d8b76 Make finish flush procs work with GL. by Brian Salomon · 5 years ago
  34. d6b32ed [img-decode] Start on proposed new spec by Kevin Lubick · 5 years ago
  35. 5e7fbfd Add ShaderErrorHandler to GrContextOptions by Brian Osman · 5 years ago
  36. c2f260a SkColors: Fix new color constants by Hal Canary · 5 years ago
  37. 0b9b1f1 IWYU for SkTLogic.h by Ben Wagner · 5 years ago
  38. 752b740 Roll skia/third_party/skcms 668026c511f3..853f66269c16 (2 commits) by skia-autoroll · 5 years ago
  39. 0a7b393 SkPaint: new constructor by Hal Canary · 5 years ago
  40. 68eb8c2 remove deprecated postTranslate255 by Mike Reed · 5 years ago
  41. 7cf4242 Revert "Reland "remove legacy 255-biased colormatrix"" by Robert Phillips · 5 years ago
  42. 8518f2e Add an AssertOnShaderCompileFailure GrContextOption by Brian Osman · 5 years ago
  43. b75be23 Reland "remove legacy 255-biased colormatrix" by Mike Reed · 5 years ago
  44. 6db27c2 Reduce opList splitting by default in Skia by Robert Phillips · 5 years ago
  45. 34d286a Revert "remove legacy 255-biased colormatrix" by Robert Phillips · 5 years ago
  46. ec654f7 remove legacy 255-biased colormatrix by Mike Reed · 5 years ago
  47. 159a959 Revert "Temporarily revert runtime decoder registration." by Mike Klein · 5 years ago
  48. f91b755 Reland "ccpr: Set atlas proxy size to draw bounds rather than backing size" by Chris Dalton · 5 years ago
  49. 3d47f37 Add skcms' LICENSE to include/third_party/skcms by Brian Osman · 5 years ago
  50. ea236bf Move skcms.h to include/third_party/skcms by Brian Osman · 5 years ago
  51. d425dee Enable opList sorting everywhere by Robert Phillips · 5 years ago
  52. 4732dd3 Fix C API example by Stan Iliev · 5 years ago
  53. bcbf963 Temporarily revert runtime decoder registration. by Mike Klein · 5 years ago
  54. 4e1b07e stage naming change in colorfilter by Mike Reed · 5 years ago
  55. 05f45b2 runtime registration for decoders by Mike Klein · 5 years ago
  56. 2185f39 Revert "ccpr: Set atlas proxy size to draw bounds rather than backing size" by Chris Dalton · 5 years ago
  57. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 5 years ago
  58. 46d0f9a ccpr: Set atlas proxy size to draw bounds rather than backing size by Chris Dalton · 5 years ago
  59. f0a5369 cut SK_SAMPLES_FOR_X, simplify SK_?32_SHIFT by Mike Klein · 5 years ago
  60. b45d862 flip static initializer default by Mike Klein · 5 years ago
  61. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  62. 0c22997 SkTInternalLList: remove SkPtrWrapper, SkNoncopyable by Hal Canary · 5 years ago
  63. c092f9e rm older api from colormatrix, change to normalized translate by Mike Reed · 5 years ago
  64. f07b61f (start to) explicitly use float for color values by Mike Reed · 5 years ago
  65. 24d377e Store tasks to execute before VK secondary command buffers generically. by Brian Salomon · 5 years ago
  66. 127e519 fix sk_colorspace include guard by Mike Klein · 5 years ago
  67. dbbefa8 inject SkUserConfig.h with -DSK_USER_CONFIG_HEADER by Mike Klein · 5 years ago
  68. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 5 years ago
  69. bd5e950 Make default SkUserConfig a noop by Hal Canary · 5 years ago
  70. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  71. c318630 Add skcms directory to public includes by Brian Osman · 5 years ago
  72. 06be079 Add wait function on GrContext to wait on semaphores. by Greg Daniel · 5 years ago
  73. 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 5 years ago
  74. 86e6199 Revert "simplify and centralize SK_API" by Mike Klein · 5 years ago
  75. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  76. 7f960d2 simplify and centralize SK_API by Mike Klein · 5 years ago
  77. 5816b3d Fully add back old GrContext flush api. by Greg Daniel · 5 years ago
  78. e0eeda5 add constexpr constructor to SkMatrix by Mike Klein · 5 years ago
  79. d10c901 Add back deprecated GrCotnext flush API till clients get fixed. by Greg Daniel · 5 years ago
  80. cbc33b8 Add SkSL viewing/editing to viewer by Brian Osman · 5 years ago
  81. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 5 years ago
  82. d567408 Add secret draw-behind method by Mike Reed · 5 years ago
  83. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 5 years ago
  84. 5000791 remove experimental from some APIs (that are no longer experiments) by Mike Reed · 5 years ago
  85. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 5 years ago
  86. a94670b Update Skia milestone to 76 by Heather Miller · 5 years ago
  87. 14c90c1 Reland "Remove includes from SkFontTypes.h" by Ben Wagner · 5 years ago
  88. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  89. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  90. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 5 years ago
  91. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 5 years ago
  92. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  93. 0b5e302 Revert "Remove includes from SkFontTypes.h" by Mike Reed · 5 years ago
  94. cdd5914 Remove includes from SkFontTypes.h by Ben Wagner · 5 years ago
  95. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 5 years ago
  96. 78e5577 IWYU for SkCanvas.h by Ben Wagner · 5 years ago
  97. db13d38 Move SkTLazy.h to src/ by Ben Wagner · 5 years ago
  98. 96e4e53 Reland "align skvx::Vec<N,T> to N*sizeof(T)" by Mike Klein · 5 years ago
  99. 9a885b2 pass SkVx::Vec arguments as const& by Mike Klein · 5 years ago
  100. 50303b9 Revert "align skvx::Vec<N,T> to N*sizeof(T)" by Mike Klein · 5 years ago