1. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  2. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  3. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  4. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  5. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  6. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  7. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  8. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  9. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  10. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  11. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  12. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  13. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  14. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  15. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  16. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  17. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  18. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 8 years ago
  19. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  20. 74b8d32 Implement texel buffers by cdalton · 9 years ago
  21. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 9 years ago
  22. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  23. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  24. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  25. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  26. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  27. 9f1d415 Finalize gpu shaders in ProgramBuilding. by egdaniel · 9 years ago
  28. b80ec8b Add some backend flexibility for shader declarations in ProgramBuilding. by egdaniel · 9 years ago
  29. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  30. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  31. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  32. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  33. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  34. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  35. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 9 years ago
  36. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  37. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  38. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago