1. 46aacc7 Fix SkVertices serialization bug. Also remove Builder getters for counts. by Brian Osman · 4 years, 7 months ago
  2. 17b5180 pull out specialize_for_jit() by Mike Klein · 4 years, 7 months ago
  3. ffd11f4a Adding attribute types to SkVertices by Brian Osman · 4 years, 7 months ago
  4. 7c75226 Renamed the various 'stage' shader functions to have the actual effect name by Ethan Nicholas · 4 years, 7 months ago
  5. 4f90a8e Uses refactoring by Mike Klein · 4 years, 7 months ago
  6. f3b9a30 Use infix syntax from skvm by Mike Reed · 4 years, 7 months ago
  7. 1576e4e Non-substantive GPU text changes by Robert Phillips · 4 years, 7 months ago
  8. 3809be4 add operator-> to Color and HSLA by Mike Klein · 4 years, 7 months ago
  9. 28fe2c5 remove unused flag by Mike Reed · 4 years, 7 months ago
  10. 0f5e758 can we remove these entirely? by Mike Reed · 4 years, 7 months ago
  11. 7a3358c Really fix SkVerticesPriv on MSVC 2017 by Brian Osman · 4 years, 7 months ago
  12. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 7 months ago
  13. 2a93452 Fix SkVerticesPriv on MSVC 2017 by Brian Osman · 4 years, 7 months ago
  14. 261e25f Move SkDraw to use SkVerticesPriv, remove redundant private API by Brian Osman · 4 years, 7 months ago
  15. 3b6a0ab small int->Val hunt by Mike Klein · 4 years, 7 months ago
  16. 8b99b9e flatten skvm type nesting by Mike Klein · 4 years, 7 months ago
  17. f20400e Introduce Liveness and Uses into existing scheduler by Herb Derby · 4 years, 7 months ago
  18. 8cbedf9 Improve SkVerticesPriv ergonomics by Brian Osman · 4 years, 7 months ago
  19. 65d3ad9 remove unused bitmap method by Mike Reed · 4 years, 7 months ago
  20. 853c15c remove unused SkLightingShader by Mike Reed · 4 years, 7 months ago
  21. 8ded7ad remove Builder inheritance by Mike Klein · 4 years, 7 months ago
  22. 8079eb6 fix unpremul() by Mike Klein · 4 years, 7 months ago
  23. 45c7e70 way more p-> inference by Mike Klein · 4 years, 7 months ago
  24. d0b568b remove negate() by Mike Klein · 4 years, 7 months ago
  25. 47737a1 remove inv() by Mike Klein · 4 years, 7 months ago
  26. 46de36f simpler immediates by Mike Klein · 4 years, 7 months ago
  27. 5b11a58 skvm::Builder friendliness improvements by Mike Klein · 4 years, 7 months ago
  28. 2f23ae6 Rename SkColorTypeComponentFlags to SkColorChannelFlags. by Brian Salomon · 4 years, 7 months ago
  29. c6b17ef all colorfilters but RT converted to skvm by Mike Reed · 4 years, 7 months ago
  30. f36b37f onProgram for SkGaussianColorFilter, plus gm and bench by Mike Reed · 4 years, 7 months ago
  31. 841c9a5 Make the distanceFieldAdjustTable a static singleton by Robert Phillips · 4 years, 7 months ago
  32. ea1d105 onProgram for overdraw-colorfilter by Mike Reed · 4 years, 7 months ago
  33. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 7 months ago
  34. 9a3ee19 Remove arbitrary limit on number of composed color filters by Brian Osman · 4 years, 7 months ago
  35. e1bbfab Remove GrSRGBEffect by Brian Osman · 4 years, 7 months ago
  36. 833313b Add back deprecated warnings. by Ben Wagner · 4 years, 7 months ago
  37. b3f96ca implement matrix 0/1 todo by Mike Klein · 4 years, 7 months ago
  38. 9710746 handle HSL case in HSLMatrix for skvm by Mike Reed · 4 years, 7 months ago
  39. 2a8a3ff Correctly initialize LayerIter's cached device origin. by Michael Ludwig · 4 years, 7 months ago
  40. b4c806c Reland "Switch sRGB color filter to use GrColorSpaceXformEffect" by Brian Osman · 4 years, 7 months ago
  41. 49ba536 onProgram for HighContrastColorFilter by Mike Reed · 4 years, 7 months ago
  42. 988ce04 remove localmatrix parameter from Blend and Lerp compose shaders by Kevin Lubick · 4 years, 7 months ago
  43. f11e331 Validate per-vertex vertices data against effect in SkCanvas by Brian Osman · 4 years, 7 months ago
  44. 7afbd58 add a color management page to skia.org by Mike Klein · 4 years, 7 months ago
  45. 81c8f4b Revert "Switch sRGB color filter to use GrColorSpaceXformEffect" by Brian Osman · 4 years, 7 months ago
  46. 6beb1dd Switch sRGB color filter to use GrColorSpaceXformEffect by Brian Osman · 4 years, 7 months ago
  47. 9a378ad refactor apply_transfer_function() by Mike Klein · 4 years, 7 months ago
  48. 0113d29 Add skvm program to colorspacexformsteps by Mike Reed · 4 years, 7 months ago
  49. bcb46c0 Add approx_pow/log2/pow2 to SkVM builder by Mike Reed · 4 years, 7 months ago
  50. 3c35842 Support for custom vertex data in SkSL and drawVertices by Brian Osman · 4 years, 7 months ago
  51. f5ff4c2 add loadF() and storeF() helpers to Builder by Mike Reed · 4 years, 7 months ago
  52. 165b68e Add onProgram to ModeColorFilter by Mike Reed · 4 years, 7 months ago
  53. 913a6f5 impl A8/G8 skvm image shaders by Mike Klein · 4 years, 7 months ago
  54. a434e0f pass paint color and full dst info to shaders by Mike Klein · 4 years, 7 months ago
  55. 973236f remove dither TODO by Mike Klein · 4 years, 7 months ago
  56. cf3594b Finish implementing blendmodes for skvm by Mike Reed · 4 years, 7 months ago
  57. e965438 implement more blendmodes for skvm by Mike Reed · 4 years, 7 months ago
  58. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 7 months ago
  59. 43f7641 Arrange instruction to reduce register pressure by Herb Derby · 4 years, 7 months ago
  60. 56015e0 SkStrikeCache: only validate post-purge by Florin Malita · 4 years, 7 months ago
  61. 3b946c1 Check fullness and purge on every strike lookup by Herb Derby · 4 years, 7 months ago
  62. a30aeae impl SkTDynamicHash with SkTHashTable by Mike Klein · 4 years, 7 months ago
  63. 04ef810 port GrProxyProvider off SkTDynamicHash::Iter by Mike Klein · 4 years, 7 months ago
  64. cff6396 begin refactoring SkTDynamicHash and SkTMultiMap by Mike Klein · 4 years, 7 months ago
  65. 276a785 rearrange to emphasize most salient params by Mike Klein · 4 years, 7 months ago
  66. 9a4ac6e add programs to compose, lerp and luma colorfilters by Mike Reed · 4 years, 7 months ago
  67. 7e0a7db colorfilter's program returns a color by Mike Reed · 4 years, 7 months ago
  68. 6352f00 change onProgram to return its color, or an invalid-color if failed by Mike Reed · 4 years, 7 months ago
  69. 190b6e5 skvm for compose shaders by Mike Reed · 4 years, 7 months ago
  70. ba96256 hide getters so we can change the internals of SkVertices by Mike Reed · 4 years, 7 months ago
  71. c2da769 dot for JIT by Mike Klein · 4 years, 7 months ago
  72. 5caf7de restore Op::round by Mike Klein · 4 years, 7 months ago
  73. b0cee9b Remove drawBitmap et al. from SkDevice by Michael Ludwig · 4 years, 7 months ago
  74. 1fe50d3 make switching skvm-on-llvm easier by Mike Klein · 4 years, 7 months ago
  75. dafbf12 SkVertices: Remove volatile/nonvolatile bit by Brian Osman · 4 years, 7 months ago
  76. fdf9404 Remove exotic legacy bitmap drawing entry points: Nine, Lattice by Mike Reed · 4 years, 7 months ago
  77. c2fe5ee refactor where we wrap clipshaders, in prep for gpu backend by Mike Reed · 4 years, 7 months ago
  78. f97c018 simplify skvm clip shaders by Mike Klein · 4 years, 7 months ago
  79. 272c56b skvm clip shader support by Mike Klein · 4 years, 7 months ago
  80. c376cb4 skvm local matrix shader by Mike Klein · 4 years, 7 months ago
  81. bf35512 we can handle opaque clip-shaders up front by Mike Reed · 4 years, 7 months ago
  82. 3439323 remove testing && false by Mike Reed · 4 years, 7 months ago
  83. 520c5fd fix clip shader + skvm by Mike Klein · 4 years, 7 months ago
  84. d3f67db add Builder::dot() by Mike Klein · 4 years, 7 months ago
  85. 121c2af clipShader -- raster implementation by Mike Reed · 4 years, 7 months ago
  86. 52f0291 Remove SkMaskFilter::makeWithMatrix() by Florin Malita · 4 years, 7 months ago
  87. bd4f872 Handle runtime effect shader errors better by Brian Osman · 4 years, 8 months ago
  88. d32bdaf Land a testable raster backend for per-vertex-data vertices. by Mike Reed · 4 years, 8 months ago
  89. 36c81d9 fix comment by Mike Klein · 4 years, 8 months ago
  90. 1b473fa move dither in SkVMBlitter by Mike Klein · 4 years, 8 months ago
  91. 7405556 set up interpreter after llvm by Mike Klein · 4 years, 8 months ago
  92. 491df6b remove SkTLS by Mike Klein · 4 years, 8 months ago
  93. 8c1ae63 simplify SkDraw by passing down SkVertices as a whole by Mike Reed · 4 years, 8 months ago
  94. 7c0332c re-enable fnma by Mike Klein · 4 years, 8 months ago
  95. f8db8a5 disable fnma peephole by Mike Klein · 4 years, 8 months ago
  96. c01d7ab print colors which fail the asserts when they do by Mike Klein · 4 years, 8 months ago
  97. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  98. d4c4f0c Add Multiply-Subtract (fms) to SkVM by Herb Derby · 4 years, 8 months ago
  99. 50c64ab expose per-vertex-data variant of SkVertices by Mike Reed · 4 years, 8 months ago
  100. ec37097 move skvm interpreter to SkOpts again by Mike Klein · 4 years, 8 months ago