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