1. b3c9745 Remove "nvpr" configs by Chris Dalton · 5 years ago
  2. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  3. 9907e6e Expose SkSurface::isCompatible by Robert Phillips · 5 years ago
  4. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  5. e14cfbe Fix GrColorType name for half float RG. by Brian Salomon · 5 years ago
  6. aeff8a4 Add defaults for GrProtected on createBackendTexture. by Greg Daniel · 5 years ago
  7. a1638a5 Rename "preferredInternalSampleCount" to "internalMultisampleCount" by Chris Dalton · 5 years ago
  8. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  9. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  10. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  11. 089f13f Allow SkTHash functions to return size_t. by Mike Klein · 5 years ago
  12. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  13. 48fec76 Rename GrColorType::kRGB_565 to kBGR_565 by Greg Daniel · 5 years ago
  14. 66a4603 Add Ganesh support for RGBA_16161616 and RG_half (take 2) by Robert Phillips · 5 years ago
  15. fb32ddf Revert "Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU"" by Brian Osman · 5 years ago
  16. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  17. 9c71e7b Remove all global mutexes by Herb Derby · 5 years ago
  18. 1e6c5b8 Add a "preferredInternalSampleCount" cap by Chris Dalton · 5 years ago
  19. 4b203ad add motion blur params to skottie2movie by Mike Reed · 5 years ago
  20. 3ec1f54 Revert "Store GrSwizzle on proxies for texturing and swizzling." by Brian Salomon · 5 years ago
  21. 2309313 Store GrSwizzle on proxies for texturing and swizzling. by Greg Daniel · 5 years ago
  22. f0e7581 Make fPathData private and add API for paths by Herb Derby · 5 years ago
  23. f83c468 Revert "Add Ganesh support for RGBA_16161616 and RG_half" by Robert Phillips · 5 years ago
  24. 1566225 Add Ganesh support for RGBA_16161616 and RG_half by Robert Phillips · 5 years ago
  25. 208363e Minor optimization to serialization of SkPictures with many subpictures. by Nathaniel Nifong · 5 years ago
  26. 217522c Add SkRasterPipeline support for more load/store formats and GrSwizzle. by Brian Salomon · 5 years ago
  27. 024bd00 Initial implementation of SkSurface::asyncRescaleAndReadPixelsYUV420. by Brian Salomon · 5 years ago
  28. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  29. 8429422 Change GrCFResource to sk_cf_obj and move to include/ports. by Jim Van Verth · 5 years ago
  30. fc894d4 More classes no longer inherit from SkNoncopyable by Hal Canary · 5 years ago
  31. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  32. 7d3b27d free skvx from its Skia shackles by Mike Klein · 5 years ago
  33. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  34. 7bd7664 Another attempt at a shim to get sk_cf_obj landed. by Jim Van Verth · 5 years ago
  35. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 5 years ago
  36. 8231031 Small fixes to C API. Add SK_API and fix function signature mismatch. by Stan Iliev · 5 years ago
  37. 992df57 Revert "Experimental: Add R_16 and RG_1616 to Ganesh" by Greg Daniel · 5 years ago
  38. 36a54c1 Rename SkStrikeSpecStorage -> SkStrikeSpec by Herb Derby · 5 years ago
  39. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  40. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  41. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 5 years ago
  42. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  43. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  44. 4d74f60 Make feature structs on GrVkBackendContext const. by Greg Daniel · 5 years ago
  45. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 5 years ago
  46. 90ef39f Add GrCFResource::reset() to allow Chrome to transition to sk_cf_obj. by Jim Van Verth · 5 years ago
  47. e2826ab Add API to invalidate GL texture parameters from GrBackendTexture. by Brian Salomon · 5 years ago
  48. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  49. baf6478 Convert over more sites to SkStrikeSpecStorage, and remove unused calls by Herb Derby · 5 years ago
  50. 89068ce Don't mark inline functions in SkString.h as static. by Jeremy Roman · 5 years ago
  51. ede7e99 add simpler addFrame api (helps with threaded producers) by Mike Reed · 5 years ago
  52. eca66b3 SkVector4 as ctype for half4 by Brian Salomon · 5 years ago
  53. d6f3f18 Color matrix effect rewritten as .fp by Brian Salomon · 5 years ago
  54. dac1e55 Use GrCFResource class to manage backend surface MtlTexture resources. by Jim Van Verth · 5 years ago
  55. 655ee0f Update Skia milestone to 77 by Heather Miller · 5 years ago
  56. c0ee21f skia helper for encoding video by Mike Reed · 5 years ago
  57. 7730d7c Revert "Change Metal to not take ownership of objects" by Jim Van Verth · 5 years ago
  58. 186a295 Change Metal to not take ownership of objects by Christopher Cameron · 5 years ago
  59. be67a17 add SkNamedTransferFn::kRec2020 by Hal Canary · 5 years ago
  60. 0858e96 Enable GL by default if GPU enabled and no backend selected. by Brian Salomon · 5 years ago
  61. c4c812c replace SkFont::glyphsToUnichars with SkFontPriv::GlyphsToUnichars by Hal Canary · 5 years ago
  62. aad8315 Reland "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 5 years ago
  63. f73b8db Revert "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 5 years ago
  64. 6a5f7e2 split RGB into YUV planes by Mike Reed · 5 years ago
  65. 9456f7a Allow swapping out of GrBackendTexture used by SkSurface by Brian Salomon · 5 years ago
  66. 965de68 Remove SkTextEncoding and SkFontHinting macros. by Ben Wagner · 5 years ago
  67. db5863c SkMatrix: get rid of AggregateMatrix by Hal Canary · 5 years ago
  68. ab6eefe Move SkLeanWindows.h to src. by Ben Wagner · 5 years ago
  69. fe0aeb3 update SkUserConfig.h a bit by Mike Klein · 5 years ago
  70. dc2b98f simplify setColor, without needing the 4f or the colorspace by Mike Reed · 5 years ago
  71. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  72. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  73. a8ceb77 Revert "remove SkMiniPicture and co." by Mike Klein · 5 years ago
  74. 201700f Initial version of rescaling async readback API by Brian Salomon · 5 years ago
  75. 08b260c Refactor complex CTM management for image filters by Michael Ludwig · 5 years ago
  76. 4bf6fd6 Revert "add runtime registration for encoders" by Mike Klein · 5 years ago
  77. fc1dddb Reland "Get EGLimage functions out of GrGLInterface." by Brian Salomon · 5 years ago
  78. 940c3f1 add runtime registration for encoders by Mike Klein · 5 years ago
  79. 753836f Revert "Get EGLimage functions out of GrGLInterface." by Michael Ludwig · 5 years ago
  80. bc23313 Get EGLimage functions out of GrGLInterface. by Brian Salomon · 5 years ago
  81. 945d1e5 simplify rtree loops in Skia too by Mike Klein · 5 years ago
  82. 21bca28 Move SkMessageBus.h into src/core by Ben Wagner · 5 years ago
  83. 6e17f1d Revert "Clear and discard stencil buffers on tilers" by Michael Ludwig · 5 years ago
  84. 8bd6e8f Move SkTSearch.h into src. by Ben Wagner · 5 years ago
  85. ad44dd5 preserve comments past the #include "" by Mike Klein · 5 years ago
  86. 046ecb1 remove SkMiniPicture and co. by Mike Klein · 5 years ago
  87. 7b2c855 Clear and discard stencil buffers on tilers by Chris Dalton · 5 years ago
  88. 8fae51b Introduce SkStrikeSpecStorage. by Herb Derby · 5 years ago
  89. 9b86955 Add thread safety annotations for SkMutex by Herb Derby · 5 years ago
  90. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  91. 617d801 Reland "Reland "remove legacy 255-biased colormatrix"" by Mike Reed · 5 years ago
  92. ab32f65 Add SkSurface::asyncReadPixels() by Brian Salomon · 5 years ago
  93. a1b7be6 Add thread safety annotations. by Herb Derby · 5 years ago
  94. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  95. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  96. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  97. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  98. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  99. 07dad1b Fix some documentation for SkFont. by Ben Wagner · 5 years ago
  100. b0d8b76 Make finish flush procs work with GL. by Brian Salomon · 5 years ago