1. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  2. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  3. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  4. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  5. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  6. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  7. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  8. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  9. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  10. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  11. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  12. af68fa1 Improvements for circluar blurs in GPU backend. by bsalomon · 8 years ago
  13. f7fcdb2 Bin circular blur profile textures by scale and blur to radius ratio. by bsalomon · 8 years ago
  14. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  15. 82ad93c When building circle blur profile evaluate kernel vertically once per column by bsalomon · 8 years ago
  16. b525721 Make circle blur profile computation separable by bsalomon · 8 years ago
  17. 3ab53d0 Reformat circle blur profile computation and add comments. by bsalomon · 8 years ago
  18. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 9 years ago
  19. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 9 years ago
  20. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  21. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  22. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  23. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  24. 9d24023 Ensure the Gaussian tail of circle blurs goes to zero. by benjaminwagner · 9 years ago
  25. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  26. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  27. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  28. 4e56772 Address precision issue in circle blur effect by robertphillips · 9 years ago
  29. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  30. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  31. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  32. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  33. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  34. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  35. 0d705a4 Fix vs2015 build by bsalomon · 9 years ago
  36. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago