1. 25aac5c Make SkComposeImageFilter comply with SkImageFilter::filterBounds calling convention by Robert Phillips · 5 years ago
  2. e772c59 Remove static initializer in SkExecutor.cpp by Tom Anderson · 5 years ago
  3. 5e7fbfd Add ShaderErrorHandler to GrContextOptions by Brian Osman · 5 years ago
  4. 7d2ad0f Fix local matrix for crop rects in backdrop image filters by Michael Ludwig · 5 years ago
  5. 7e603db SkSL interpreter optimizations by Ethan Nicholas · 5 years ago
  6. 09db9d2 Reland "SkShaper JSON output with cluster visualization" by Herb Derby · 5 years ago
  7. 35a67eb Move GrMtlBufferManager functionality to better places by Jim Van Verth · 5 years ago
  8. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  9. 670c6ec Revert "SkShaper JSON output with cluster visualization" by Mike Reed · 5 years ago
  10. 666a9f9 Update includes for Wuffs. by Ben Wagner · 5 years ago
  11. 0b9b1f1 IWYU for SkTLogic.h by Ben Wagner · 5 years ago
  12. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  13. 0a7b393 SkPaint: new constructor by Hal Canary · 5 years ago
  14. 5361083 SkShaper JSON output with cluster visualization by Herb Derby · 5 years ago
  15. d5d9c21 Fix compositor GMs on Intel Metal by Jim Van Verth · 5 years ago
  16. 68eb8c2 remove deprecated postTranslate255 by Mike Reed · 5 years ago
  17. aab728d Change opList-splitting reduction default to be off by Robert Phillips · 5 years ago
  18. b82ac366 SkPDF: fix repeat tilemode with alpha by Hal Canary · 5 years ago
  19. 7cf4242 Revert "Reland "remove legacy 255-biased colormatrix"" by Robert Phillips · 5 years ago
  20. 9764ebd SkSL interpreter performance improvements by Ethan Nicholas · 5 years ago
  21. 8518f2e Add an AssertOnShaderCompileFailure GrContextOption by Brian Osman · 5 years ago
  22. a5ef397 More polyutils fixes by Jim Van Verth · 5 years ago
  23. b75be23 Reland "remove legacy 255-biased colormatrix" by Mike Reed · 5 years ago
  24. 6db27c2 Reduce opList splitting by default in Skia by Robert Phillips · 5 years ago
  25. 34d286a Revert "remove legacy 255-biased colormatrix" by Robert Phillips · 5 years ago
  26. ac9be9d Remove shader text trace events and simplify the SKSL/GLSL printing code by Brian Osman · 5 years ago
  27. ec654f7 remove legacy 255-biased colormatrix by Mike Reed · 5 years ago
  28. 784184a Prevent outset Ws from going negative by Michael Ludwig · 5 years ago
  29. f808c5e Fix initialization of GrVkCaps when using legacy extension flags. by Greg Daniel · 5 years ago
  30. b3461fa Upgrade to SkVx in GrQuad rendering by Michael Ludwig · 5 years ago
  31. 70a0479 Use correct packing for Metal uniform arrays. by Jim Van Verth · 5 years ago
  32. 159a959 Revert "Temporarily revert runtime decoder registration." by Mike Klein · 5 years ago
  33. e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 5 years ago
  34. c752054 Use linear metrics with new FreeType light autohint. by Ben Wagner · 5 years ago
  35. f91b755 Reland "ccpr: Set atlas proxy size to draw bounds rather than backing size" by Chris Dalton · 5 years ago
  36. ea236bf Move skcms.h to include/third_party/skcms by Brian Osman · 5 years ago
  37. 75c5326 Cache some more Metal state. by Jim Van Verth · 5 years ago
  38. d425dee Enable opList sorting everywhere by Robert Phillips · 5 years ago
  39. ee90eb4 Clean out stale shadow vertices from the SkResourceCache by Jim Van Verth · 5 years ago
  40. f3b27b4 Merge MTLRenderPassDescriptors when possible. by Jim Van Verth · 5 years ago
  41. bcbf963 Temporarily revert runtime decoder registration. by Mike Klein · 5 years ago
  42. 88e8ddc Fix legacy use of kKHR_swapchain_GrVkExtensionFlag when making GrVkGpu. by Greg Daniel · 5 years ago
  43. 4e1b07e stage naming change in colorfilter by Mike Reed · 5 years ago
  44. 05f45b2 runtime registration for decoders by Mike Klein · 5 years ago
  45. 2185f39 Revert "ccpr: Set atlas proxy size to draw bounds rather than backing size" by Chris Dalton · 5 years ago
  46. fd7657c Add SkSL editing to Viewer in Vulkan backend by Brian Osman · 5 years ago
  47. a085a41 Normalize storage of shader strings in the cache by Brian Osman · 5 years ago
  48. 10d1721 Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed by Robert Phillips · 5 years ago
  49. 46d0f9a ccpr: Set atlas proxy size to draw bounds rather than backing size by Chris Dalton · 5 years ago
  50. f460eee Use linear metrics flag for linear metrics. by Ben Wagner · 5 years ago
  51. 7ecb8d1 Change flushing policy in GrContextPriv::writeSurfacePixels by Robert Phillips · 5 years ago
  52. 9585947 minor interpreter cleanups by Ethan Nicholas · 5 years ago
  53. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  54. 0c22997 SkTInternalLList: remove SkPtrWrapper, SkNoncopyable by Hal Canary · 5 years ago
  55. c73666f Implement alternate method for determining recycle-ability of allocated GrSurfaces (take 2) by Robert Phillips · 5 years ago
  56. 5d8f1cc Use tasks for GrVkGpuTextureCommandBuffer. by Brian Salomon · 5 years ago
  57. c092f9e rm older api from colormatrix, change to normalized translate by Mike Reed · 5 years ago
  58. f07b61f (start to) explicitly use float for color values by Mike Reed · 5 years ago
  59. 24d377e Store tasks to execute before VK secondary command buffers generically. by Brian Salomon · 5 years ago
  60. ef86fa3 remove dead function MakeSingleChannelOutput by Mike Reed · 5 years ago
  61. a7008f5 another stray <include> -> "" by Mike Klein · 5 years ago
  62. 746035a added support for interpreting generic SkSL functions by Ethan Nicholas · 5 years ago
  63. 1c550f7 Only call findImage when needed by Herb Derby · 5 years ago
  64. 29c1c80 Revert "Implement alternate method for determining recycle-ability of allocated GrSurfaces" by Robert Phillips · 5 years ago
  65. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 5 years ago
  66. 75c3ae4 Add GrMtlCommandBuffer by Jim Van Verth · 5 years ago
  67. 9adc82c Fixes for saveBehind/drawBehind by Mike Reed · 5 years ago
  68. 7eec3cd6 Implement alternate method for determining recycle-ability of allocated GrSurfaces by Robert Phillips · 5 years ago
  69. 1ce03a6 rename gamma stage gamma_ by Mike Klein · 5 years ago
  70. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 5 years ago
  71. c318630 Add skcms directory to public includes by Brian Osman · 5 years ago
  72. 06be079 Add wait function on GrContext to wait on semaphores. by Greg Daniel · 5 years ago
  73. dd15d69 More buffer changes for Metal. by Jim Van Verth · 5 years ago
  74. 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 5 years ago
  75. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  76. 4b19592 remove duplicate SkBase64.h by Mike Klein · 5 years ago
  77. 3276d95 rm src/compute by Mike Klein · 5 years ago
  78. 5816b3d Fully add back old GrContext flush api. by Greg Daniel · 5 years ago
  79. 7a5b6ec Update comment on vulkan allocator. by Greg Daniel · 5 years ago
  80. cbc33b8 Add SkSL viewing/editing to viewer by Brian Osman · 5 years ago
  81. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 5 years ago
  82. c03cfaf Add Metal support for dynamic buffers. by Jim Van Verth · 5 years ago
  83. d567408 Add secret draw-behind method by Mike Reed · 5 years ago
  84. 1c0b05a SkClipStack::isRRect succeeds if stack is an intersection of rects. by Brian Salomon · 5 years ago
  85. 84d36cd ccpr: Calculate edge coverage in the coverage processor by Chris Dalton · 5 years ago
  86. 898a8a5 Fixed internal skslc error with negated literal vectors by Ethan Nicholas · 5 years ago
  87. 865dc56 Adjust vulkan memory allocation block size knobs to better match the type of draws we do. by Greg Daniel · 5 years ago
  88. 49465b4 reworked SPIR-V binary operations and added support for VectorTimesScalar by Ethan Nicholas · 5 years ago
  89. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 5 years ago
  90. 65a8f56 fixed Metal code generation for recursive functions by Ethan Nicholas · 5 years ago
  91. 2929f51 Don't batch across domain modes in GrTextureOp by Michael Ludwig · 5 years ago
  92. cf4ec50 Convexity checker: Wait for significant x-product when walking edges by Brian Osman · 5 years ago
  93. 377b18b ccpr: Indicate path fill type by winding direction of cover triangles by Chris Dalton · 5 years ago
  94. cb0f409 added error detection for writing to a constant swizzle mask by Ethan Nicholas · 5 years ago
  95. cc5d3e0 Revert "Revert "added more SPIR-V RelaxedPrecision decorations"" by Ethan Nicholas · 5 years ago
  96. b07e9a8 use char-to-glyph cache in freetype typeface by Mike Reed · 5 years ago
  97. 309de79 Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE by Brian Osman · 5 years ago
  98. e576378 Allow GrShadowRRectOp::Make to fail by Robert Phillips · 5 years ago
  99. 9b67802 Properly retrieve memory block in SkTextUtils by Martin Vejdarski · 5 years ago
  100. 2e904bc SkPDF: move type1 font code into single file by Hal Canary · 5 years ago