commit | 2c3db3263bdc4b91cd7d21dbfe0501fe9bd476a5 | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Tue Nov 08 13:26:24 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 08 13:26:24 2016 -0800 |
tree | ee8d83a3ba4a771c0f7c48aa0a5b1ce63d1dfd78 | |
parent | bf111d7bc9ba3857433e30eae27f0272c34ed0fb [diff] |
Fix query for GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT for GrPixelConfigs that aren't renderable We recently separated renderabibilty by Skia from FBO-bindable ( https://skia-review.googlesource.com/4345). Overlooked in that change was the necessity to be able to query GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT and _TYPE for formats that we don't support rendering to Skia but are legal color attachment formats. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2489643002 Review-Url: https://codereview.chromium.org/2489643002