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