1. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  2. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  3. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  4. 2c33e3e fixed inconsistent ordering of SkSL enums by Ethan Nicholas · 7 years ago
  5. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  6. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  7. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  8. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  9. fcc527b Implement clone for 4 additional GrFragmentProcessors. by Brian Salomon · 7 years ago
  10. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  11. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 7 years ago[Renamed from include/gpu/effects/GrConstColorProcessor.h]
  12. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 7 years ago
  13. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 7 years ago
  14. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  15. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  16. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  17. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  18. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  19. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  20. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  21. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  22. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  23. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  24. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  25. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  26. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  27. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  28. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  29. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  30. c9c3e62 Add constant color GrFP. by bsalomon · 9 years ago
  31. 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 9 years ago
  32. dfbbec4 Add constant color GrFP. by bsalomon · 9 years ago