1. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  2. cd8b6d5 Add tolerance to ProcessorCloneTest and dump images on failure. by Brian Salomon · 5 years ago
  3. 33c59ed added error check for invalid 'in' variables by Ethan Nicholas · 5 years ago
  4. f996311 extend lifetimes for hoisted used in loop by Mike Klein · 5 years ago
  5. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  6. 2739fd2 Reland: Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  7. 3e7fa79 Revert "Initiate regeneration of mipmaps from proxy DAG land" by Robert Phillips · 5 years ago
  8. fe19203 Initiate regeneration of mipmaps from proxy DAG land by Chris Dalton · 5 years ago
  9. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  10. 9fc5e8d Revert "Enable YCbCr sampler support on platforms other than Android" by Greg Daniel · 5 years ago
  11. db9f669 Dealing with ghost spaces by Julia Lavrova · 5 years ago
  12. cc4573d Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  13. b7b0b3a Paragraph cache: caching the shaped results only. by Julia Lavrova · 5 years ago
  14. 702b37b Add unit test to prevent future memory regressions by Robert Phillips · 5 years ago
  15. ec22b1a Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined. by Brian Salomon · 5 years ago
  16. 10e48d4 Allow SkMakeSpan to correctly handle the distinction between by Herb Derby · 5 years ago
  17. d4764a1 Rework how backend-specific formats are retrieved from GrBackendFormat. by Brian Salomon · 5 years ago
  18. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  19. ea4ad30 Modify GrGLTexture/RenderTarget and related functions to not take GrSurfaceDesc. by Brian Salomon · 5 years ago
  20. 0875512 Add a GrTextureResolveManager class by Chris Dalton · 5 years ago
  21. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  22. ea6bb44 Add supported GrColorTypes to Mtl FormatTable. by Greg Daniel · 5 years ago
  23. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  24. 55edb50 Update tests to use new image filter factories by Michael Ludwig · 5 years ago
  25. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  26. b994412 select, {eq,lt,gt}_i32 on x86 by Mike Klein · 5 years ago
  27. 95529e8 x86 store16 by Mike Klein · 5 years ago
  28. d344284 More SkAutoPixmapStorage by Robert Phillips · 5 years ago
  29. 52010b7 x86, load16 by Mike Klein · 5 years ago
  30. 94d054b x86 uniform8 by Mike Klein · 5 years ago
  31. 788967e add vbroadcastss(Ymm, GP64, int) by Mike Klein · 5 years ago
  32. 01915c0 GrCaps::supportedWritePixelsColorType takes CT/format rather than config. by Brian Salomon · 5 years ago
  33. 22e04c6 Tweak css3 weight score, prevent ties. by Ben Wagner · 5 years ago
  34. 64acf4f remove unneeded bitmapprovider abstraction by Mike Reed · 5 years ago
  35. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  36. bac4672 Add a means of printing out the GrBackendFormat by Robert Phillips · 5 years ago
  37. 0258c90 Remove use of isConfigRenderable. by Greg Daniel · 5 years ago
  38. ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
  39. 8f8354a Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Brian Salomon · 5 years ago
  40. a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
  41. d7cf0be SkPDF: SkPDFMakeShader handles pathological inputs better. by Hal Canary · 5 years ago
  42. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  43. 9fdadb9 test a (the) zero-arg program by Mike Klein · 5 years ago
  44. d4546d6 add vmovdqa(ymm,ymm) by Mike Klein · 5 years ago
  45. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
  46. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  47. 81d5267 more unit tests by Mike Klein · 5 years ago
  48. 5591fdf small refactors by Mike Klein · 5 years ago
  49. d5e80ca Add GrContext::defaultBackendFormat by Robert Phillips · 5 years ago
  50. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  51. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  52. 8ac9f4e flesh out SkVM ops a bit more by Mike Klein · 5 years ago
  53. 1386366 renamed SkSL texture() and process() to sample() by Ethan Nicholas · 5 years ago
  54. 886af0d Allow defined functions in the SkSL .inc files by Brian Osman · 5 years ago
  55. 7bf37e0 Fix valgrind crash in TransferFrom test. by Greg Daniel · 5 years ago
  56. b7f95d1 Switch BackendAllocationTests from GrPixelConfig to GrColorType by Robert Phillips · 5 years ago
  57. 6f6d2de Test more color types in TransferPixelsFrom. by Brian Salomon · 5 years ago
  58. 42be09d Test GrGpu::transferPixelsTo for more color types. by Brian Salomon · 5 years ago
  59. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  60. 59f2e46 Return translate info from looper, rather than moding a canvas by Mike Reed · 5 years ago
  61. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  62. f27e51f Fix two issues in transfer to test by Brian Salomon · 5 years ago
  63. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  64. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  65. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 5 years ago
  66. a1730e1 SkMetaData: remove unused features by Hal Canary · 5 years ago
  67. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  68. b380e71 Interpreter: Add radians and normalize builtins by Brian Osman · 5 years ago
  69. 6d907fa add copytable method to typefaces by Mike Reed · 5 years ago
  70. bbb3f64 Add a workaround for PowerVRRogue to never disable color writes by Chris Dalton · 5 years ago
  71. 4d87b2b Address TODO in testing code (i.e., cleanup create_backend_texture) by Robert Phillips · 5 years ago
  72. c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
  73. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  74. 5207f35 The current version... by Julia Lavrova · 5 years ago
  75. f98d0d3 let JIT code hoist when possible by Mike Klein · 5 years ago
  76. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  77. 3908059 fixed SkSL handling of constant arrays by Ethan Nicholas · 5 years ago
  78. 5e533c9 move hoist analysis back into Builder by Mike Klein · 5 years ago
  79. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  80. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  81. ebab03f Add Ganesh support for LUM16F (take 2) by Robert Phillips · 5 years ago
  82. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  83. 4a13119 always fma in mad_f32() by Mike Klein · 5 years ago
  84. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  85. 673e87c [svgcanvas] Consolidate constant-Y text positions by Florin Malita · 5 years ago
  86. 1326749 add sli.4s, use it in pack sometimes by Mike Klein · 5 years ago
  87. 9e2218a restore aarch64 JIT by Mike Klein · 5 years ago
  88. aa861a1 Change SkMatrix::decomposeScale to use preScale by Michael Ludwig · 5 years ago
  89. 237dbb4 small cleanups by Mike Klein · 5 years ago
  90. cdb40c9 Revert "Add Ganesh support for LUM16F" by Robert Phillips · 5 years ago
  91. 2f6c8af Add Ganesh support for LUM16F by Robert Phillips · 5 years ago
  92. 0c8582e fixed internal error when parsing invalid SkSL code by Ethan Nicholas · 5 years ago
  93. abc9653 [SkSVGCanvas] Add flag for converting text to paths by Florin Malita · 5 years ago
  94. 37607d4 Reland "more JIT refactoring" by Mike Klein · 5 years ago
  95. d864d1d Revert "more JIT refactoring" by Mike Klein · 5 years ago
  96. 558b639 more JIT refactoring by Mike Klein · 5 years ago
  97. 869a3e8 Reland "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  98. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  99. 634c941 add inverse() intrinsic function to sksl by Mike Reed · 5 years ago
  100. 62bccda move death back into Builder::Instruction by Mike Klein · 5 years ago