1. 559f556 Remove support for image load/store by Brian Salomon · 8 years ago
  2. c17bf32 Convert geometry shaders to operate in Skia device space by Chris Dalton · 8 years ago
  3. 369e8b7 Fix cleanup on program creation failure by Robert Phillips · 8 years ago
  4. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 8 years ago
  5. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 8 years ago
  6. bc5d4d7 Split tracking of TexelBuffers from normal samplers by Greg Daniel · 8 years ago
  7. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 8 years ago
  8. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 8 years ago
  9. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 8 years ago
  10. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 8 years ago
  11. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  12. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 8 years ago
  13. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  14. 936f81b Move the rt adjust uniform into GP EmitArgs by csmartdalton · 8 years ago
  15. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 9 years ago
  16. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 9 years ago
  17. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 9 years ago
  18. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 9 years ago
  19. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 9 years ago
  20. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 9 years ago
  21. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 9 years ago
  22. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 9 years ago
  23. f9f4512 Reland image storage with fixes. by Brian Salomon · 9 years ago
  24. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 9 years ago
  25. be34882 Initial OpenGL Image support. by Brian Salomon · 9 years ago
  26. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 9 years ago
  27. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 9 years ago
  28. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 9 years ago
  29. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 9 years ago
  30. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 9 years ago
  31. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 9 years ago
  32. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 9 years ago
  33. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 9 years ago
  34. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 9 years ago
  35. 74b8d32 Implement texel buffers by cdalton · 9 years ago
  36. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 9 years ago
  37. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  38. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  39. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  40. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  41. 5e58cee Add GrShaderFlags enum by cdalton · 10 years ago
  42. 9f1d415 Finalize gpu shaders in ProgramBuilding. by egdaniel · 10 years ago
  43. b80ec8b Add some backend flexibility for shader declarations in ProgramBuilding. by egdaniel · 10 years ago
  44. 2279325 added support for PLS path rendering by ethannicholas · 10 years ago
  45. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 10 years ago
  46. 7df3f5e added support for PLS path rendering by ethannicholas · 10 years ago
  47. fa89632 Move some program building utils from GL to GLSL by egdaniel · 10 years ago
  48. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 10 years ago
  49. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 10 years ago
  50. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 10 years ago
  51. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 10 years ago
  52. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 10 years ago
  53. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 10 years ago