commit | 4271765d110be2661562f30f47addc9cb69ca4c7 | [log] [tgz] |
---|---|---|
author | cdalton <cdalton@nvidia.com> | Thu Jun 18 11:54:30 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jun 18 11:54:31 2015 -0700 |
tree | da4f55c65a84b60e9adda2154444655eb2ac817e | |
parent | 241b56db1d5c9d058dc316ad33b397be50428c4c [diff] |
Don't call bindTexture from GrGLProgram Updates GrGLProgram to tell the gpu object which textures it wants bound, instead of calling bindTexture directly. This begins to break its dependence on the specific GrGLGpu object. BUG=skia: Review URL: https://codereview.chromium.org/1192463003