1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  2. da6320c Disallow a bare ';' at the top level of SkSL files by Ethan Nicholas · 4 years, 2 months ago
  3. 4ef21ed Split creation of integral table out of GrRectBlurEffect by Robert Phillips · 4 years, 2 months ago
  4. 5bc0b65 Split up find_or_create_rrect_blur_mask_fp by Robert Phillips · 4 years, 2 months ago
  5. 3867c70 plumb cubic params into gpu backend by Mike Reed · 4 years, 2 months ago
  6. cf936f9 Replace salting process in SkSLInliner with a symbol table check. by John Stiles · 4 years, 2 months ago
  7. 39616ec The inlined function body is now returned as a single Statement. by John Stiles · 4 years, 2 months ago
  8. 85f51b2 Simplify firstdirection by Mike Reed · 4 years, 2 months ago
  9. 3872c98 Move convexity enum out of public by Mike Reed · 4 years, 2 months ago
  10. 6fd391a uv in x - fix iphone6 by Herb Derby · 4 years, 2 months ago
  11. d80cb1f store the page bits in U only by Herb Derby · 4 years, 2 months ago
  12. 532a264 use bit 15 to encode page information in glyph UV by Herb Derby · 4 years, 2 months ago
  13. 4e67774 Reland "change atlas uv encoding" by Herb Derby · 4 years, 3 months ago
  14. 9e506ee Add the inline keyword to top-level FPs that use an explicit return. by John Stiles · 4 years, 2 months ago
  15. 735a5a7 Allow .fp files to return a color from main(). by John Stiles · 4 years, 2 months ago
  16. 44820a9 Remove legacy runtime effect main signature by Brian Osman · 4 years, 2 months ago
  17. 765d2fe optimized SkSL inlining output by Ethan Nicholas · 4 years, 2 months ago
  18. 8025507 Simplify SkComputeBlurredRRectParams by Robert Phillips · 4 years, 3 months ago
  19. 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 3 months ago
  20. bcca52a Revert "change atlas uv encoding" by Herb Derby · 4 years, 3 months ago
  21. cace33f change atlas uv encoding by Herb Derby · 4 years, 3 months ago
  22. a1c4f1a Out-line GrRRectBlurEffect find_or_create_rrect_blur_mask_fp by Robert Phillips · 4 years, 3 months ago
  23. 7018bcf Reland "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 3 months ago
  24. 95b24b9 Revert "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 3 months ago
  25. da85888 Remove final vestiges of sk_InColor. by John Stiles · 4 years, 3 months ago
  26. 284f2c4 SkSL now supports uniform array types by Ethan Nicholas · 4 years, 3 months ago
  27. d4a040e Remove obsolete support for sk_InColor in GrSkSLFP by Brian Osman · 4 years, 3 months ago
  28. 9a18b08 Add support for vulkan non coherent advanced blends. by Greg Daniel · 4 years, 3 months ago
  29. 020dc5a Move init code from pipeline stage generator to GrSkSLFP by Brian Osman · 4 years, 3 months ago
  30. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 3 months ago
  31. af36652 Move non-gencode `onDumpInfo` methods to private section. by John Stiles · 4 years, 3 months ago
  32. 776c284 Move `onDumpInfo` calls in gencode to the private section. by John Stiles · 4 years, 3 months ago
  33. cab5886 Add `GrProcessor::onDumpInfo` for subclass info dumps. by John Stiles · 4 years, 3 months ago
  34. 8d9bf64 Reland "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 3 months ago
  35. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
  36. c556d6f Revert "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 3 months ago
  37. e0709e9 Revert "Guard gencode dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 3 months ago
  38. d7b09c4 Guard gencode dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG. by John Stiles · 4 years, 3 months ago
  39. 2690078 Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG. by John Stiles · 4 years, 3 months ago
  40. 47b4e22 Reland "Implement `dumpInfo` for .fp files." by John Stiles · 4 years, 3 months ago
  41. 9487e9b Revert "Implement `dumpInfo` for .fp files." by Brian Osman · 4 years, 3 months ago
  42. a1df23c Implement `dumpInfo` for .fp files. by John Stiles · 4 years, 3 months ago
  43. ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 4 years, 3 months ago
  44. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
  45. a4b9169 Remove 'in' variables from SkRuntimeEffect by Brian Osman · 4 years, 3 months ago
  46. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 3 months ago
  47. 87d0a2f Update MakeChildFP to allow processor hierarchies to be created. by John Stiles · 4 years, 3 months ago
  48. de240ac Revert "Disable the coverage-as-alpha optimization flag for the Bicubic effect." by John Stiles · 4 years, 3 months ago
  49. ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years, 3 months ago
  50. b3231b1 Disable the coverage-as-alpha optimization flag for the Bicubic effect. by John Stiles · 4 years, 3 months ago
  51. c262a12 Fix IWYU error in metal-code generator, re-gen dither effect by Brian Osman · 4 years, 3 months ago
  52. 9b01c9c5 Update the DitherEffect @test to ensure non-zero dithering. by John Stiles · 4 years, 3 months ago
  53. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 3 months ago
  54. 3000d6b Validate function return and parameter types in IR generator by Brian Osman · 4 years, 3 months ago
  55. e7809c7 Always send premul paint color to shader FPs by Brian Osman · 4 years, 3 months ago
  56. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 3 months ago
  57. c18bb51 SkSL include files are now stored in a binary format by Ethan Nicholas · 4 years, 3 months ago
  58. 7b45c2f Remove constexpr workarounds for no-longer-supported compilers. by John Stiles · 4 years, 3 months ago
  59. f735351 Add nearest MIP filtering to GPU and wire up to SkImageShader by Brian Salomon · 4 years, 4 months ago
  60. f7f5433 Remove GrSurfacePriv and GrRenderTargetPriv by Brian Salomon · 4 years, 3 months ago
  61. 45f5b03 Allow GLSL processor keys to use floats with full precision. by John Stiles · 4 years, 3 months ago
  62. b5f0f52 SkSL: Salt inline identifiers in PipelineStage and FragmentProcessor passes by Brian Osman · 4 years, 4 months ago
  63. f743d4e Rename Xfermode fragment processor to Blend. by John Stiles · 4 years, 4 months ago
  64. 4cfae3b Remove GrTexturePriv by Brian Salomon · 4 years, 4 months ago
  65. e69b9ef Separate MIP filtering from min/mag filtering. by Brian Salomon · 4 years, 4 months ago
  66. 2e66ade Make GrBicubicEffect coeffs a uniform. by Brian Salomon · 4 years, 4 months ago
  67. 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 4 years, 4 months ago
  68. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 4 months ago
  69. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
  70. 6609cb6 Update existing TestCreate methods to honor the inputFP in the TestData. by John Stiles · 4 years, 4 months ago
  71. 6b5dbb4 Make invokeChild default to fInputColor, rather than half4(1) by Brian Osman · 4 years, 4 months ago
  72. f48f76e Remove modulation by input color in GrTextureEffect by Brian Osman · 4 years, 4 months ago
  73. 4e105e2 Clean up GrContext references in the src/gpu by Robert Phillips · 4 years, 4 months ago
  74. a3b02f5 Rename GrSamplerState::Filter::kBilerp to kLinear by Brian Salomon · 4 years, 4 months ago
  75. a7685b2 Runtime effects: Allow null children by Brian Osman · 4 years, 4 months ago
  76. 0ea3307 Make GrTextureProducer take optional subset and domain rects by Brian Salomon · 4 years, 4 months ago
  77. f990b6a Remove GrTextureProducer::DetermineDomainMode. by Brian Salomon · 4 years, 4 months ago
  78. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 4 months ago
  79. 8589430 Replace ModulateRGBA effect with Xfermode using modulate blend. by John Stiles · 4 years, 4 months ago
  80. 7bf2600 Replace ModulateAlpha effect with Xfermode using src-in blend. by John Stiles · 4 years, 4 months ago
  81. 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 4 years, 4 months ago
  82. 8c7c709 Convert GLHighContrastFilterEffect to an .fp file. by John Stiles · 4 years, 4 months ago
  83. 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 4 months ago
  84. a9c9b53 Convert the arithmetic runtime effect to a regular .fp effect. by John Stiles · 4 years, 4 months ago
  85. 53ee0fc Convert the dither runtime effect into a regular .fp effect. by John Stiles · 4 years, 4 months ago
  86. 15edc18 Remove unncessary code from filtered clamp-to-border. by Brian Salomon · 4 years, 4 months ago
  87. d90b3d3 Remove generic GrFragmentProcessor texture sampling. by Brian Salomon · 4 years, 4 months ago
  88. 1bef979 Remove uses of non-inclusive terminology from Ganesh code. by Jim Van Verth · 4 years, 4 months ago
  89. 28e1eff Add support for an inputFP in SkRuntimeColorFilter::asFragmentProcessor. by John Stiles · 4 years, 4 months ago
  90. 894ddb0 Add support for an inputFP in SkMixerColorFilter::asFragmentProcessor. by John Stiles · 4 years, 4 months ago
  91. b89e52e Update GrConfigConversionEffect to use an input FP. by John Stiles · 4 years, 4 months ago
  92. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 4 months ago
  93. c05b2de Simplify GrMixerEffect. by John Stiles · 4 years, 4 months ago
  94. d62c154 Fix generated files by Robert Phillips · 4 years, 4 months ago
  95. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 4 months ago
  96. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 4 months ago
  97. 09dbeff Update SkModeColorFilter to support an input FP. by John Stiles · 4 years, 4 months ago
  98. 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 4 months ago
  99. fc2fdf0 Support sample coords in .fp main() by Michael Ludwig · 4 years, 4 months ago
  100. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 4 months ago