1. a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
  2. 579e862 Reland "Add LUM8 case to GrGLCaps::getYUVAColorTypeFromBackendFormat" by Ben Wagner aka dogben · 5 years ago
  3. 6779aef Revert "Add LUM8 case to GrGLCaps::getYUVAColorTypeFromBackendFormat" by Ben Wagner aka dogben · 5 years ago
  4. 79b81c9 First implementation of GrDawnProgramDataManager. by Stephen White · 5 years ago
  5. 83d8a94 First implementation of GrDawnVaryingHandler. by Stephen White · 5 years ago
  6. f5b14d8 Dawn: update to onSupportedReadColorType(). by Stephen White · 5 years ago
  7. 8daf3b7 Don't have GrVk*CommandBuffer derive from GrVkResource. by Greg Daniel · 5 years ago
  8. 38037fb [fuchsia] Update for new FIDL API by Ian McKellar · 5 years ago
  9. d7cf0be SkPDF: SkPDFMakeShader handles pathological inputs better. by Hal Canary · 5 years ago
  10. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  11. 1a607e7 Add LUM8 case to GrGLCaps::getYUVAColorTypeFromBackendFormat by Robert Phillips · 5 years ago
  12. 6980c4e Remove isConfigCopyable from GrCaps. by Greg Daniel · 5 years ago
  13. 245c002 Remove use of SkDropShadowImageFilter::ShadowMode internally by Michael Ludwig · 5 years ago
  14. 7916eac Fix potential use of uninitialized data in with GDI. by Ben Wagner · 5 years ago
  15. 6e86c1b Remove bad SK_API tag from internal class by Michael Ludwig · 5 years ago
  16. 72a0c0c move all picture version crap into single header by Mike Reed · 5 years ago
  17. 8c12d05 Explicitly fetch "main" in the runtime color filter by Brian Osman · 5 years ago
  18. 9fdadb9 test a (the) zero-arg program by Mike Klein · 5 years ago
  19. d44c0de Revert "Use shared mode for Metal texture upload buffers." by Jim Van Verth · 5 years ago
  20. ba3df06 Always use sized internal formats when creating GL render buffers. by Brian Salomon · 5 years ago
  21. b6b43bf Dump GrGLCaps format table in json dump. by Greg Daniel · 5 years ago
  22. d4546d6 add vmovdqa(ymm,ymm) by Mike Klein · 5 years ago
  23. d668f7f Hide SkImageFilter subclasses in CPP files by Michael Ludwig · 5 years ago
  24. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
  25. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  26. 4d2d6f4 Lift GrRenderTarget::transferFrom to GrSurfaceContext. by Brian Salomon · 5 years ago
  27. 8cbf662 Always set GL_[UN]PACK_ALIGNMENT to 1. by Brian Salomon · 5 years ago
  28. c0a837f Dawn backend: add asserts for unimplemented functionality. by Stephen White · 5 years ago
  29. 3899239 simplify canvas after looper's demise by Mike Reed · 5 years ago
  30. 5591fdf small refactors by Mike Klein · 5 years ago
  31. 4da34bf First implementation of GrDawnUniformHandler. by Stephen White · 5 years ago
  32. 7bacbf7 Update SkPicture version for simplified image filter enums by Michael Ludwig · 5 years ago
  33. d5e80ca Add GrContext::defaultBackendFormat by Robert Phillips · 5 years ago
  34. 4571e49 Clean up SkBaseDevice::CreateInfo by Florin Malita · 5 years ago
  35. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  36. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  37. 5048a6a First draft of GrDawnBuffer. by Stephen White · 5 years ago
  38. 8ac9f4e flesh out SkVM ops a bit more by Mike Klein · 5 years ago
  39. eecc687 Remove need for GrVkPipelineLayout class. by Greg Daniel · 5 years ago
  40. 607c057 Use SkTileMode for blur and matrix convolution filters by Michael Ludwig · 5 years ago
  41. 1386366 renamed SkSL texture() and process() to sample() by Ethan Nicholas · 5 years ago
  42. 1dfb4d2 Use shared mode for Metal texture upload buffers. by Jim Van Verth · 5 years ago
  43. 886af0d Allow defined functions in the SkSL .inc files by Brian Osman · 5 years ago
  44. b05ca08 Update Dawn backend to ToT Skia. by Stephen White · 5 years ago
  45. 96827b1 Use raw MTLBuffer for texture uploads. by Jim Van Verth · 5 years ago
  46. b7f95d1 Switch BackendAllocationTests from GrPixelConfig to GrColorType by Robert Phillips · 5 years ago
  47. ff5d7a2 Implement separate sampler and textures in SkSL. by Stephen White · 5 years ago
  48. db3dad2 Interpreter: Better error message for unknown operators by Brian Osman · 5 years ago
  49. f931e40 fixed some issues with Metal shader functions by Ethan Nicholas · 5 years ago
  50. 14963ce Use SkColorChannel in SkDisplacementMapEffect by Michael Ludwig · 5 years ago
  51. c561189 Don't release VkCommandPools already released secondaryCB's resources. by Greg Daniel · 5 years ago
  52. 6397fa3 add gm for tricky arc by Mike Reed · 5 years ago
  53. b28cb68 Make GrColorTypeBytesPerPixel return size_t. by Brian Salomon · 5 years ago
  54. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  55. 789f292 Disable msaa ccpr on PowerVR again by Chris Dalton · 5 years ago
  56. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  57. c79a6c4 Fix build flags in GrMtlCaps::supportedReadPixelsColorType by Brian Salomon · 5 years ago
  58. 59f2e46 Return translate info from looper, rather than moding a canvas by Mike Reed · 5 years ago
  59. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  60. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  61. e16717e clean up SK_SUPPORT_LEGACY_A8_MASKBLITTER by Mike Klein · 5 years ago
  62. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  63. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  64. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  65. b380e71 Interpreter: Add radians and normalize builtins by Brian Osman · 5 years ago
  66. 0c9ac58 Return nil on SkSL to program failure in Metal. by Jim Van Verth · 5 years ago
  67. 6d907fa add copytable method to typefaces by Mike Reed · 5 years ago
  68. eda9a55 Fix analytic shadows when rotated 180 degrees. by Jim Van Verth · 5 years ago
  69. bbb3f64 Add a workaround for PowerVRRogue to never disable color writes by Chris Dalton · 5 years ago
  70. 1cd1ed8 Stop using GrBackendSurface's pixel config by Robert Phillips · 5 years ago
  71. 15baa95 only need to hoist one register per tbl imm by Mike Klein · 5 years ago
  72. 84bcd0c skvmtool upgrades by Mike Klein · 5 years ago
  73. e11dfd3 Always include surface origin in keys for program/pipeline state by Brian Osman · 5 years ago
  74. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  75. ad61dd6 Add driver workaround to avoid noperspective on QC with ver 3.1 or earlier by Brian Salomon · 5 years ago
  76. e9ad998 Lift GrRenderTargetContext::rescale to GrSufaceContext by Brian Salomon · 5 years ago
  77. 1a22b7f Fix a couple potential bugs when adding sampler info to a program key by Brian Osman · 5 years ago
  78. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  79. 5207f35 The current version... by Julia Lavrova · 5 years ago
  80. c76bf2a Revert "ccpr: Unblacklist Radeon in MSAA mode" by Chris Dalton · 5 years ago
  81. fae63e4 hoist tbl masks by Mike Klein · 5 years ago
  82. f98d0d3 let JIT code hoist when possible by Mike Klein · 5 years ago
  83. 76da035 ccpr: Unblacklist Radeon in MSAA mode by Chris Dalton · 5 years ago
  84. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  85. 3908059 fixed SkSL handling of constant arrays by Ethan Nicholas · 5 years ago
  86. 5e533c9 move hoist analysis back into Builder by Mike Klein · 5 years ago
  87. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  88. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  89. b115d5d ccpr: Disable msaa backend on PowerVR by Chris Dalton · 5 years ago
  90. 3e45e12 Update to Dawn ToT. by Stephen White · 5 years ago
  91. 1874ccb Add API for glyph cache read failures by Adrienne Walker · 5 years ago
  92. ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 5 years ago
  93. 7c01208 Temporarily disable MSAA CCPR on AMD and QC by Chris Dalton · 5 years ago
  94. 9bc450b ccpr: Fix debug counters for stencil resolve instances by Chris Dalton · 5 years ago
  95. efe259b add apply method to drawlooper by Mike Reed · 5 years ago
  96. a7ad120 Fix an error check re: sample variables by Chris Dalton · 5 years ago
  97. 6c1e233 add some ideas as TODOs by Mike Klein · 5 years ago
  98. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  99. 4a13119 always fma in mad_f32() by Mike Klein · 5 years ago
  100. 99b2a33 Update Dawn backend to Skia ToT: GrRenderTarget, onCreateTexture. by Stephen White · 5 years ago