1. b28cb68 Make GrColorTypeBytesPerPixel return size_t. by Brian Salomon · 5 years ago
  2. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  3. 130be09 Move SkColorChannel into SkColor by Michael Ludwig · 5 years ago
  4. 247ac39 Remove old constructor for GrVkImageInfo. by Brian Salomon · 5 years ago
  5. 59f2e46 Return translate info from looper, rather than moding a canvas by Mike Reed · 5 years ago
  6. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  7. 269713b Update Skia milestone to 78 by Heather Miller · 5 years ago
  8. 6d907fa add copytable method to typefaces by Mike Reed · 5 years ago
  9. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  10. aed493e remove default looper flag, rely on clients to opt-in by Mike Reed · 5 years ago
  11. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  12. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  13. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  14. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  15. ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 5 years ago
  16. efe259b add apply method to drawlooper by Mike Reed · 5 years ago
  17. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  18. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  19. aa861a1 Change SkMatrix::decomposeScale to use preScale by Michael Ludwig · 5 years ago
  20. cdb40c9 Revert "Add Ganesh support for LUM16F" by Robert Phillips · 5 years ago
  21. 2f6c8af Add Ganesh support for LUM16F by Robert Phillips · 5 years ago
  22. e78454e Add temporary constructor to GrVkImageInfo to allow Chrome to compile. by Brian Salomon · 5 years ago
  23. abc9653 [SkSVGCanvas] Add flag for converting text to paths by Florin Malita · 5 years ago
  24. 4456a0d Store protectedness on GrVkImageInfo. by Brian Salomon · 5 years ago
  25. 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  26. 9724582 return self from matrix setters to allow chaining by Mike Reed · 5 years ago
  27. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  28. 43c6da2 First pass at ImageFilter DAG visualizer sample by Michael Ludwig · 5 years ago
  29. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  30. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
  31. 7a15a6e [skottie] De-dupe sequential cubic mappers by Florin Malita · 5 years ago
  32. 009ad25 Remove RG32F color type and pixel config. by Greg Daniel · 5 years ago
  33. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  34. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  35. 947efe2 makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext. by Brian Salomon · 5 years ago
  36. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  37. 1f3548c add savelayer flag to promote the later to half-float by Mike Reed · 5 years ago
  38. 55f6fd5 initialize val in SkTHash Slot by Mike Klein · 5 years ago
  39. 5043f1f More GrGLFormat. by Brian Salomon · 5 years ago
  40. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  41. f9fcf7f Alter approximate scratch texture binning after 1024 by Robert Phillips · 5 years ago
  42. 9e9ea91 Try GrGLSizedInternalFormat enum by Brian Salomon · 5 years ago
  43. 3a8ff23 Move test around in cubic_solver to test function, not delta_t. by Mike Reed · 5 years ago
  44. cc32642 Fix SkPixmap and SkBitmap dox for computeByteSize by Robert Phillips · 5 years ago
  45. 3cd5432 Add protected status to SkSurfaceCharacterization by Robert Phillips · 5 years ago
  46. 9ab449a Optional local matrix for SkShaders factories by Florin Malita · 5 years ago
  47. a5e78be Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig) by Robert Phillips · 5 years ago
  48. d090642 Make BGRA_8888 renderable & textureable by default in the mock context by Robert Phillips · 5 years ago
  49. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  50. 02dc030 Add bridge between GrContext::createBackendTexture and SkSurface::MakeFromBackendTexture by Robert Phillips · 5 years ago
  51. b2adbef Remove GrPixelConfig from SkSurfaceCharacterization by Robert Phillips · 5 years ago
  52. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  53. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  54. c046ff0 Add SkSurfaceCharacterization::isCompatible by Robert Phillips · 5 years ago
  55. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 5 years ago
  56. 1a88064 constexprify a lot of GrTypesPriv.h by Brian Salomon · 5 years ago
  57. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 5 years ago
  58. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 5 years ago
  59. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  60. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 5 years ago
  61. 24fc4eb SkUNREACHABLE by Brian Salomon · 5 years ago
  62. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 5 years ago
  63. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 5 years ago
  64. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 5 years ago
  65. b3c9745 Remove "nvpr" configs by Chris Dalton · 5 years ago
  66. f209e88 Update SkSurface_Gpu::Valid to take a backend format by Robert Phillips · 5 years ago
  67. 9907e6e Expose SkSurface::isCompatible by Robert Phillips · 5 years ago
  68. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  69. e14cfbe Fix GrColorType name for half float RG. by Brian Salomon · 5 years ago
  70. aeff8a4 Add defaults for GrProtected on createBackendTexture. by Greg Daniel · 5 years ago
  71. a1638a5 Rename "preferredInternalSampleCount" to "internalMultisampleCount" by Chris Dalton · 5 years ago
  72. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  73. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  74. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  75. 089f13f Allow SkTHash functions to return size_t. by Mike Klein · 5 years ago
  76. b520476 Swap GrSurfaceProxy over to being held via sk_sp by Robert Phillips · 5 years ago
  77. 48fec76 Rename GrColorType::kRGB_565 to kBGR_565 by Greg Daniel · 5 years ago
  78. 66a4603 Add Ganesh support for RGBA_16161616 and RG_half (take 2) by Robert Phillips · 5 years ago
  79. fb32ddf Revert "Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU"" by Brian Osman · 5 years ago
  80. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  81. 9c71e7b Remove all global mutexes by Herb Derby · 5 years ago
  82. 1e6c5b8 Add a "preferredInternalSampleCount" cap by Chris Dalton · 5 years ago
  83. 4b203ad add motion blur params to skottie2movie by Mike Reed · 5 years ago
  84. 3ec1f54 Revert "Store GrSwizzle on proxies for texturing and swizzling." by Brian Salomon · 5 years ago
  85. 2309313 Store GrSwizzle on proxies for texturing and swizzling. by Greg Daniel · 5 years ago
  86. f0e7581 Make fPathData private and add API for paths by Herb Derby · 5 years ago
  87. f83c468 Revert "Add Ganesh support for RGBA_16161616 and RG_half" by Robert Phillips · 5 years ago
  88. 1566225 Add Ganesh support for RGBA_16161616 and RG_half by Robert Phillips · 5 years ago
  89. 208363e Minor optimization to serialization of SkPictures with many subpictures. by Nathaniel Nifong · 5 years ago
  90. 217522c Add SkRasterPipeline support for more load/store formats and GrSwizzle. by Brian Salomon · 5 years ago
  91. 024bd00 Initial implementation of SkSurface::asyncRescaleAndReadPixelsYUV420. by Brian Salomon · 5 years ago
  92. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  93. 8429422 Change GrCFResource to sk_cf_obj and move to include/ports. by Jim Van Verth · 5 years ago
  94. fc894d4 More classes no longer inherit from SkNoncopyable by Hal Canary · 5 years ago
  95. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  96. 7d3b27d free skvx from its Skia shackles by Mike Klein · 5 years ago
  97. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  98. 7bd7664 Another attempt at a shim to get sk_cf_obj landed. by Jim Van Verth · 5 years ago
  99. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 5 years ago
  100. 8231031 Small fixes to C API. Add SK_API and fix function signature mismatch. by Stan Iliev · 5 years ago