1. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 8 years ago
  2. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 8 years ago
  3. 480c90a moved changes out of autogenerated .cpp file and into source .fp file by Ethan Nicholas · 8 years ago
  4. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 8 years ago
  5. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 8 years ago
  6. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 8 years ago
  7. c686ce3 Smaller fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 8 years ago
  8. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 8 years ago
  9. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 8 years ago
  10. b7e8c3b run skslc output through clang-format by Ethan Nicholas · 8 years ago
  11. cda2015 Make dither range symmetric about 0 by Brian Salomon · 8 years ago
  12. 1c8f73d Run clang-format on GrCircleBlurFP.cpp by Brian Osman · 8 years ago
  13. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 8 years ago
  14. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 8 years ago
  15. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 8 years ago
  16. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 8 years ago
  17. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  18. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  19. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  20. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 8 years ago
  21. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  22. 875218e Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.) by Robert Phillips · 8 years ago
  23. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  24. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  25. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  26. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  27. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 9 years ago
  28. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 9 years ago
  29. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 9 years ago
  30. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 9 years ago
  31. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 9 years ago
  32. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 9 years ago
  33. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 9 years ago
  34. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 9 years ago
  35. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 9 years ago
  36. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 9 years ago
  37. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 9 years ago
  38. af68fa1 Improvements for circluar blurs in GPU backend. by bsalomon · 9 years ago
  39. f7fcdb2 Bin circular blur profile textures by scale and blur to radius ratio. by bsalomon · 9 years ago
  40. 06ca8ec sk_sp for Ganesh. by bungeman · 9 years ago
  41. 82ad93c When building circle blur profile evaluate kernel vertically once per column by bsalomon · 9 years ago
  42. b525721 Make circle blur profile computation separable by bsalomon · 9 years ago
  43. 3ab53d0 Reformat circle blur profile computation and add comments. by bsalomon · 9 years ago
  44. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 9 years ago
  45. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 9 years ago
  46. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  47. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  48. 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
  49. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  50. 9d24023 Ensure the Gaussian tail of circle blurs goes to zero. by benjaminwagner · 9 years ago
  51. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  52. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  53. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 10 years ago
  54. 4e56772 Address precision issue in circle blur effect by robertphillips · 10 years ago
  55. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 10 years ago
  56. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 10 years ago
  57. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 10 years ago
  58. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 10 years ago
  59. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 10 years ago
  60. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 10 years ago
  61. 0d705a4 Fix vs2015 build by bsalomon · 10 years ago
  62. 30c4cae Add special case circle blur for Ganesh by robertphillips · 10 years ago