Chromium Code Reviews

Issue 887113003: Fix incorrect binding spec for multisampled_render_to_texture APIs (Closed)

Created:
5 years, 10 months ago by no sievers
Modified:
5 years, 10 months ago
Reviewers:
Ken Russell (switch to Gerrit)
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix incorrect binding spec for multisampled_render_to_texture APIs The extensions with implicit vs. explicit resolve are already treated differently at the cmdbuffer level. The incorrect specification of glRenderbufferStorageMultisampleEXT (multisampled_render_to_texture) with glRenderbufferStorageMultisample (core MSAA with explicit resolve) causes an incorrect binding (see removed TODO which says the same thing). Also remove glRenderbufferStorageMultisampleANGLE alternative with the core name. BUG=454816, 438742, 325668 Committed: https://crrev.com/9f26c23299dcd1dcd816162af7068afca1bb8ef0 Cr-Commit-Position: refs/heads/master@{#314422}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Stats (+8 lines, -37 lines)
M ui/gl/generate_bindings.py View 2 chunks +3 lines, -22 lines 0 comments
M ui/gl/gl_bindings_autogen_gl.cc View 2 chunks +3 lines, -13 lines 1 comment
M ui/gl/gl_bindings_autogen_mock.cc View 1 chunk +2 lines, -2 lines 0 comments

Messages

Total messages: 11 (2 generated)
no sievers
ptal https://codereview.chromium.org/887113003/diff/1/ui/gl/gl_bindings_autogen_gl.cc File ui/gl/gl_bindings_autogen_gl.cc (left): https://codereview.chromium.org/887113003/diff/1/ui/gl/gl_bindings_autogen_gl.cc#oldcode1712 ui/gl/gl_bindings_autogen_gl.cc:1712: DCHECK(fn.glRenderbufferStorageMultisampleEXTFn); The problem was caused by us falling ...
5 years, 10 months ago (2015-02-03 21:39:41 UTC) #2
Ken Russell (switch to Gerrit)
Very nice debugging work. LGTM
5 years, 10 months ago (2015-02-03 21:42:50 UTC) #3
no sievers
On 2015/02/03 21:42:50, Ken Russell wrote: > Very nice debugging work. LGTM And now we ...
5 years, 10 months ago (2015-02-03 21:43:55 UTC) #4
Ken Russell (switch to Gerrit)
On 2015/02/03 21:43:55, sievers wrote: > On 2015/02/03 21:42:50, Ken Russell wrote: > > Very ...
5 years, 10 months ago (2015-02-03 21:48:16 UTC) #5
no sievers
Can you double-check one thing that confused me a bit, just to make sure I'm ...
5 years, 10 months ago (2015-02-03 21:59:07 UTC) #6
Ken Russell (switch to Gerrit)
On 2015/02/03 21:59:07, sievers wrote: > Can you double-check one thing that confused me a ...
5 years, 10 months ago (2015-02-03 22:21:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/887113003/1
5 years, 10 months ago (2015-02-03 22:22:10 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 10 months ago (2015-02-03 22:32:31 UTC) #10
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 22:34:30 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/9f26c23299dcd1dcd816162af7068afca1bb8ef0
Cr-Commit-Position: refs/heads/master@{#314422}

Powered by Google App Engine