1. f460eee Use linear metrics flag for linear metrics. by Ben Wagner · 5 years ago
  2. 7ecb8d1 Change flushing policy in GrContextPriv::writeSurfacePixels by Robert Phillips · 5 years ago
  3. 9585947 minor interpreter cleanups by Ethan Nicholas · 5 years ago
  4. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  5. 0c22997 SkTInternalLList: remove SkPtrWrapper, SkNoncopyable by Hal Canary · 5 years ago
  6. c73666f Implement alternate method for determining recycle-ability of allocated GrSurfaces (take 2) by Robert Phillips · 5 years ago
  7. 5d8f1cc Use tasks for GrVkGpuTextureCommandBuffer. by Brian Salomon · 5 years ago
  8. c092f9e rm older api from colormatrix, change to normalized translate by Mike Reed · 5 years ago
  9. f07b61f (start to) explicitly use float for color values by Mike Reed · 5 years ago
  10. 24d377e Store tasks to execute before VK secondary command buffers generically. by Brian Salomon · 5 years ago
  11. ef86fa3 remove dead function MakeSingleChannelOutput by Mike Reed · 5 years ago
  12. a7008f5 another stray <include> -> "" by Mike Klein · 5 years ago
  13. 746035a added support for interpreting generic SkSL functions by Ethan Nicholas · 5 years ago
  14. 1c550f7 Only call findImage when needed by Herb Derby · 5 years ago
  15. 29c1c80 Revert "Implement alternate method for determining recycle-ability of allocated GrSurfaces" by Robert Phillips · 5 years ago
  16. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 5 years ago
  17. 75c3ae4 Add GrMtlCommandBuffer by Jim Van Verth · 5 years ago
  18. 9adc82c Fixes for saveBehind/drawBehind by Mike Reed · 5 years ago
  19. 7eec3cd6 Implement alternate method for determining recycle-ability of allocated GrSurfaces by Robert Phillips · 5 years ago
  20. 1ce03a6 rename gamma stage gamma_ by Mike Klein · 5 years ago
  21. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  22. c318630 Add skcms directory to public includes by Brian Osman · 5 years ago
  23. 06be079 Add wait function on GrContext to wait on semaphores. by Greg Daniel · 5 years ago
  24. dd15d69 More buffer changes for Metal. by Jim Van Verth · 5 years ago
  25. 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 5 years ago
  26. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  27. 4b19592 remove duplicate SkBase64.h by Mike Klein · 5 years ago
  28. 3276d95 rm src/compute by Mike Klein · 5 years ago
  29. 5816b3d Fully add back old GrContext flush api. by Greg Daniel · 5 years ago
  30. 7a5b6ec Update comment on vulkan allocator. by Greg Daniel · 5 years ago
  31. cbc33b8 Add SkSL viewing/editing to viewer by Brian Osman · 5 years ago
  32. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 5 years ago
  33. c03cfaf Add Metal support for dynamic buffers. by Jim Van Verth · 5 years ago
  34. d567408 Add secret draw-behind method by Mike Reed · 5 years ago
  35. 1c0b05a SkClipStack::isRRect succeeds if stack is an intersection of rects. by Brian Salomon · 5 years ago
  36. 84d36cd ccpr: Calculate edge coverage in the coverage processor by Chris Dalton · 5 years ago
  37. 898a8a5 Fixed internal skslc error with negated literal vectors by Ethan Nicholas · 5 years ago
  38. 865dc56 Adjust vulkan memory allocation block size knobs to better match the type of draws we do. by Greg Daniel · 5 years ago
  39. 49465b4 reworked SPIR-V binary operations and added support for VectorTimesScalar by Ethan Nicholas · 5 years ago
  40. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 5 years ago
  41. 65a8f56 fixed Metal code generation for recursive functions by Ethan Nicholas · 5 years ago
  42. 2929f51 Don't batch across domain modes in GrTextureOp by Michael Ludwig · 5 years ago
  43. cf4ec50 Convexity checker: Wait for significant x-product when walking edges by Brian Osman · 5 years ago
  44. 377b18b ccpr: Indicate path fill type by winding direction of cover triangles by Chris Dalton · 5 years ago
  45. cb0f409 added error detection for writing to a constant swizzle mask by Ethan Nicholas · 5 years ago
  46. cc5d3e0 Revert "Revert "added more SPIR-V RelaxedPrecision decorations"" by Ethan Nicholas · 5 years ago
  47. b07e9a8 use char-to-glyph cache in freetype typeface by Mike Reed · 5 years ago
  48. 309de79 Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE by Brian Osman · 5 years ago
  49. e576378 Allow GrShadowRRectOp::Make to fail by Robert Phillips · 5 years ago
  50. 9b67802 Properly retrieve memory block in SkTextUtils by Martin Vejdarski · 5 years ago
  51. 2e904bc SkPDF: move type1 font code into single file by Hal Canary · 5 years ago
  52. 71713f6 Swap front and back stencil sides when rendering bottom-left by Chris Dalton · 5 years ago
  53. 8a97f56 Swap x/y radii for EllipticalRRectOp depending on matrix. by Brian Salomon · 5 years ago
  54. d8d859a Fix quad type detection from SkPoint array by Michael Ludwig · 5 years ago
  55. 14ac42b Remove the axis-aligned vector special case to convexity checker by Brian Osman · 5 years ago
  56. 1a668d2 fixed assertion failure in skslc SPIR-V output by Ethan Nicholas · 5 years ago
  57. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 5 years ago
  58. 3966738 Non-substantive changes by Robert Phillips · 5 years ago
  59. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  60. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  61. 105d7c2 Add flag to map buffer flags in GrCaps to indicate whether mapping a by Brian Salomon · 5 years ago
  62. 5155e09 Revert "added more SPIR-V RelaxedPrecision decorations" by Greg Daniel · 5 years ago
  63. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 5 years ago
  64. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 5 years ago
  65. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  66. fa971d6 Reland "Add GrDisableColorXPFactory::makeXferProcessor()" by Chris Dalton · 5 years ago
  67. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 5 years ago
  68. db13d38 Move SkTLazy.h to src/ by Ben Wagner · 5 years ago
  69. 9a885b2 pass SkVx::Vec arguments as const& by Mike Klein · 5 years ago
  70. e9c375c Revert "Add GrDisableColorXPFactory::makeXferProcessor()" by Greg Daniel · 5 years ago
  71. 0a8da21 Remove generateCharFromGlyph and charToGlyphID. by Ben Wagner · 5 years ago
  72. 151a883 added more SPIR-V RelaxedPrecision decorations by Ethan Nicholas · 5 years ago
  73. 5dd7f84 Reduce use of path generation by Herb Derby · 5 years ago
  74. 11157ef Add GrDisableColorXPFactory::makeXferProcessor() by Chris Dalton · 5 years ago
  75. 30182b4 Ensure that insetting for blur texture domain doesn't invert domain rect. by Brian Salomon · 5 years ago
  76. 393981d Remove deprecated SkPaintFilterCanvas::onFilter. by Ben Wagner · 5 years ago
  77. 8bd22ae Remove non-canonical font color by Herb Derby · 5 years ago
  78. 68aeec0 Clarify that buffers of type GrGpuBufferType::kXferGpuToCpu are mapped for reading. by Brian Salomon · 5 years ago
  79. c809832 Convert 565 and 4444 bitmaps to 8888 for Mac Metal. by Jim Van Verth · 5 years ago
  80. 8c4cafd Don't flush pipeline state when querying sample locations in GL by Chris Dalton · 5 years ago
  81. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 5 years ago
  82. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  83. c0d79e5 Avoid multiplication by alpha in fragment shader when known to be 1. by Brian Salomon · 5 years ago
  84. 6c431d5 Towards a simpler SkSL -> GLSL pipeline (and better shader reflection) by Brian Osman · 5 years ago
  85. 19cc00f Support multisample in GrProxyProvider::MakeFullyLazyProxy by Chris Dalton · 5 years ago
  86. 6f8bfba Fix fontcache GMs on Metal. by Jim Van Verth · 5 years ago
  87. 194cab0 use slope-guess for faster charToGlyph by Mike Reed · 5 years ago
  88. e741921 Reland "Convert the CPU mask case to use prepareForDrawing" by Herb Derby · 5 years ago
  89. bcc7532 Implement SkHeifCodec::onRewind by Leon Scroggins III · 5 years ago
  90. 3d50730 restore vmull_u8() in color32() by Mike Klein · 5 years ago
  91. a71b4ce Guard GrRadialGradientLayout::TestCreate against Empty shaders by Brian Osman · 5 years ago
  92. bc537fa step carefully in decal_nofilter_scale by Mike Klein · 5 years ago
  93. 930c295 always zero SkMallocPixelRefs by Mike Klein · 5 years ago
  94. e716414 removed localmatrix getter by Mike Reed · 5 years ago
  95. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  96. 831a293 Plumb sk_sp through the GrOpList class hierarchy by Robert Phillips · 5 years ago
  97. 1fe0b86 Remove some unused GrSurfaceProxy methods by Robert Phillips · 5 years ago
  98. c9f55de Inline computeHinting by Herb Derby · 5 years ago
  99. 12cf258 Revert "Convert the CPU mask case to use prepareForDrawing" by Herb Derby · 5 years ago
  100. 33233a0 Reland "Convert the CPU path case to use prepareForDrawing" by Herb Derby · 5 years ago