commit | 98cad6219b430eddf5528473311279f21dbd2e10 | [log] [tgz] |
---|---|---|
author | cdalton <cdalton@nvidia.com> | Tue Nov 03 09:33:21 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 03 09:33:21 2015 -0800 |
tree | f916fd04a62011942b8ac0e7dec371d90fd789c1 | |
parent | 4036674952f341dab0695c3b054fefa5bb8cdec1 [diff] |
Fix setColocatedSampleLocations on ES and GL < 4.5 Updates setColocatedSampleLocations to use glFramebufferParameteri when the DSA version glNamedFramebufferParameteri is not present. BUG=skia: Review URL: https://codereview.chromium.org/1415503008