commit | f72b752836e8c594e703f8b73a4df66daa09423e | [log] [tgz] |
---|---|---|
author | jvanverth <jvanverth@google.com> | Wed Dec 17 10:46:01 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 17 10:46:01 2014 -0800 |
tree | 7cc5c8fa7747403baa6a61f61f37fbec07fe2af1 | |
parent | 042a6fe10a5304e4fb0501a19ae3aa2b1920da76 [diff] |
Re-enable default sized formats, handling BGRA exception. Sized texture formats are accepted by OpenGL desktop and ES 3.0, except when using BGRA with GL_EXT_texture_format_BGRA8888. In that case we fall back to using the unsized format. Review URL: https://codereview.chromium.org/811133002